summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* imx: define per SOC ..._PHYS_OFFSET and use these in favour of PHYS_OFFSETUwe Kleine-König2010-02-0223-38/+44
* imx2x: convert serial.c to use soc-prefixed constantsUwe Kleine-König2010-02-022-25/+24Star
* mxc91231: redefine MXC91231_IO_ADDRESS using IMX_IO_ADDRESSUwe Kleine-König2010-02-021-48/+10Star
* mxc91231: use MXC91231_IO_ADDRESS instead of MXC91231_AIPS1_IO_ADDRESSUwe Kleine-König2010-02-021-1/+1
* imx: WARN in clk_disable if the clock isn't enabledUwe Kleine-König2010-02-021-0/+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-302-127/+261
* mx25pdk: platform code for the DryIce RTC moduleBaruch Siach2010-01-291-0/+1
* mx25: add support for the DryIce rtcBaruch Siach2010-01-294-0/+24
* Merge branch 'mxc-rc' into mxc-masterSascha Hauer2010-01-298-25/+185
|\
| * mx35: add a missing comma in a pad definitionUwe Kleine-König2010-01-291-1/+1
| * mx25: make the FEC AHB clk secondary of the IPGBaruch Siach2010-01-261-2/+2
| * mx25: fix time accountingBaruch Siach2010-01-261-1/+6
| * mx25: properly initialize clocksBaruch Siach2010-01-261-0/+8
| * mx25: remove unused mx25_clocks_init() argumentBaruch Siach2010-01-263-3/+3
| * i.MX25: implement secondary clocks for uarts and fecSascha Hauer2010-01-261-6/+8
| * i.MX25: Allow secondary clocks in DEFINE_CLOCKSascha Hauer2010-01-261-20/+21
| * ARM: MX3: Fixed typo in declared enum type name.Vladimir Zapolskiy2010-01-211-1/+1
| * MXC: Add AUDMUXv2 register decode to debugfsMark Brown2010-01-121-0/+137
| * mx31ads: Provide an IRQ range to the WM835x on the 1133-EV1 moduleMark Brown2010-01-052-0/+6
| * mx31ads: Provide a name for EXPIO interrupt chipMark Brown2010-01-051-0/+1
| * mx31ads: Allow enable/disable of switchable suppliesMark Brown2010-01-051-0/+2
* | ARM: IMX31: configure pins iomux for SDHC setup on litekit board.Vladimir Zapolskiy2010-01-261-9/+21
* | mx2/mx3: debug-macro.S needs deprecated symbolsUwe Kleine-König2010-01-261-0/+1
* | mx25pdk: add NAND device supportBaruch Siach2010-01-141-0/+7
* | mx25: add NAND supportBaruch Siach2010-01-143-0/+23
* | Merge branch 'imx' of git://git.pengutronix.de/git/ukl/linux-2.6 into mxc-masterSascha Hauer2010-01-1462-1283/+669Star
|\ \
| * | imx: define functions to configure chip selects in the WEIMUwe Kleine-König2010-01-085-6/+41
| * | 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/+0Star
| * | imx: remove mx1ads defconfigUwe Kleine-König2010-01-081-742/+0Star
| * | imx: only define deprecated symbols conditionallyUwe Kleine-König2010-01-089-0/+23
| * | imx: mangle addresses after adding the offsetUwe Kleine-König2010-01-084-6/+6
| * | mx3/kzm_arm11_01: define and use board specific IO_ADDRESS macroUwe Kleine-König2010-01-081-3/+8
| * | imx35: define and use MX35_IO_ADDRESSUwe Kleine-König2010-01-082-2/+10
| * | imx25: redefine MX25_IO_ADDRESS using IMX_IO_ADDRESSUwe Kleine-König2010-01-081-15/+4Star
| * | imx31: define and use MX31_IO_ADDRESSUwe Kleine-König2010-01-086-6/+14
| * | imx27: define and use MX27_IO_ADDRESSUwe Kleine-König2010-01-083-3/+9
| * | imx21: define and use MX21_IO_ADDRESSUwe Kleine-König2010-01-082-2/+7
| * | imx: provide helper macro to define IO_ADDRESSUwe Kleine-König2010-01-081-0/+5
| * | imx/mx3: rename files defining a machine to mach-$mach.cUwe Kleine-König2010-01-0813-21/+21
| * | imx/mx2: rename files defining a machine to mach-$mach.cUwe Kleine-König2010-01-059-9/+8Star
| * | imx: rename Kconfig symbol for "LogicPD MX27 LITEKIT platform"Uwe Kleine-König2010-01-053-3/+3
| * | imx: rename Kconfig symbol for "Eukrea CPUIMX27 module"Uwe Kleine-König2010-01-052-4/+4
| * | imx/mx1: rename files defining a machine to mach-$mach.cUwe Kleine-König2010-01-053-4/+4
| * | imx/mx1: add newline at end of MakefileUwe Kleine-König2010-01-051-1/+1
| * | imx/mx3: rename clock.c and iomux.c to {clock,iomux}-imx31.cUwe Kleine-König2010-01-053-1/+1
| * | imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part)Uwe Kleine-König2010-01-0516-75/+75
| * | imx/mach-mx2: use constants namespaced by the corresponding SOC (easy part)Uwe Kleine-König2010-01-0512-33/+35
| * | imx/clock-imx27: use a macro to define registersUwe Kleine-König2010-01-051-14/+16