summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX6: ipu_di_sel clocks can set parent ratesPhilipp Zabel2014-04-151-8/+8
* ARM: imx6q: clk: Parent DI clocks to video PLL via di_pre_selSascha Hauer2014-04-151-0/+9
* ARM: imx6q-clk: parent lvds_gate from lvds_selLucas Stach2014-04-141-2/+2
* Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-0527-469/+1282
|\
| * ARM: imx6: drop .text.head section annotation from headsmp.SShawn Guo2014-03-051-2/+0Star
| * ARM: imx6: build suspend-imx6.o with CONFIG_SOC_IMX6Shawn Guo2014-03-051-1/+3
| * ARM: imx6: rename pm-imx6q.c to pm-imx6.cShawn Guo2014-03-052-3/+1Star
| * ARM: imx6: introduce CONFIG_SOC_IMX6 for i.MX6 common stuffShawn Guo2014-03-051-19/+13Star
| * ARM: imx6: do not call imx6q_suspend_init() with !CONFIG_SUSPENDShawn Guo2014-03-051-4/+6
| * ARM: imx6: call suspend_set_ops() from suspend routineShawn Guo2014-03-051-7/+5Star
| * ARM: imx6: build headsmp.o only on CONFIG_SMPShawn Guo2014-03-052-4/+2Star
| * ARM: imx6: move v7_cpu_resume() into suspend-imx6.SShawn Guo2014-03-054-39/+43
| * ARM i.MX6q: Mark VPU and IPU AXI transfers as cacheable, increase IPU priorityPhilipp Zabel2014-03-051-0/+34
| * ARM: mach-imx: Kconfig: Remove IMX_HAVE_PLATFORM_IMX2_WDT from SOC_IMX53Fabio Estevam2014-03-051-1/+0Star
| * ARM: mach-imx: Select CONFIG_SRAM at ARCH_MXC levelFabio Estevam2014-03-051-1/+1
| * ARM: imx: add speed grading check for i.mx6 socAnson Huang2014-03-051-3/+23
| * ARM: imx: avoid calling clk APIs in idle thread which may cause scheduleAnson Huang2014-03-051-6/+77
| * ARM: imx6q: support ptp and rmii clock from padShawn Guo2014-03-052-1/+36
| * ARM: imx6q: remove unneeded clk lookupsShawn Guo2014-03-051-6/+0Star
| * ARM: imx: enable delaytimer on the imx timerSebastian Andrzej Siewior2014-03-051-0/+12
| * ARM: imx: add always-on clock array for i.mx6sl to maintain correct usecountAnson Huang2014-03-051-0/+11
| * ARM: imx: add suspend in ocram support for i.mx6slAnson Huang2014-03-053-4/+61
| * ARM: imx: add suspend in ocram support for i.mx6dlAnson Huang2014-03-051-1/+23
| * ARM: imx: add suspend in ocram support for i.mx6qAnson Huang2014-03-057-11/+577
| * ARM i.MX: remove PWM platform supportSascha Hauer2014-03-0510-102/+0Star
| * ARM: imx: clk-vf610: Suppress duplicate const sparse warningLiu Ying2014-03-051-18/+18
| * ARM: imx: clk-imx6sl: Suppress duplicate const sparse warningLiu Ying2014-03-051-21/+21
| * ARM: imx: add select on ARCH_MXC for cpufreq supportJohn Tobias2014-03-051-3/+3
| * ARM i.MX35: build in pinctrl support.Denis Carikli2014-03-051-1/+1
| * ARM: imx: add cpuidle support for i.mx6slAnson Huang2014-03-056-0/+93
| * ARM: imx: AHB rate must be set to 132MHz on i.mx6slAnson Huang2014-03-051-1/+8
| * ARM: imx: Use INT_MEM_CLK_LPM as the bit nameFabio Estevam2014-03-053-6/+6
| * Merge tag 'kconfig-cleanup-for-3.15' into imx/socShawn Guo2014-03-051-14/+0Star
| |\
* | \ Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-14/+0Star
|\ \ \ | | |/ | |/|
| * | ARM: Select V6K instead of V6 by default for multi-platformRob Herring2014-02-191-1/+0Star
| * | ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platformRob Herring2014-02-191-1/+0Star
| * | ARM: select HAVE_SMP for V7 multi-platformRob Herring2014-02-191-1/+0Star
| * | ARM: centralize common multi-platform kconfig optionsRob Herring2014-02-191-11/+0Star
* | | Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-051-4/+51
|\ \ \
| * | | video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan2014-02-111-4/+51
* | | | Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-021-16/+5Star
|\ \ \ \
| * | | | serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan2014-03-011-16/+5Star
| | |_|/ | |/| |
* | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-122-5/+1Star
|\| | |
| * | | ARM: imx6: build pm-imx6q.c independently of CONFIG_PMShawn Guo2014-02-192-5/+1Star
| | |/ | |/|
* / | arm: Replace various irq_desc accessesThomas Gleixner2014-03-041-4/+3Star
|/ /
* / ARM: imx6: Initialize low-power mode early againPhilipp Zabel2014-02-103-2/+6
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-01-301-0/+35
|\
| * Merge branch 'cubox-i-init' into for-linusRussell King2014-01-281-0/+35
| |\
| | * ARM: imx: initial SolidRun HummingBoard supportRussell King2014-01-271-0/+35
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2014-01-291-8/+8
|\ \ \ | |/ / |/| |