summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip
Commit message (Expand)AuthorAgeFilesLines
* arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-1/+0
* 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-051-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/+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
OpenPOWER on IntegriCloud