summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-7/+0
| * | | | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-256-72/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ARM i.MX debug macro: use CONFIG_SOC_* instead of CONFIG_ARCH_*Sascha Hauer2011-07-071-5/+5
| | * | | ARM i.MX: get rid of wrong MXC_INTERNAL_IRQ usageSascha Hauer2011-07-071-3/+0
| | * | | ARM i.MX mxc.h: use CONFIG_SOC_* instead of CONFIG_ARCH_*Sascha Hauer2011-07-071-4/+4
| | * | | 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-071-26/+0
| * | | | Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-255-80/+79
| |\ \ \ \
| | * \ \ \ Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...Arnd Bergmann2011-07-152-58/+58
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | ARM: i.MX53: consistently use MX53_UART_PAD_CTRL for uart txd/rxd/rts/ctsTroy Kisky2011-07-151-30/+30
| | | * | | ARM: i.MX53: UARTn_CTS pin should not change RTS input selectTroy Kisky2011-07-151-10/+10
| | | * | | ARM: i.MX53: UARTn_TXD pin should not change RXD input selectTroy Kisky2011-07-151-11/+11
| | | * | | ARM: mx25: Fix typo on CAN1_RX pad settingFabio Estevam2011-07-151-1/+1
| | | * | | iomux-mx53: add missing 'IOMUX_CONFIG_SION' for some I2C pad definitionsLothar Waßmann2011-07-151-6/+6
| | | |/ /
| | * | | ARM: i.MX53: Fix IOMUX type o'sTroy Kisky2011-07-071-2/+2
| | * | | 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
| | * | | mxc: iomuxv1: Do not use gpio_request when setting the pin as GPIOFabio Estevam2011-07-071-1/+0
| | * | | 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
| | |/ /
| * | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-241-4/+0
| |\ \ \
| | * | | ARM: entry: remove unused irq_prio_table macroRussell King2011-06-281-4/+0
| | |/ /
| * | | ARM: mxc: use ARCH_NR_GPIOS to define gpio numberShawn Guo2011-07-081-18/+3
| * | | gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-081-1/+1
| | |/ | |/|
| * | gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo2011-06-063-28/+13
| |/
* | ARM: mx53: add pad configuration for I2C signalsEric Miao2011-07-261-14/+17
|/
* Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-05-2015-625/+51
|\
| * ARM: imx: remove some deprecated and unused #definesUwe Kleine-König2011-05-191-7/+0
| * ARM: mx3: make ioremap quirk ready for multi-SoC kernelsUwe Kleine-König2011-05-192-10/+17
| * ARM: remove support for mxc91231Uwe Kleine-König2011-05-1910-593/+1
| * ARM: mx3: dynamically allocate "ipu-core" devicesUwe Kleine-König2011-05-191-0/+18
| * ARM: mx3: dynamically allocate "mxc_rtc" devicesUwe Kleine-König2011-05-191-0/+9
| * ARM: imx/mx25: add NAND chip select pins to iomuxBaruch Siach2011-05-191-0/+3
| * ARM: mx27: fix gpt4/5 base addressWolfram Sang2011-05-191-2/+2
| * ARM: mx53: Print silicon revision on bootFabio Estevam2011-05-192-13/+1
* | Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de...Russell King2011-05-071-1/+1
|\ \
| * | ARM: zImage: remove the static qualifier from global data variablesNicolas Pitre2011-05-071-1/+1
* | | Fix common misspellingsLucas De Marchi2011-03-312-3/+3
| |/ |/|
* | mx2/iomux: Set direction for CSPI2 pinsJulien Boibessot2011-03-251-6/+6
* | ARM: mx51: Implement code to allow mx51 to enter WFIDinh Nguyen2011-03-232-1/+14
* | ARM: mx50: Add support to get the silicon revisionDinh Nguyen2011-03-231-0/+4
* | MX51: Add AUDMUX ports definitionsJulien Boibessot2011-03-231-1/+9
* | ARM: mx51: Print silicon revision on bootFabio Estevam2011-03-232-0/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-181-1/+11
|\
| * mmc: sdhci-esdhc-imx: add card detect on custom GPIO for mx25/35Wolfram Sang2011-03-171-0/+2
| * mmc: sdhci-esdhc-imx: add write protect on custom GPIO on mx25/35Wolfram Sang2011-03-171-1/+9
* | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-1716-367/+2467
|\ \
| * | mx51 enchance the sd/mmc HW timing compatibility on mx51 boards.Richard Zhu2011-03-101-20/+20
OpenPOWER on IntegriCloud