History log of /arch/arm/mach-lpc32xx/common.h
Revision Date Author Comments
c20b909be9ba27173294a52d08cab293ec030a2c 12-Mar-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32xx: Ethernet support

This patch adds ethernet support to the LPC32xx ARM architecture. The actual
driver in drivers/net is contained in a separate patch.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
48a5dedfa78899dad50b3b4ae30f07e27e6591ab 12-Mar-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32xx: USB Support

This patch adds OHCI support to the LPC32xx ARM platform. Besides the trivial
addition of platform "usb-ohci" support, fixes for the USB PLL have been added
to arch/arm/mach-lpc32xx/clock.c, ported from NXP's lpclinux.com.

(This is the mach-lpc32xx specific part, the USB subsystem specific changes are
in a separate patch for the USB maintainers.)

Signed-off-by: Roland Stigge <stigge@antcom.de>
678a0222edc9da43a22145d68647500ee85e6c04 17-Feb-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32xx: ADC support for mach-lpc32xx

This patch adds the mach specific support for the LPC32XX ADC driver (the
latter being already in staging/iio)

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
0925d502f30a3957edd28d838f8a6ac31cbcf4f2 08-Feb-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32XX: Remove broken non-static declaration

This patch fixes a GCC compile error ("static declaration follows non-static
declaration") for LPC32XX's watchdog, removing the extern declaration since
it's not called externally.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
bd356337cf974b9daf1f99b8b1795d674653169e 08-Feb-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32XX: Remove broken non-static declaration

This patch fixes a GCC compile error ("static declaration follows non-static
declaration") for LPC32XX's watchdog, removing the extern declaration since
it's not called externally.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
b23fcd9035a35b032c624ac2f23f40ea941d5355 05-Nov-2011 Russell King <rmk+kernel@arm.linux.org.uk> ARM: restart: lpc32xx: use new restart hook

Hook these platforms restart code into the arm_pm_restart hook rather
than using arch_reset().

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1c72f9eaa53e920f142f4c1d20b4fc82b1a10ed5 28-Mar-2011 Wolfram Sang <w.sang@pengutronix.de> arm: lpc32xx: add rtc-device

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Kevin Wells <Kevin.wells@nxp.com>
7db2b37751caa2f17b026223a382eca07c90c575 21-Mar-2011 Wolfram Sang <w.sang@pengutronix.de> arm: lpc32xx: add tsc-device

Fix the clock name, too.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Kevin Wells <Kevin.wells@nxp.com>
fc982e1ceaeb4dea3f3f8ceba5b934cee292944a 27-Jul-2010 Kevin Wells <wellsk40@gmail.com> ARM: LPC32XX: Misc support functions

Misc support functions and prototypes used in the LPC32XX arch
and platforms

Signed-off-by: Kevin Wells <wellsk40@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>