summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.3-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2019-06-172-2/+12
|\
| * ARM: rockchip: fix missing of_node_put calls in smp codeWen Yang2019-05-202-2/+12
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-053-29/+3Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-304-40/+4Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-171-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmuWen Yang2019-04-231-0/+1
* | ARM: rockchip: Mark pm-init functions __initDouglas Anderson2019-04-121-2/+2
|/
* ARM: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier2018-08-241-0/+1
* arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-1/+0Star
* ARM: rockchip: Set name of pmu regmap_config in smp codeJeffy Chen2018-03-121-0/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-09-121-1/+1
|\
| * Merge branches 'fixes' and 'misc' into for-linusRussell King2017-09-091-1/+2
| |\
| * | ARM: align .data sectionRussell King2017-08-141-1/+1
* | | Merge branch 'next/cleanup' into next/socOlof Johansson2017-09-061-2/+2
|\ \ \
| * | | ARM: Convert to using %pOF instead of full_nameRob Herring2017-08-161-2/+2
| | |/ | |/|
* | | ARM: rockchip: select ARCH_DMA_ADDR_T_64BIT for LPAETao Huang2017-08-061-0/+1
* | | ARM: rockchip: enable ZONE_DMA for non 64-bit capable peripheralsTao Huang2017-08-011-0/+1
* | | ARM: rockchip: explicitly request exclusive reset control in smp codePhilipp Zabel2017-07-201-1/+1
|/ /
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-07-041-0/+1
|\ \
| * | ARM: rockchip: enable support for RV1108 SoCAndy Yan2017-05-141-0/+1
| |/
* / clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
|/
* 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/+0Star
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-021-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/+0Star
|/
* 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/+0Star
|/
* 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/+1Star
* ARM: rockchip: remove some useless macro in pm.hChris Zhong2015-07-061-7/+0Star
* 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