aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-imx6q.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner1-7/+1
2017-10-18cpufreq: imx6q: Move speed grading check to cpufreq driverFabio Estevam1-86/+2
2017-10-14ARM: imx: Enable cpuidle for i.MX6DL starting at 1.1Leonard Crestez1-3/+6
2016-10-24ARM: imx: mach-imx6q: Fix the PHY ID mask for AR8031Fabio Estevam1-1/+1
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2016-06-23arm: use of_platform_default_populate() to populateKefeng Wang1-1/+1
2016-06-21ARM: i.MX: Do not explicitly call l2x0_of_init()Andrey Smirnov1-0/+2
2016-06-10ARM: mach-imx6q: fix spelling mistake in error messageJean Guyomarc'h1-1/+1
2016-02-14ARM: imx: Add msl code support for imx6qpBai Ping1-2/+6
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar1-1/+1
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar1-1/+1
2015-06-03ARM: imx6: initialize CCM_CLPCR_LPM into RUN mode earlierShawn Guo1-0/+1
2015-04-22Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2015-03-30ARM: imx6: Warn when an old DT is detectedMarc Zyngier1-0/+1
2015-03-30ARM: imx6: convert GPC to stacked domainsMarc Zyngier1-1/+0
2015-03-11ARM: imx: fix struct clk pointer comparingShawn Guo1-2/+3
2015-01-20ARM i.MX6q: unmap memory mapped at imx6q_opp_check_speed_grading()Sebastian Andrzej Siewior1-1/+1
2014-11-22ARM: imx: clean up machine mxc_arch_reset_init_dt reset initJingchang Lu1-3/+0
2014-07-18ARM: imx: mark .dt_compat as constShawn Guo1-1/+1
2014-07-18ARM: mx6: Only check for 1.2GHz for mx6quadFabio Estevam1-1/+1
2014-03-05ARM i.MX6q: Mark VPU and IPU AXI transfers as cacheable, increase IPU priorityPhilipp Zabel1-0/+34
2014-03-05ARM: imx: add speed grading check for i.mx6 socAnson Huang1-3/+23
2014-03-05ARM: imx6q: support ptp and rmii clock from padShawn Guo1-1/+35
2014-03-05ARM: imx: add suspend in ocram support for i.mx6qAnson Huang1-1/+1
2014-01-28Merge branch 'cubox-i-init' into for-linusRussell King1-0/+35
2014-01-27ARM: imx: initial SolidRun HummingBoard supportRussell King1-0/+35
2013-12-31ARM: imx: use __initconst for const init definitionShawn Guo1-1/+1
2013-12-09ARM: imx: add PCI fixup for PEX860X on Gateworks boardTim Harvey1-0/+30
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-1/+1
2013-10-21ARM: imx: replace imx6q_restart() with mxc_restart()Shawn Guo1-32/+3
2013-10-21ARM: imx6: report soc info via soc deviceShawn Guo1-1/+7
2013-10-21ARM: imx: add a common function to initialize revision from anatopShawn Guo1-24/+1
2013-10-21ARM: imx6q: use common soc revision helpersShawn Guo1-9/+4
2013-10-21Merge remote-tracking branch 'shesselba/clk-of-init-v2_for-3.13' into imx/socShawn Guo1-11/+3
2013-09-29ARM: imx: remove custom .init_time hookSebastian Hesselbarth1-11/+3
2013-09-19cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha1-2/+7
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-111/+60
2013-08-22ARM: imx6q: remove board specific CLKO setupShawn Guo1-69/+0
2013-08-22phy: micrel: Add definitions for common Micrel PHY registersDinh Nguyen1-5/+8
2013-08-22ARM: imx: Move anatop related from board file to anatop driverPeter Chen1-5/+0
2013-08-21cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-2/+1
2013-08-16ARM: imx: let L2 initialization be a common functionShawn Guo1-36/+1
2013-08-16ARM i.MX6Q: Use ENET_CLK_SEL defines in imx6q_1588_initPhilipp Zabel1-1/+4
2013-08-16ARM: i.MX6: add ethernet phy fixup for KSZ9031Sascha Hauer1-0/+23
2013-08-16ARM: i.MX6: add ethernet phy fixup for AR8031Sascha Hauer1-0/+27
2013-08-16ARM: i.MX6: call ksz9021 phy fixup for all i.MX6 boardsSascha Hauer1-4/+6
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-1/+2