summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-2345-278/+194
|\
| * Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-061-4/+0
| |\
| | * ARM: imx: select USE_OFUwe Kleine-König2012-07-061-4/+0
| * | Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-0244-274/+194
| |\ \ | | |/
| | * ARM: imx: remove unneeded mach/irq.h inclusionShawn Guo2012-07-0114-14/+0
| | * ARM: imx: add a legacy irqdomain for mx31adsShawn Guo2012-07-011-17/+31
| | * ARM: imx: pass gpio than irq number into mxc_expio_initShawn Guo2012-07-014-9/+4
| | * ARM: imx: leave irq_base of wm8350_platform_data uninitializedShawn Guo2012-07-011-1/+0
| | * dma: ipu: remove the use of ipu_platform_dataShawn Guo2012-07-0111-53/+13
| | * ARM: imx: move irq_domain_add_legacy call into avic driverShawn Guo2012-07-011-15/+0
| | * ARM: imx: move irq_domain_add_legacy call into tzic driverShawn Guo2012-07-012-30/+0
| | * gpio/mxc: move irq_domain_add_legacy call into gpio driverShawn Guo2012-07-014-51/+0
| | * ARM: imx: eliminate macro IRQ_GPIOx()Shawn Guo2012-07-0111-36/+55
| | * ARM: imx: eliminate macro IOMUX_TO_IRQ()Shawn Guo2012-07-0111-42/+78
| | * ARM: imx: eliminate macro IMX_GPIO_TO_IRQ()Shawn Guo2012-07-017-8/+15
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-236-3/+156
|\ \ \
| * \ \ Merge branch 'imx/dt-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-123-1/+52
| |\ \ \
| | * | | ARM: imx6q: ensure ANATOP controller is availableOtavio Salvador2012-07-121-0/+1
| | * | | ARM: imx6q: disable usb charger detectorRichard Zhao2012-07-121-0/+41
| | * | | ARM: imx6q: add usbphy clocksRichard Zhao2012-07-121-1/+6
| | * | | ARM: imx6q: add usb controller clock lookupsRichard Zhao2012-07-121-0/+4
| * | | | Merge tag 'imx-dt' of git://git.pengutronix.de/git/imx/linux-2.6 into next/dtArnd Bergmann2012-07-124-0/+91
| |\ \ \ \
| | * | | | ARM i.MX31: Add devicetree supportDenis 'GNUtoo' Carikli2012-07-104-0/+91
| * | | | | Merge tag 'v3.5-rc6' into next/dtArnd Bergmann2012-07-122-2/+9
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| * | | | ARM: imx6q: add clocks for gpmi-nandHuang Shijie2012-07-031-1/+7
| * | | | ARM: imx: enable flexcan on imx25, imx35, imx53, imx6qMarc Kleine-Budde2012-07-031-0/+4
| * | | | ARM: imx6q: add clock for apbh-dmaHuang Shijie2012-07-021-1/+2
| | |/ / | |/| |
* | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-236-15/+72
|\ \ \ \
| * | | | ARM: imx: fix mx51 ehci setup errorsBenoît Thébaudeau2012-07-091-7/+7
| * | | | ARM: imx: make ehci power/oc polarities configurableBenoît Thébaudeau2012-07-093-7/+58
| * | | | ARM: imx: add rtc support to mx35_3dsBenoît Thébaudeau2012-07-092-0/+2
| * | | | ARM: imx: enable support for mx35 rtcBenoît Thébaudeau2012-07-091-0/+4
| * | | | ARM: imx: fix i.MX35 CPU architectureBenoît Thébaudeau2012-07-091-1/+1
| | |/ / | |/| |
* | | | Merge branch 'clps711x/cleanup' into next/cleanupArnd Bergmann2012-07-172-2/+9
|\ \ \ \ | |/ / /
| * | | ARM: imx: assert SCC gate stays enabledUwe Kleine-König2012-07-041-1/+8
| * | | ARM: imx27_visstrim_m10: Do not include <asm/system.h>Fabio Estevam2012-07-021-1/+1
| |/ /
* | | Merge tag 'imx-cleanup' of git://git.pengutronix.de/git/imx/linux-2.6 into ne...Arnd Bergmann2012-07-0633-91/+90
|\ \ \
| * | | ARM: imx: remove unused pdata from device macrosBenoît Thébaudeau2012-07-0631-45/+45
| * | | ARM: imx: Kconfig: Remove IMX_HAVE_PLATFORM_IMX_SSI from MACH_MX25_3DSFabio Estevam2012-07-051-1/+0
| * | | ARM: imx27/dt: make dt_compat entry constUwe Kleine-König2012-06-151-1/+1
| * | | ARM: imx: cleanup otg_modeBenoît Thébaudeau2012-06-1311-44/+44
| | |/ | |/|
* | | ARM: imx6q: remove unneeded clkdev lookupsShawn Guo2012-07-021-3/+0
| |/ |/|
* | ARM: imx6q: fix suspend regression caused by common clk migrationShawn Guo2012-06-301-2/+4
* | Merge branch 'imx/fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2012-06-076-14/+29
|\ \
| * | ARM i.MX imx21ads: Fix overlapping static i/o mappingsJaccon Bastiaansen2012-06-071-1/+1
| * | ARM i.MX27 Visstrim M10: fix gpio handling.Javier Martin2012-06-051-11/+25
| * | ARM: imx: only call l2x0_init if it's availableUwe Kleine-König2012-05-291-0/+2
| * | ARM: imx: only specify i2c device type onceUwe Kleine-König2012-05-292-2/+0
| * | ARM: mx31_3ds: Fix build due to missing IMX_HAVE_PLATFORM_IMX_SSIFabio Estevam2012-05-291-0/+1
* | | Merge branch 'imx/clk-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 in...Olof Johansson2012-06-072-39/+56
|\ \ \
OpenPOWER on IntegriCloud