summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-021-1/+0Star
|\
| * ARM: mxs: remove the .map_io declarationMaxime Ripard2013-05-241-1/+0Star
* | ARM: mxs: don't select HAVE_PWMArnd Bergmann2013-06-241-2/+0Star
* | ARM: mxs: stub out mxs_pm_init for !CONFIG_PMArnd Bergmann2013-06-241-0/+4
|/
* Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-170/+0Star
|\
| * ARM: mxs: move display timing configurations into device treeShawn Guo2013-04-041-158/+0Star
| * ARM: mxs: remove unneeded enet_out clk initializationShawn Guo2013-04-041-12/+0Star
* | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-029-139/+31Star
|\ \
| * | ARM: mxs: enable multiplatform buildShawn Guo2013-04-045-109/+13Star
| * | ARM: mxs: rename debug-macro.S for multiplatform buildShawn Guo2013-04-041-27/+0Star
| * | ARM: mxs: call mxs_pm_init() as a machine_desc hookShawn Guo2013-04-043-3/+18
| |/
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-05-021-0/+2
|\ \ | |/ |/|
| * ARM: mxs: Select ARM_CPU_SUSPENDFabio Estevam2013-04-011-0/+2
* | ARM: mxs: remove unused headersShawn Guo2013-04-015-533/+27Star
* | ARM: mxs: merge imx23 and imx28 into one machine_descShawn Guo2013-04-011-30/+13Star
* | ARM: mxs: remove common.hShawn Guo2013-04-012-21/+1Star
* | ARM: mxs: move mxs_get_ocotp() into mach-mxs.cShawn Guo2013-04-014-105/+76Star
* | ARM: mxs: remove mm.cShawn Guo2013-04-013-55/+1Star
* | ARM: mxs: use debug_ll_io_init for low-level debugShawn Guo2013-04-012-8/+6Star
* | ARM: mxs: get ocotp base address from device treeShawn Guo2013-04-011-1/+8
* | ARM: mxs: remove system.cShawn Guo2013-04-014-140/+38Star
* | ARM: mxs: get reset address from device treeShawn Guo2013-04-011-19/+17Star
* | ARM: mxs: remove empty hardware.hShawn Guo2013-04-012-24/+0Star
* | ARM: mxs: remove unneeded mach-types.h inclusionShawn Guo2013-04-011-1/+0Star
* | ARM: mxs: move icoll driver into drivers/irqchipShawn Guo2013-04-014-134/+5Star
* | ARM: mxs: call stmp_reset_block() in icollShawn Guo2013-04-011-2/+2
* | ARM: mxs: get icoll base address from device treeShawn Guo2013-04-011-2/+5
* | ARM: mxs: move timer driver into drivers/clocksourceShawn Guo2013-04-012-305/+1Star
* | ARM: mxs: select STMP_DEVICE and use it for timer codeShawn Guo2013-04-011-9/+8Star
* | ARM: mxs: remove cpu_is_mx23() call from timer codeShawn Guo2013-04-011-1/+2
* | ARM: mxs: get timrot base address from device treeShawn Guo2013-04-011-1/+5
* | ARM: mxs: look up timrot clock from device treeShawn Guo2013-04-011-1/+1
* | ARM: mxs: use CLKSRC_OF helper to initialize timerShawn Guo2013-04-013-9/+5Star
|/
* ARM: video: mxs: Fix mxsfb misconfiguring VDCTRL0Marek Vasut2013-03-191-12/+12
* ARM: mxs: cfa10049: Fix fb initialisation functionMaxime Ripard2013-03-071-5/+5
* ARM: mxs: ocotp: Fix sparse warningFabio Estevam2013-03-041-0/+1
* ARM: mxs: icoll: Fix sparse warningFabio Estevam2013-03-041-1/+1
* ARM: mxs: mm: Fix sparse warningFabio Estevam2013-03-041-0/+1
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-0/+30
|\
| * Merge tag 'mxs-dt-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Olof Johansson2013-02-101-0/+30
| |\
| | * ARM: dts: mxs: Add the LCD to the 10049 boardMaxime Ripard2013-01-291-0/+22
| | * ARM: mxs: dt: Add Crystalfontz CFA-10037 device tree supportMaxime Ripard2013-01-261-0/+8
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-5/+7
|\ \ \
| * \ \ Merge tag 'mxs-soc-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 int...Olof Johansson2013-02-101-5/+7
| |\ \ \ | | |/ / | |/| |
| | * | ARM: mxs: decrease mxs_clockevent_device.min_delta_ns to 2 clock cyclesTorben Hohn2013-02-051-1/+2
| | * | ARM: mxs: use apbx bus clock to drive the timers on timrotv2Torben Hohn2013-02-051-4/+5
* | | | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-1/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-1/+0Star
| | |/ | |/|
* | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-19/+5Star
|\ \ \ | | |/ | |/|
| * | ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-141-19/+5Star
| |/