aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-1516-75/+130
|\
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-01-1412-20/+75
| |\
| | * mx51: add support for pwmArnaud Patard (Rtp)2011-01-131-1/+1
| | * ARM: i.MX53: add IOMUX pad for ecspiYong Shen2011-01-131-0/+3
| | * ARM: mx5: dynamically allocate imx-keypad devicesFabio Estevam2011-01-122-1/+6
| | * ARM: mx5: dynamically allocate pwm devicesFabio Estevam2011-01-122-2/+11
| | * ARM i.MX53 enable spi on EVK boardYong Shen2011-01-112-5/+17
| | * ARM i.MX53 enable sdhc support on EVK boardYong Shen2011-01-072-8/+20
| | * ARM i.MX53 enable i2c on EVK boardYong Shen2011-01-071-0/+9
| | * ARM i.MX53: enable fec driver on EVK boardYong Shen2011-01-073-2/+7
| | * arm: mxc: move IOMUX_CONFIG_SION definition to iomux-v3.hRichard Zhao2011-01-072-1/+1
| * | ARM: plat-mxc: irq_data conversion.Lennert Buytenhek2011-01-134-55/+55
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2010-12-222-8/+1
| |\ \
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | | Merge branch 'devel-stable' into develRussell King2011-01-0668-1470/+5552
|\ \ \ \ | | |_|/ | |/| |
| * | | ARM i.MX53: Make MX53 EVK bootableYong Shen2011-01-044-1/+37
| * | | ARM i.MX51: rename IPU irqsSascha Hauer2011-01-031-2/+2
| * | | MX51: Add support for usb host 2Arnaud Patard (Rtp)2011-01-032-0/+26
| * | | arch/arm/plat-mxc/ehci.c: fix errors/typosArnaud Patard (Rtp)2011-01-031-8/+18
| * | | arm: mx50: add mx50 reference design board supportRichard Zhao2011-01-031-0/+4
| * | | arm: mx50: add core functions support except clockRichard Zhao2011-01-039-0/+1314
| * | | arm: mx5: mx51/53 have different mxc_cpu_type definitionRichard Zhao2011-01-031-2/+13
| * | | arm: mx51: define mx51's own MXC_GPIO_IRQSRichard Zhao2011-01-031-1/+1
| * | | arm: plat-mxc: add full parameter macro to define gpio portRichard Zhao2011-01-031-1/+4
| * | | ARM i.MX51: Full iomux supportSascha Hauer2010-12-152-366/+1540
| * | | MXC IOMUX-V3 replace struct pad_desc with bitmapped cookie (step 2)Lothar Waßmann2010-12-152-62/+53
| * | | ARM: mx5: check for error in ioremapFabio Estevam2010-12-141-0/+4
| * | | Fix imx cpufreq driver as moduleArnaud Patard (Rtp)2010-12-141-1/+0
| * | | mx51: support FIQ on TZIC, revisedPeter Horton2010-12-146-28/+155
| * | | mx51: add SSI3Peter Horton2010-12-142-6/+7
| * | | watchdog: imx: use clk_get to acquire the watchdog clockFabio Estevam2010-12-141-1/+1
| * | | ARM: mx5: add support for the two watchdog modulesFabio Estevam2010-12-073-11/+19
| * | | Merge commit 'v2.6.37-rc4' into imx-for-2.6.38Sascha Hauer2010-12-062-8/+1
| |\ \ \ | | | |/ | | |/|
| * | | iMX51: introduce IMX_GPIO_NRArnaud Patard (Rtp)2010-12-031-0/+5
| * | | ARM: mx5: dynamically allocate imx2-wdt devicesFabio Estevam2010-12-031-0/+5
| * | | ARM: mx5: introduce SOC_IMX51Fabio Estevam2010-12-0310-18/+18
| * | | ARM: mx25: fix offset for usb host controllerUwe Kleine-König2010-12-031-1/+6
| * | | plat-mxc/ehci.c: fix compile breakageEric Bénard2010-12-031-6/+6
| * | | ARM i.MX SDMA: Add ROM script addresses to platform_dataSascha Hauer2010-12-031-8/+97
| * | | dmaengine i.MX SDMA: Allow to run without firmwareSascha Hauer2010-12-031-0/+46
| * | | ARM: imx: Get the silicon version from the IIM moduleDinh Nguyen2010-11-286-52/+14
| * | | ARM: imx: Add core definitions for MX53Dinh Nguyen2010-11-246-1/+668
| * | | ARM i.MX51: Make CONFIG_MXC_TZIC an invisible optionSascha Hauer2010-11-241-6/+1
| * | | ARM i.MX irq: Compile avic irq code only on SoCs that need itSascha Hauer2010-11-243-2/+6
| * | | imx: fix iomux v3Arnaud Patard (Rtp)2010-11-241-1/+1
| * | | efikamx: add resetArnaud Patard (Rtp)2010-11-242-1/+9
| * | | imx51: fix gpio_4_24 and gpio_4_25 pad configurationArnaud Patard (Rtp)2010-11-241-2/+2
| * | | imx51: add gpio mode for csi1 {h,v}syncArnaud Patard (Rtp)2010-11-241-0/+2
| * | | imx51: enhance iomux configuration for esdhc supportArnaud Patard (Rtp)2010-11-241-0/+6