aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds25-316/+89
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds7-9/+3
2016-07-05Merge tag 'imx-cleanup-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/cleanupOlof Johansson25-315/+88
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
2016-06-12ARM: imx: Use IRQCHIP_DECLARE for TZICAlexander Shiyan5-9/+5
2016-06-12ARM: imx: Remove orphan headerAlexander Shiyan1-42/+0
2016-06-09ARM: imx6ul: Fix Micrel PHY maskFabio Estevam1-1/+1
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+1
2016-05-18Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki4-21/+0
2016-04-25cpufreq: imx: Use generic platdev driverViresh Kumar4-21/+0
2016-04-13ARM: mach-imx: sdhci-esdhc-imx: initialize DMA maskAlexander Kurz1-2/+3
2016-04-12ARM: imx: always use TWD on IMX6QSebastian Andrzej Siewior1-1/+1
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds32-132/+200
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+3
2016-02-29ARM: imx: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-02-28ARM: imx: Do L2 errata only if the L2 cache isn't enabledDirk Behme1-0/+4
2016-02-28ARM: imx: select ARM_CPU_SUSPEND only for imx6Arnd Bergmann1-1/+1
2016-02-19ARM: imx: switch to gpiochip_add_data()Linus Walleij1-1/+3
2016-02-15ARM: imx6: pm: declare pm domain latency on power_state structAxel Haslam1-2/+7
2016-02-14ARM: mx25: Add basic suspend/resume supportFabio Estevam4-1/+40
2016-02-14ARM: imx: Add msl code support for imx6qpBai Ping2-3/+14
2016-02-02ARM: imx: enable big endian modeJohannes Berg2-0/+3
2016-02-02ARM: imx: use endian-safe readl/readw/writel/writewJohannes Berg22-121/+124
2016-01-28ARM: imx7d: correct chip version informationFrank Li1-1/+8
2016-01-28ARM: imx: select HAVE_ARM_ARCH_TIMER if selected i.MX7DFrank Li1-0/+1
2016-01-28ARM: imx6: fix cleanup path in imx6q_suspend_init()Jean-Christophe Dubois1-4/+4
2016-01-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-2/+9
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-6/+8
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2016-01-11Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-2/+2
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-1/+1
2015-12-22Merge tag 'imx-soc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/socOlof Johansson4-2/+9
2015-12-21ARM: imx: select SRC for i.MX7Arnd Bergmann1-0/+1
2015-12-15Merge tag 'arm-soc/for-4.5/cleanup' of git://git.infradead.org/linux-mtd into next/cleanupArnd Bergmann1-1/+1
2015-12-07ARM: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON1-1/+1
2015-12-02ARM: mach-imx: iomux-imx31: fix spelling mistake in error messageColin Ian King1-1/+1