aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mm-imx3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-06-17ARM: imx: move clk_prepare() out from mxc_restart()Shawn Guo1-2/+2
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-1/+1
2013-04-01ARM: mach-imx: mm-imx3: Staticize imx3_init_l2x0()Fabio Estevam1-1/+1
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson1-3/+2
2012-10-15ARM: imx: call mxc_device_init() in soc specific functionShawn Guo1-0/+4
2012-10-15ARM: imx: include hardware.h rather than mach/hardware.hShawn Guo1-2/+1
2012-10-15ARM: imx: include common.h rather than mach/common.hShawn Guo1-1/+1
2012-10-15ARM: imx: move platform device code into mach-imxShawn Guo1-1/+1
2012-10-15ARM: imx: move iomux drivers and headers into mach-imxShawn Guo1-1/+1
2012-10-08ARM: imx: fix return value check in imx3_init_l2x0()Wei Yongjun1-3/+2
2012-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+3
2012-07-17gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau1-4/+3
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/irqArnd Bergmann1-1/+0
2012-07-01ARM: imx: remove unneeded mach/irq.h inclusionShawn Guo1-1/+0
2012-06-07Merge branch 'imx/fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson1-0/+2
2012-06-07ARM: mx31: Add pinctrl_provide_dummies()Fabio Estevam1-0/+2
2012-05-29ARM: imx: only call l2x0_init if it's availableUwe Kleine-König1-0/+2
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+2
2012-05-08ARM: imx: enable pinctrl dummy statesDong Aisheng1-0/+2
2012-04-25ARM i.MX3: Make ccm base address a variableSascha Hauer1-0/+6
2012-03-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-03-30ARM: fix builds due to missing <asm/system_misc.h> includesOlof Johansson1-0/+1
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+5
2012-03-27Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+11
2012-03-27Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-27/+25
2012-03-08Merge tag 'imx35-imx5-aips-setup' of git://git.pengutronix.de/git/imx/linux-2.6 into next/socOlof Johansson1-0/+4
2012-03-07ARM: mx35: Setup the AIPS registersFabio Estevam1-0/+4
2012-03-06ARM: imx: convert to common runtime ioremap hookRob Herring1-5/+5
2012-03-06ARM: imx: convert audmux to a platform driverRichard Zhao1-0/+13
2012-03-02Merge branch 'features/imx3' of git://git.pengutronix.de/git/imx/linux-2.6 into next/socArnd Bergmann1-0/+5
2012-03-02ARM: mx3: Setup AIPS registersFabio Estevam1-0/+3
2012-03-02ARM: mx3: Let mx31 and mx35 enter in LPM mode in WFIFabio Estevam1-0/+2
2012-02-27ARM: mach-imx: mx3: Fix section mismatch in imx3_init_l2x0()Fabio Estevam1-1/+1
2012-01-20ARM: plat-mxc: hook special idle handlers to arm_pm_idleNicolas Pitre1-27/+25
2011-11-22Merge branch 'cleanups/assorted' into imx-fixes-for-arndSascha Hauer1-25/+28
2011-11-22ARM: imx/mm-imx3: conditionally compile i.MX31 and i.MX35 codeUwe Kleine-König1-27/+31
2011-11-11arm/imx: remove imx_idle hook and use pm_idle insteadShawn Guo1-25/+28
2011-10-04arm/imx: remove cpu_is_xxx() check from __imx_ioremap()Shawn Guo1-0/+19
2011-10-04arm/imx: remove cpu_is_xxx() from arch_idle()Shawn Guo1-0/+30
2011-09-28arm/imx: change mxc_init_l2x0() to an imx31/35 specific callShawn Guo1-0/+38
2011-09-28arm/imx: rename mm-imx31.c to mm-imx3.cShawn Guo1-0/+169