summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-03-0237-1150/+2131
|\
| * Merge branch 'mxc-master' of git://git.pengutronix.de/git/imx/linux-2.6 into ...Uwe Kleine-König2010-02-2516-5/+890
| |\
| | * mx25pdk: add LCD supportBaruch Siach2010-02-181-0/+2
| | * mx25: add platform support for imxfbBaruch Siach2010-02-181-0/+2
| | * mx31moboard: support for the smartbot baseboardValentin Longchamp2010-02-101-0/+2
| | * Merge branch 'mx51-baseport-sascha' of git://kernel.ubuntu.com/amitk/mx51-ups...Sascha Hauer2010-02-1011-5/+862
| | |\
| | | * mxc: Core support for Freescale i.MX5 seriesAmit Kucheria2010-02-094-3/+789
| | | * mxc: changes to common plat-mxc code to add support for i.MX5Amit Kucheria2010-02-096-0/+34
| | | * mxc: TrustZone interrupt controller (TZIC) for Freescale i.MX5 familyAmit Kucheria2010-02-093-2/+39
| | * | add ssi header fileSascha Hauer2010-02-101-0/+18
| | |/
| | * i.MX35: Add USB control register access supportSascha Hauer2010-02-041-0/+4
| * | arm/imx/iomux-v1: check for invalid modes in mxc_gpio_modeUwe Kleine-König2010-02-242-17/+5
| * | arm/imx/iomux-v1: rename header fileUwe Kleine-König2010-02-246-126/+125
| * | arm/mx25: don't include iomux.h which is for iomux-v1 machinesUwe Kleine-König2010-02-241-4/+0
| * | arm/imx/iomux-mx3.h: unify style and commentsUwe Kleine-König2010-02-241-36/+35
| * | arm/imx/iomux-mx2x: unify styleUwe Kleine-König2010-02-241-212/+209
| * | arm/imx/iomux-mx27: unify style and commentsUwe Kleine-König2010-02-241-183/+182
| * | arm/imx/iomux-mx25: unify style and comment cleanupUwe Kleine-König2010-02-241-17/+3
| * | arm/imx/iomux-mx21: unify styleUwe Kleine-König2010-02-241-103/+100
| * | arm/imx/iomux-mx1: unify style and comment cleanupUwe Kleine-König2010-02-241-159/+150
| * | arm/imx/iomux-v1: make base address a runtime choiceUwe Kleine-König2010-02-241-1/+0
| * | arm/imx: choose sane CONSISTENT_DMA_SIZE if video is enabled for both mx1 and...Uwe Kleine-König2010-02-241-8/+7
| * | arm/imx/irq: order definitions of MXC_GPIO_IRQS numericallyUwe Kleine-König2010-02-241-5/+6
| * | arm/imx: remove #ifndef CONFIG_COMMON_CLKDEV blockUwe Kleine-König2010-02-241-7/+0
| * | arm/imx: remove MTD_XIP supportUwe Kleine-König2010-02-241-34/+0
| * | arm/imx: remove "NO_PAD_CTRL" from Copyright statementsUwe Kleine-König2010-02-242-2/+2
| |/
| * imx: define per SOC ..._PHYS_OFFSET and use these in favour of PHYS_OFFSETUwe Kleine-König2010-02-021-15/+21
| * mxc91231: redefine MXC91231_IO_ADDRESS using IMX_IO_ADDRESSUwe Kleine-König2010-02-021-48/+10
| * mxc91231: use MXC91231_IO_ADDRESS instead of MXC91231_AIPS1_IO_ADDRESSUwe Kleine-König2010-02-021-1/+1
| * mx25: deprecate UART1_BASE_ADDR and UART2_BASE_ADDRUwe Kleine-König2010-01-301-2/+7
| * mx1: prefix SOC specific defines with MX1_ and deprecate old namesUwe Kleine-König2010-01-301-127/+260
| * mx25: add support for the DryIce rtcBaruch Siach2010-01-291-0/+2
| * Merge branch 'mxc-rc' into mxc-masterSascha Hauer2010-01-294-3/+8
| |\
| * | mx2/mx3: debug-macro.S needs deprecated symbolsUwe Kleine-König2010-01-261-0/+1
| * | mx25: add NAND supportBaruch Siach2010-01-141-0/+2
| * | imx: define functions to configure chip selects in the WEIMUwe Kleine-König2010-01-083-0/+39
| * | imx: properly protect mach/mx{1,[25][157x]}.h from multiple inclusionUwe Kleine-König2010-01-088-16/+25
| * | imx: remove unneeded include of mach/hardware.hUwe Kleine-König2010-01-081-3/+0
| * | imx: only define deprecated symbols conditionallyUwe Kleine-König2010-01-086-0/+12
| * | imx: mangle addresses after adding the offsetUwe Kleine-König2010-01-081-3/+3
| * | imx35: define and use MX35_IO_ADDRESSUwe Kleine-König2010-01-081-0/+7
| * | imx25: redefine MX25_IO_ADDRESS using IMX_IO_ADDRESSUwe Kleine-König2010-01-081-15/+4
| * | imx31: define and use MX31_IO_ADDRESSUwe Kleine-König2010-01-082-1/+8
| * | imx27: define and use MX27_IO_ADDRESSUwe Kleine-König2010-01-081-0/+5
| * | imx21: define and use MX21_IO_ADDRESSUwe Kleine-König2010-01-081-0/+5
| * | imx: provide helper macro to define IO_ADDRESSUwe Kleine-König2010-01-081-0/+5
| * | imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part)Uwe Kleine-König2010-01-051-9/+9
* | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-02-014-3/+8
|\ \ \ | | |/ | |/|
| * | mx35: add a missing comma in a pad definitionUwe Kleine-König2010-01-291-1/+1
| * | mx25: remove unused mx25_clocks_init() argumentBaruch Siach2010-01-261-1/+1
OpenPOWER on IntegriCloud