summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
AgeCommit message (Expand)AuthorFilesLines
2016-09-20ARM: imx legacy: qong: move peripheral initialization to .init_lateVladimir Zapolskiy1-1/+1
2016-09-20ARM: imx legacy: mx31-3ds: move peripheral initialization to .init_lateVladimir Zapolskiy1-16/+23
2016-09-20ARM: imx legacy: pcm037: move peripheral initialization to .init_lateVladimir Zapolskiy1-34/+33
2016-09-20ARM: imx legacy: mx31lilly: move peripheral initialization to .init_lateVladimir Zapolskiy2-33/+37
2016-09-20ARM: imx legacy: mx31ads: move peripheral initialization to .init_lateVladimir Zapolskiy1-9/+9
2016-09-20ARM: imx legacy: mx31lite: move peripheral initialization to .init_lateVladimir Zapolskiy2-53/+48
2016-09-20ARM: imx legacy: kzm: move peripheral initialization to .init_lateVladimir Zapolskiy1-2/+7
2016-09-19Merge tag 'imx-soc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann6-6/+21
2016-09-19Merge tag 'imx-cleanup-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann20-875/+39
2016-09-08ARM: imx: build cpuidle-imx6sx.o for imx6ulArnd Bergmann1-0/+1
2016-09-08Merge tag 'imx-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-1/+1
2016-09-05ARM: imx: (trivial) fix typo and grammarMartin Kaiser1-1/+1
2016-08-30ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sxAnson Huang1-1/+1
2016-08-29ARM: imx: add cpuidle support for i.mx6ulAnson Huang2-0/+13
2016-08-29ARM: imx: enable WAIT mode hardware workaround for imx6sxAnson Huang1-0/+1
2016-08-29ARM: imx: rename imx6q_set_int_mem_clk_lpm() functionAnson Huang3-6/+6
2016-08-29ARM: imx: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-3/+3
2016-08-26Merge tag 'imx-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2-1/+2
2016-08-17ARM: imx6ul: populates platform device at .init_machinePeter Chen1-0/+1
2016-08-16ARM: imx: remove platform-mxc_rngaFabian Frederick1-1/+0
2016-08-15ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ulPeter Chen1-1/+1
2016-08-15ARM: imx: no need to select SMP_ON_UP explicitlyVladimir Murzin1-3/+0
2016-08-09ARM: imx6: mark GPC node as not populated after irq init to probe pm domain d...Philipp Zabel1-0/+6
2016-08-09ARM: i.MX: Move SOC_IMX1 into 'Device tree only'Alexander Shiyan3-22/+13
2016-08-09ARM: i.MX: Remove i.MX1 non-DT supportAlexander Shiyan14-502/+21
2016-08-09ARM: i.MX: Remove i.MX1 Synertronixx SCB9328 board supportAlexander Shiyan3-151/+0
2016-08-09ARM: i.MX: Remove i.MX1 Armadeus APF9328 board supportAlexander Shiyan3-157/+0
2016-08-08ARM: i.MX31 iomux: remove duplicates with alternate nameAlexander Kurz2-4/+1
2016-08-08ARM: i.MX31 iomux: remove plain duplicatesAlexander Kurz1-31/+0
2016-08-08arm: move exports to definitionsAl Viro3-22/+6
2016-08-02Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds9-17/+43
2016-08-02Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds25-316/+89
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-9/+3
2016-07-06Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/socArnd Bergmann1-1/+1
2016-07-06Merge tag 'imx-cleanup-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson25-315/+88
2016-06-28ARM: imx: add support for i.MX 7SoloStefan Agner1-0/+1
2016-06-28ARM: i.MX: Disable supervisor protect for i.MX51Alexander Shiyan1-0/+2
2016-06-28ARM: imx: remove cpu_is_mx*()Arnd Bergmann2-103/+0
2016-06-28ARM: imx: remove last call to cpu_is_mx5*Arnd Bergmann1-8/+0
2016-06-28ARM: imx: rework mx27_pm_init() callArnd Bergmann4-7/+5
2016-06-28ARM: imx: deconstruct mx3_idleArnd Bergmann3-44/+24
2016-06-28ARM: imx: deconstruct mxc_rnga initializationArnd Bergmann5-61/+18
2016-06-28ARM: imx: remove cpu_is_mx1 checkArnd Bergmann3-8/+11
2016-06-23arm: use of_platform_default_populate() to populateKefeng Wang3-3/+3
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang4-6/+0
2016-06-21ARM: i.MX: Do not explicitly call l2x0_of_init()Andrey Smirnov5-15/+13
2016-06-21ARM: i.MX: system.c: Tweak prefetch settings for performanceAndrey Smirnov1-2/+6
2016-06-21ARM: i.MX: system.c: Replace magic numbersAndrey Smirnov1-1/+4
2016-06-21ARM: i.MX: system.c: Remove redundant errata 752271 codeAndrey Smirnov1-11/+0
2016-06-21ARM: i.MX: system.c: Convert goto to if statementAndrey Smirnov1-19/+17