summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-282-3/+3
|\
| * ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-282-3/+3
* | ARM: rockchip: drop rk3288 jtag/mmc switch handlingHeiko Stuebner2017-01-061-12/+0
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-1/+1
|\
| * ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
* | arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-1/+0
|/
* Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-181-1/+1
|\
| * ARM: rockchip: Fix use of plain integer as NULL pointerPeter Griffin2016-04-121-1/+1
* | cpufreq: rockchip: Use generic platdev driverFinley Xiao2016-04-251-1/+0
|/
* Merge branch 'treewide/cleanup' into next/socOlof Johansson2015-12-222-2/+3
|\
| * ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-1/+2
| * ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-011-1/+1
* | ARM: rockchip: enable support for RK3228 SoCsJeffy Chen2015-12-161-0/+1
* | ARM: rockchip: use const and __initconst for rk3036 smp_operationsHeiko Stuebner2015-12-161-1/+1
* | ARM: rockchip: add support smp for rk3036Heiko Stuebner2015-11-191-12/+33
|/
* clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
* ARM: rockchip: pm: Fix PTR_ERR() argumentFabio Estevam2015-08-241-2/+2
* ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspendHeiko Stuebner2015-08-062-3/+7
* ARM: rockchip: set correct stabilization thresholds in suspendHeiko Stuebner2015-08-062-7/+19
* ARM: rockchip: rename osc_switch_to_32k variableHeiko Stuebner2015-08-061-2/+2
* ARM: rockchip: fix broken buildCaesar Wang2015-07-061-2/+1
* ARM: rockchip: remove some useless macro in pm.hChris Zhong2015-07-061-7/+0
* ARM: rockchip: add support holding 24Mhz osc during suspendChris Zhong2015-07-061-2/+38
* ARM: rockchip: fix the SMP code styleCaesar Wang2015-07-061-6/+8
* ARM: rockchip: ensure CPU to enter WFI/WFE stateCaesar Wang2015-07-061-0/+7
* ARM: rockchip: fix the CPU soft resetCaesar Wang2015-07-061-18/+22
* ARM: rockchip: restore dapswjdp after suspendDoug Anderson2015-07-061-0/+5
* Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-021-2/+1
|\
| * arm/mach-rockchip: remove legacy __cpuinit section that crept inPaul Gortmaker2015-06-161-2/+1
* | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-263-12/+2
|\ \ | |/ |/|
| * Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel...Kevin Hilman2015-06-123-12/+2
| |\
| | * ARM: v7 setup function should invalidate L1 cacheRussell King2015-06-013-12/+2
* | | Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs"Heiko Stuebner2015-05-132-30/+0
|/ /
* | rockchip: make sure timer7 is enabled on rk3288 platformsHeiko Stuebner2015-04-161-0/+19
* | ARM: rockchip: fix undefined instruction of reset_ctrl_regsChris Zhong2015-04-162-0/+30
* | ARM: rockchip: disable dapswjdp during suspendChris Zhong2015-04-162-0/+11
|/
* ARM: rockchip: disable watchdog during suspendChris Zhong2015-03-112-3/+10
* ARM: rockchip: decrease the wait time for resumeChris Zhong2015-03-112-0/+7
* ARM: rockchip: Constify struct regmap_config and staticize local functionKrzysztof Kozlowski2015-03-111-2/+2
* ARM: rockchip: force built-in regulator support for PMArnd Bergmann2015-02-181-0/+1
* ARM: rockchip: make rockchip_suspend_init conditionalArnd Bergmann2015-02-181-0/+6
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-175-1/+436
|\
| * ARM: rockchip: remove cpu-core name from machine nameHeiko Stuebner2015-01-211-1/+1
| * ARM: rockchip: add suspend and resume for RK3288Chris Zhong2014-12-315-0/+435
* | clockevents: rockchip: Add rockchip timer for rk3288Daniel Lezcano2015-01-291-0/+1
* | ARM: rockchip: disable jtag/sdmmc autoswitching on rk3288Heiko Stübner2015-01-161-0/+27
|/
* ARM: rockchip: add basic smp support for rk3288Kever Yang2014-11-052-25/+100
* ARM: rockchip: add option to access the pmu via a phandle in smp_operationsHeiko Stuebner2014-11-051-0/+13
* ARM: rockchip: convert to regmap and use pmu syscon if availableHeiko Stuebner2014-11-051-26/+78
* Merge tag 'v3.18-rockchip-cpufreqdev-v2' of git://git.kernel.org/pub/scm/linu...Olof Johansson2014-11-031-0/+7
|\