aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2017-09-09Merge branches 'fixes' and 'misc' into for-linusGravatar Russell King 1-1/+2
2017-09-05Merge branch 'next/cleanup' into next/socGravatar Olof Johansson 1-2/+2
2017-08-16ARM: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2017-08-14ARM: align .data sectionGravatar Russell King 1-1/+1
2017-08-06ARM: rockchip: select ARCH_DMA_ADDR_T_64BIT for LPAEGravatar Tao Huang 1-0/+1
2017-08-01ARM: rockchip: enable ZONE_DMA for non 64-bit capable peripheralsGravatar Tao Huang 1-0/+1
2017-07-20ARM: rockchip: explicitly request exclusive reset control in smp codeGravatar Philipp Zabel 1-1/+1
2017-07-04Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-0/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1
2017-05-14ARM: rockchip: enable support for RV1108 SoCGravatar Andy Yan 1-0/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-3/+3
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolGravatar Florian Fainelli 2-3/+3
2017-01-06ARM: rockchip: drop rk3288 jtag/mmc switch handlingGravatar Heiko Stuebner 1-12/+0
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableGravatar Kefeng Wang 1-1/+0
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBGravatar Linus Walleij 1-1/+1
2016-05-18Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-04-25cpufreq: rockchip: Use generic platdev driverGravatar Finley Xiao 1-1/+0
2016-04-12ARM: rockchip: Fix use of plain integer as NULL pointerGravatar Peter Griffin 1-1/+1
2015-12-22Merge branch 'treewide/cleanup' into next/socGravatar Olof Johansson 2-2/+3
2015-12-16ARM: rockchip: enable support for RK3228 SoCsGravatar Jeffy Chen 1-0/+1
2015-12-16ARM: rockchip: use const and __initconst for rk3036 smp_operationsGravatar Heiko Stuebner 1-1/+1
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptGravatar Masahiro Yamada 1-1/+2
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 1-1/+1
2015-11-19ARM: rockchip: add support smp for rk3036Gravatar Heiko Stuebner 1-12/+33
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsGravatar Marc Zyngier 1-1/+1
2015-08-24ARM: rockchip: pm: Fix PTR_ERR() argumentGravatar Fabio Estevam 1-2/+2
2015-08-06ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspendGravatar Heiko Stuebner 2-3/+7
2015-08-06ARM: rockchip: set correct stabilization thresholds in suspendGravatar Heiko Stuebner 2-7/+19
2015-08-06ARM: rockchip: rename osc_switch_to_32k variableGravatar Heiko Stuebner 1-2/+2
2015-07-06ARM: rockchip: fix broken buildGravatar Caesar Wang 1-2/+1
2015-07-06ARM: rockchip: remove some useless macro in pm.hGravatar Chris Zhong 1-7/+0
2015-07-06ARM: rockchip: add support holding 24Mhz osc during suspendGravatar Chris Zhong 1-2/+38
2015-07-06ARM: rockchip: fix the SMP code styleGravatar Caesar Wang 1-6/+8
2015-07-06ARM: rockchip: ensure CPU to enter WFI/WFE stateGravatar Caesar Wang 1-0/+7
2015-07-06ARM: rockchip: fix the CPU soft resetGravatar Caesar Wang 1-18/+22
2015-07-06ARM: rockchip: restore dapswjdp after suspendGravatar Doug Anderson 1-0/+5
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2015-06-26Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-12/+2
2015-06-16arm/mach-rockchip: remove legacy __cpuinit section that crept inGravatar Paul Gortmaker 1-2/+1
2015-06-12Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel...Gravatar Kevin Hilman 3-12/+2
2015-06-01ARM: v7 setup function should invalidate L1 cacheGravatar Russell King 3-12/+2
2015-05-13Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs"Gravatar Heiko Stuebner 2-30/+0
2015-04-16rockchip: make sure timer7 is enabled on rk3288 platformsGravatar Heiko Stuebner 1-0/+19
2015-04-16ARM: rockchip: fix undefined instruction of reset_ctrl_regsGravatar Chris Zhong 2-0/+30
2015-04-16ARM: rockchip: disable dapswjdp during suspendGravatar Chris Zhong 2-0/+11
2015-03-11ARM: rockchip: disable watchdog during suspendGravatar Chris Zhong 2-3/+10
2015-03-11ARM: rockchip: decrease the wait time for resumeGravatar Chris Zhong 2-0/+7
2015-03-11ARM: rockchip: Constify struct regmap_config and staticize local functionGravatar Krzysztof Kozlowski 1-2/+2