summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'grant/gpio/next-mx' into devel-featuresSascha Hauer2011-07-0768-422/+568
|\
| * gpio/mxc: convert gpio-mxc to use basic_mmio_gpio libraryShawn Guo2011-06-062-69/+15
| * gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo2011-06-0655-237/+358
| * gpio/mxc: Move Freescale MXC gpio driver to drivers/gpioShawn Guo2011-06-064-1/+6
| * gpio/mxs: Change gpio-mxs into an upstanding gpio driverShawn Guo2011-06-067-94/+191
| * gpio/mxs: Move Freescale mxs gpio driver to drivers/gpioGrant Likely2011-06-066-38/+15
* | ARM i.MX debug macro: use CONFIG_SOC_* instead of CONFIG_ARCH_*Sascha Hauer2011-07-071-5/+5
* | ARM: mach-imx/mx27_3ds: Do not annotate the chip select as internalFabio Estevam2011-07-071-3/+3
* | ARM: mach-imx/mx27_3ds: Use the standard gpio_to_irq functionFabio Estevam2011-07-071-4/+5
* | ARM: mach-imx/scb9328: Make the UART gpio setup simplerFabio Estevam2011-07-071-14/+3
* | plat-mxc/pwm.c: use resource_size()H Hartley Sweeten2011-07-071-4/+4
* | ARM: imx/mach-apf9328: Simplify UART0 registrationFabio Estevam2011-07-071-6/+1
* | ARM i.MX: get rid of wrong MXC_INTERNAL_IRQ usageSascha Hauer2011-07-075-16/+10
* | ARM i.MX avic: do not depend on MXC_INTERNAL_IRQSSascha Hauer2011-07-071-5/+7
* | ARM i.MX tzic: do not depend on MXC_INTERNAL_IRQSSascha Hauer2011-07-071-1/+3
* | ARM i.MX mxc.h: use CONFIG_SOC_* instead of CONFIG_ARCH_*Sascha Hauer2011-07-071-4/+4
* | ARM i.MX: dmav1: kill SoC ifdefsSascha Hauer2011-07-071-22/+3
* | ARM i.MX: remove SoC defines around header includesSascha Hauer2011-07-071-23/+5
* | ARM i.MX: define CLOCK_TICK_RATE to bogus valueSascha Hauer2011-07-071-11/+2
* | ARM i.MX: fix last user of iomux.h and remove itSascha Hauer2011-07-072-27/+1
* | ARM: mxs/tx28: convert to new leds-gpio registration helperUwe Kleine-König2011-07-072-3/+3
* | ARM: mx5: convert to new leds-gpio registration helperUwe Kleine-König2011-07-075-53/+19
* | ARM: imx: convert to new leds-gpio registration helperUwe Kleine-König2011-07-076-60/+25
* | ARM: mx5/mx51_babbage: Use gpio_request_array for USBH1 pinsFabio Estevam2011-07-071-14/+13
* | ARM: mx5/mx51_babbage: Move GPIO initialization for USB PHY Reset line to com...Fabio Estevam2011-07-071-5/+6
* | ARM: i.MX53: Fix IOMUX type o'sTroy Kisky2011-07-071-2/+2
* | ARM i.MX dma: Fix burstsize settingsSascha Hauer2011-07-073-7/+8
* | mach-mx5: fix the I2C clock parentsLothar Waßmann2011-07-071-2/+2
* | ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0Uwe Kleine-König2011-07-071-8/+0
* | ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.hAxel Lin2011-07-071-0/+1
* | ARM: mx53: Fix some interrupts marked as reserved.Fabio Estevam2011-07-071-5/+5
* | MXC: iomux-v3: correct NO_PAD_CTRL definitionTroy Kisky2011-07-071-1/+1
* | ARM: mx51: Fix the address space length for SSIFabio Estevam2011-07-071-1/+1
* | ARM: mxc: imx-dma on imx25 has no other TO version but TO1Shawn Guo2011-07-071-2/+2
* | ARM: mxc: change imx-dma default to_version to 1Shawn Guo2011-07-071-4/+4
* | ARM: mxc: sdma on imx25 is a V2 blockShawn Guo2011-07-071-1/+1
* | ARM: mxc: imx-sdma device gets 16K iosize than 4KShawn Guo2011-07-071-1/+1
* | ARM: mxc: iomux-v1: Fix build warningFabio Estevam2011-07-071-1/+1
* | ARM: mach-imx/mx27_3ds: Fix regulator supportFabio Estevam2011-07-071-1/+20
* | mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIOFabio Estevam2011-07-072-33/+0
* | ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signalsFabio Estevam2011-07-071-5/+5
* | ARM: mach-imx/mx27_3ds: Use the standard i.MX macro for GPIO numberingFabio Estevam2011-07-071-4/+4
* | ARM: mx53: Fix the base addresses for the DDR memory regionsMarc Kleine-Budde2011-07-071-2/+2
* | ARM: mx53: Fix the chip select addressesFabio Estevam2011-07-071-6/+6
* | ARM: mx53: Fix alternate modes for MX53_PAD_PATA_DATA6Fabio Estevam2011-07-071-5/+5
* | mx51: Let USB Storage be built by defaultFabio Estevam2011-07-071-1/+2
* | ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'Shawn Guo2011-07-071-1/+1
* | Linux 3.0-rc4v3.0-rc4Linus Torvalds2011-06-201-1/+1
* | vfs: i_state needs to be 'unsigned long' for nowLinus Torvalds2011-06-201-1/+1
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-2010-61/+84
|\ \
OpenPOWER on IntegriCloud