summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into ↵Russell King2011-01-1441-125/+567
|\ | | | | | | devel-stable
| * ARM mxs: clkdev related compile fixesSascha Hauer2011-01-143-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 6d803ba (ARM: 6483/1: arm & sh: factorised duplicated clkdev.c) platforms need to select CLKDEV_LOOKUP instead of COMMON_CLKDEV and need to include <linux/clkdev.h>. Cc: Shawn Guo <shawn.guo@freescale.com> Cc: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX mx31_3ds: Fix MC13783 regulator namesSascha Hauer2011-01-141-2/+2
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * mx51: add support for pwmArnaud Patard (Rtp)2011-01-132-1/+8
| | | | | | | | | | | | | | | | | | This patch is adding support for pwm1 and pwm2 devices found on mx51. [ this patch has been tested with pwm-backlight driver ] Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * Fix pwm-related build failureArnaud Patard (Rtp)2011-01-131-2/+2
| | | | | | | | | | | | | | | | | | Commit 076762aa52de48688f6e1b6999fe58d736479f37 is adding a macro whis is calling imx_add_mxc_pwm() but gives it 2 parameters while it's taking only one parameters. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX53 enable LOCO board bootupYong Shen2011-01-133-0/+120
| | | | | | | | | | | | | | | | | | 1. Add Kconfig and Makefile entries 2. Add board definition 3. enable uart and fec for LOCO board Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX53 enable SMD board bootupYong Shen2011-01-133-0/+119
| | | | | | | | | | | | | | | | | | 1. Add Kconfig and Makefile entries 2. Add board definition 3. enable uart and fec for SMD board Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX53 EVK: add spi nor deviceYong Shen2011-01-131-0/+15
| | | | | | | | | | | | | | add spi board information for spi nor device Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX53 EVK: add ecspi IOMUX settingYong Shen2011-01-131-2/+10
| | | | | | | | | | | | | | add ecspi IOMUX setting, also fix a bug of chip select pin order Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX53: add IOMUX pad for ecspiYong Shen2011-01-131-0/+3
| | | | | | | | | | | | | | Add IOMUX pad entry for ecspi Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: mx5: dynamically allocate imx-keypad devicesFabio Estevam2011-01-129-28/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for dynamical allocation of imx-keypad on mx5 platform. After moving to dynamically registration of the keypad, the keypad clock name needs to change accordingly. The reason is that the original mx5 keypad platform_device id was 0, now we use id=-1 as per arch/arm/plat-mxc/devices/platform-imx-keypad.c. Tested keypad successfully on a MX51_3DS board. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: mx5: dynamically allocate pwm devicesFabio Estevam2011-01-123-2/+15
| | | | | | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: mxs: Change duart device to use amba-pl011Shawn Guo2011-01-1211-68/+88
| | | | | | | | | | | | | | | | | | The mxs duart is actually an amba-pl011 device. This commit changes the duart device code to dynamically allocate amba-pl011 device, so that drivers/serial/amba-pl011.c can be used on mxs. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: mx28: add the second fec device registrationShawn Guo2011-01-111-3/+23
| | | | | | | | | | Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: mx28: update clock and device name for dual fec supportShawn Guo2011-01-112-1/+3
| | | | | | | | | | | | | | | | Change device name from "fec" to "imx28-fec", so that fec driver can distinguish mx28. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: imx/mx27_3ds: Add debug board supportFabio Estevam2011-01-112-0/+7
| | | | | | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX5 uart clock bug fixYong Shen2011-01-111-1/+1
| | | | | | | | | | | | | | uart clk is from pll3 on mx53 instead of mx51 Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX53 enable spi on EVK boardYong Shen2011-01-116-5/+39
| | | | | | | | | | | | | | | | | | 1. some macro definitions fix 2. add platform data for spi device 3. register spi clocks Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX27 3ds: Fix mc13783 regulator namesSascha Hauer2011-01-071-2/+2
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX53 enable sdhc support on EVK boardYong Shen2011-01-076-8/+31
| | | | | | | | | | | | | | | | 1. changes some register address to fit macro definition 2. add platform data and clock for sdhc Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX53 enable i2c on EVK boardYong Shen2011-01-075-0/+24
| | | | | | | | | | | | | | add i2c platform data and clock Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM i.MX53: enable fec driver on EVK boardYong Shen2011-01-075-2/+38
| | | | | | | | | | | | | | | | 1. Adjust FEC base address name to fit macro definition 2. Add platform data and reset function for FEC Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.hRichard Zhao2011-01-072-1/+1
| | | | | | | | | | Signed-off-by: Richard Zhao <richard.zhao@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: plat-stmp3xxx: irq_data conversion.Lennert Buytenhek2011-01-132-17/+17
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: plat-spear: irq_data conversion.Lennert Buytenhek2011-01-131-11/+11
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Viresh Kumar <viresh.kumar@st.com>
* | ARM: plat-orion: irq_data conversion.Lennert Buytenhek2011-01-132-28/+27
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Nicolas Pitre <nico@fluxnic.net>
* | ARM: plat-omap: irq_data conversion.Lennert Buytenhek2011-01-131-47/+46
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: plat-nomadik: irq_data conversion.Lennert Buytenhek2011-01-131-28/+28
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Rabin Vincent <rabin.vincent@stericsson.com>
* | ARM: plat-mxc: irq_data conversion.Lennert Buytenhek2011-01-134-55/+55
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: w90x900: irq_data conversion.Lennert Buytenhek2011-01-131-10/+10
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Wan ZongShun <mcuos.com@gmail.com>
* | ARM: versatile: irq_data conversion.Lennert Buytenhek2011-01-131-8/+10
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
* | ARM: tegra: irq_data conversion.Lennert Buytenhek2011-01-132-37/+37
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: tcc8k: irq_data conversion.Lennert Buytenhek2011-01-131-28/+28
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: stmp37xx: irq_data conversion.Lennert Buytenhek2011-01-131-12/+12
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: stmp378x: irq_data conversion.Lennert Buytenhek2011-01-131-8/+8
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: shark: irq_data conversion.Lennert Buytenhek2011-01-131-13/+13
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: sa1100: irq_data conversion.Lennert Buytenhek2011-01-132-46/+46
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: rpc: irq_data conversion.Lennert Buytenhek2011-01-131-30/+30
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
* | ARM: PXA SoCs: irq_data conversion.Lennert Buytenhek2011-01-1315-129/+144
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: pnx4008: irq_data conversion.Lennert Buytenhek2011-01-131-29/+33
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: omap2: irq_data conversion.Lennert Buytenhek2011-01-131-10/+12
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: omap1: irq_data conversion.Lennert Buytenhek2011-01-133-39/+41
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: nuc93x: irq_data conversion.Lennert Buytenhek2011-01-131-8/+8
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Wan ZongShun <mcuos.com@gmail.com>
* | ARM: ns9xxx: irq_data conversion.Lennert Buytenhek2011-01-132-28/+28
| | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* | ARM: netx: irq_data conversion.Lennert Buytenhek2011-01-131-15/+15
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: mx3: irq_data conversion.Lennert Buytenhek2011-01-131-9/+9
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: msm: irq_data conversion.Lennert Buytenhek2011-01-135-121/+118
| | | | | | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Acked-by: Gregory Bean <gbean@codeaurora.org> Acked-by: Daniel Walker <dwalker@codeaurora.org>
* | ARM: mmp: irq_data conversion.Lennert Buytenhek2011-01-132-31/+33
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: lpc32xx: irq_data conversion.Lennert Buytenhek2011-01-131-28/+28
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
* | ARM: lh7a40x: irq_data conversion.Lennert Buytenhek2011-01-135-78/+79
| | | | | | | | Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>