summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2-59/+1
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds1-6/+0
2011-10-13ARM: plat-mxc: remove mach/memory.hNicolas Pitre1-43/+0
2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre1-1/+1
2011-08-26ARM: mxc: convert device creation to use platform_device_register_fullUwe Kleine-König1-2/+14
2011-08-22ARM: mxc: Remove setting of consistent dma sizeJon Medhurst1-15/+0
2011-08-12ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King1-3/+0
2011-08-12ARM: gpio: consolidate trivial gpiolib implementationsRussell King1-4/+1
2011-08-08iMX: Fix build for iMX53Arnaud Patard (Rtp)1-0/+8
2011-08-08Merge commit 'v3.1-rc1' into imx-fixesSascha Hauer20-234/+159
2011-07-27dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo3-4/+3
2011-07-27mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo1-0/+1
2011-07-27mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo1-4/+21
2011-07-27net/fec: gasket needs to be enabled for some i.mxShawn Guo1-0/+1
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-18/+23
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+0
2011-07-26ARM: mx53: add pad configuration for I2C signalsEric Miao1-14/+17
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-72/+16
2011-07-25Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds5-80/+79
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+0
2011-07-19ARM: Consolidate the clkdev header filesKyungmin Park1-7/+0
2011-07-15Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...Arnd Bergmann2-58/+58
2011-07-15ARM: i.MX53: consistently use MX53_UART_PAD_CTRL for uart txd/rxd/rts/ctsTroy Kisky1-30/+30
2011-07-15ARM: i.MX53: UARTn_CTS pin should not change RTS input selectTroy Kisky1-10/+10
2011-07-15ARM: i.MX53: UARTn_TXD pin should not change RXD input selectTroy Kisky1-11/+11
2011-07-15ARM: mx25: Fix typo on CAN1_RX pad settingFabio Estevam1-1/+1
2011-07-15iomux-mx53: add missing 'IOMUX_CONFIG_SION' for some I2C pad definitionsLothar Waßmann1-6/+6
2011-07-08ARM: mxc: use ARCH_NR_GPIOS to define gpio numberShawn Guo1-18/+3
2011-07-08gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo1-1/+1
2011-07-07ARM: mx53: Add SSI suportFabio Estevam1-12/+12
2011-07-07ARM: mx53: Add support for missing UARTsFabio Estevam1-2/+2
2011-07-07dmaengine: imx-sdma: pass sdma firmware name via platform dataShawn Guo1-4/+2
2011-07-07ARM: mxc: clean up imx-dma device registrationShawn Guo1-0/+6
2011-07-07ARM: mach-mx5/mx53_ard: Add support for i.MX53 ARD boardAndre Silva1-0/+1
2011-07-07Merge remote-tracking branch 'grant/gpio/next-mx' into devel-featuresSascha Hauer3-28/+13
2011-07-07ARM i.MX debug macro: use CONFIG_SOC_* instead of CONFIG_ARCH_*Sascha Hauer1-5/+5
2011-07-07ARM i.MX: get rid of wrong MXC_INTERNAL_IRQ usageSascha Hauer1-3/+0
2011-07-07ARM i.MX mxc.h: use CONFIG_SOC_* instead of CONFIG_ARCH_*Sascha Hauer1-4/+4
2011-07-07ARM i.MX: remove SoC defines around header includesSascha Hauer1-23/+5
2011-07-07ARM i.MX: define CLOCK_TICK_RATE to bogus valueSascha Hauer1-11/+2
2011-07-07ARM i.MX: fix last user of iomux.h and remove itSascha Hauer1-26/+0
2011-07-07ARM: i.MX53: Fix IOMUX type o'sTroy Kisky1-2/+2
2011-07-07ARM: mx53: Fix some interrupts marked as reserved.Fabio Estevam1-5/+5
2011-07-07MXC: iomux-v3: correct NO_PAD_CTRL definitionTroy Kisky1-1/+1
2011-07-07mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIOFabio Estevam1-1/+0
2011-07-07ARM: mx53: Fix the base addresses for the DDR memory regionsMarc Kleine-Budde1-2/+2
2011-07-07ARM: mx53: Fix the chip select addressesFabio Estevam1-6/+6
2011-07-07ARM: mx53: Fix alternate modes for MX53_PAD_PATA_DATA6Fabio Estevam1-5/+5
2011-06-28ARM: entry: remove unused irq_prio_table macroRussell King1-4/+0
2011-06-06gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo3-28/+13