aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip
AgeCommit message (Expand)AuthorFilesLines
2023-08-12ARM: rockchip: Drop unused includesRob Herring1-5/+1
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2022-06-17ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()Liang He1-2/+5
2022-04-04ARM: rockchip: fix typos in commentsJulia Lawall1-1/+1
2021-11-21ARM: rockchip: Use memcpy_toio instead of memcpy on smp bring-upIvan T. Ivanov1-1/+1
2020-04-13ARM: rockchip: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-04-13ARM: rockchip: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2019-06-17Merge tag 'v5.3-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2-2/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner3-29/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner4-40/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-20ARM: rockchip: fix missing of_node_put calls in smp codeWen Yang2-2/+12
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-04-23ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmuWen Yang1-0/+1
2019-04-12ARM: rockchip: Mark pm-init functions __initDouglas Anderson1-2/+2
2018-08-24ARM: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier1-0/+1
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-1/+0
2018-03-12ARM: rockchip: Set name of pmu regmap_config in smp codeJeffy Chen1-0/+1
2017-09-12Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2017-09-09Merge branches 'fixes' and 'misc' into for-linusRussell King1-1/+2
2017-09-05Merge branch 'next/cleanup' into next/socOlof Johansson1-2/+2
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-08-14ARM: align .data sectionRussell King1-1/+1
2017-08-06ARM: rockchip: select ARCH_DMA_ADDR_T_64BIT for LPAETao Huang1-0/+1
2017-08-01ARM: rockchip: enable ZONE_DMA for non 64-bit capable peripheralsTao Huang1-0/+1
2017-07-20ARM: rockchip: explicitly request exclusive reset control in smp codePhilipp Zabel1-1/+1
2017-07-04Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-0/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-05-14ARM: rockchip: enable support for RV1108 SoCAndy Yan1-0/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-3/+3
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2-3/+3
2017-01-06ARM: rockchip: drop rk3288 jtag/mmc switch handlingHeiko Stuebner1-12/+0
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-1/+0
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+1
2016-05-18Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-04-25cpufreq: rockchip: Use generic platdev driverFinley Xiao1-1/+0
2016-04-12ARM: rockchip: Fix use of plain integer as NULL pointerPeter Griffin1-1/+1
2015-12-22Merge branch 'treewide/cleanup' into next/socOlof Johansson2-2/+3
2015-12-16ARM: rockchip: enable support for RK3228 SoCsJeffy Chen1-0/+1
2015-12-16ARM: rockchip: use const and __initconst for rk3036 smp_operationsHeiko Stuebner1-1/+1
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-1/+2
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2015-11-19ARM: rockchip: add support smp for rk3036Heiko Stuebner1-12/+33
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-1/+1
2015-08-24ARM: rockchip: pm: Fix PTR_ERR() argumentFabio Estevam1-2/+2
2015-08-06ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspendHeiko Stuebner2-3/+7
2015-08-06ARM: rockchip: set correct stabilization thresholds in suspendHeiko Stuebner2-7/+19
2015-08-06ARM: rockchip: rename osc_switch_to_32k variableHeiko Stuebner1-2/+2
2015-07-06ARM: rockchip: fix broken buildCaesar Wang1-2/+1
2015-07-06ARM: rockchip: remove some useless macro in pm.hChris Zhong1-7/+0
2015-07-06ARM: rockchip: add support holding 24Mhz osc during suspendChris Zhong1-2/+38
2015-07-06ARM: rockchip: fix the SMP code styleCaesar Wang1-6/+8
2015-07-06ARM: rockchip: ensure CPU to enter WFI/WFE stateCaesar Wang1-0/+7
2015-07-06ARM: rockchip: fix the CPU soft resetCaesar Wang1-18/+22
2015-07-06ARM: rockchip: restore dapswjdp after suspendDoug Anderson1-0/+5
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2015-06-26Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-12/+2
2015-06-16arm/mach-rockchip: remove legacy __cpuinit section that crept inPaul Gortmaker1-2/+1
2015-06-12Merge branch 'for-arm-soc' of http://ftp.arm.linux.org.uk/pub/armlinux/kernel...Kevin Hilman3-12/+2
2015-06-01ARM: v7 setup function should invalidate L1 cacheRussell King3-12/+2
2015-05-13Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs"Heiko Stuebner2-30/+0
2015-04-16rockchip: make sure timer7 is enabled on rk3288 platformsHeiko Stuebner1-0/+19
2015-04-16ARM: rockchip: fix undefined instruction of reset_ctrl_regsChris Zhong2-0/+30
2015-04-16ARM: rockchip: disable dapswjdp during suspendChris Zhong2-0/+11
2015-03-11ARM: rockchip: disable watchdog during suspendChris Zhong2-3/+10
2015-03-11ARM: rockchip: decrease the wait time for resumeChris Zhong2-0/+7
2015-03-11ARM: rockchip: Constify struct regmap_config and staticize local functionKrzysztof Kozlowski1-2/+2
2015-02-18ARM: rockchip: force built-in regulator support for PMArnd Bergmann1-0/+1
2015-02-18ARM: rockchip: make rockchip_suspend_init conditionalArnd Bergmann1-0/+6
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds5-1/+436
2015-01-29clockevents: rockchip: Add rockchip timer for rk3288Daniel Lezcano1-0/+1
2015-01-21ARM: rockchip: remove cpu-core name from machine nameHeiko Stuebner1-1/+1
2015-01-16ARM: rockchip: disable jtag/sdmmc autoswitching on rk3288Heiko Stübner1-0/+27
2014-12-31ARM: rockchip: add suspend and resume for RK3288Chris Zhong5-0/+435
2014-11-05ARM: rockchip: add basic smp support for rk3288Kever Yang2-25/+100
2014-11-05ARM: rockchip: add option to access the pmu via a phandle in smp_operationsHeiko Stuebner1-0/+13
2014-11-05ARM: rockchip: convert to regmap and use pmu syscon if availableHeiko Stuebner1-26/+78
2014-11-03Merge tag 'v3.18-rockchip-cpufreqdev-v2' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-0/+7
2014-09-30ARM: rockchip: honor renaming of cpufreq-cpu0 to cpufreq-dtHeiko Stuebner1-1/+1
2014-09-29ARM: rockchip: add a cpufreq-cpu0 deviceHeiko Stuebner1-0/+7
2014-09-02ARM: rockchip: enable the AMBA busHeiko Stübner1-0/+1
2014-08-08Merge tag 'dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2-0/+2
2014-07-28Merge branch 'clk-rockchip' of git://git.linaro.org/people/mike.turquette/lin...Arnd Bergmann1-0/+1
2014-07-26ARM: rockchip: enable support for RK3288 SoCsHeiko Stuebner2-0/+2
2014-07-23ARM: rockchip: Add cpu hotplug support for RK3XXX SoCsRomain Perier1-0/+20
2014-07-23ARM: rockchip: select ARMv7 compiler flags for platsmp.oHeiko Stuebner1-0/+2
2014-07-13ARM: rockchip: Select ARCH_HAS_RESET_CONTROLLERHeiko Stübner1-0/+1
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-7/+2
2014-05-30ARM: l2c: rockchip: convert to generic l2c OF initialisationRussell King1-7/+2
2014-05-26ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLAREHeiko Stübner3-4/+2
2014-05-22ARM: l2c: remove unnecessary UL-suffix to mask valuesRussell King1-1/+1
2014-04-15ARM: rockchip: fix copy'n'paste error in smp error messagesHeiko Stuebner1-1/+1
2014-03-09Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Olof Johansson1-3/+0
2014-03-01ARM: rockchip: add smp bringup codeHeiko Stuebner5-0/+239
2014-03-01ARM: rockchip: add snoop-control-unitHeiko Stuebner1-0/+1
2014-02-19ARM: select HAVE_SMP for V7 multi-platformRob Herring1-1/+0
2014-02-19ARM: centralize common multi-platform kconfig optionsRob Herring1-2/+0
2013-11-11Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2013-10-14ARM: rockchip: enable arm-global-timerHeiko Stuebner1-0/+2
2013-10-14ARM: rockchip: fix wrong use of non-existent CONFIG_LOCAL_TIMERSHeiko Stuebner1-2/+1
2013-09-29ARM: rockchip: remove custom .init_time hookSebastian Hesselbarth1-9/+0
2013-06-21arm: add basic support for Rockchip RK3066a boardsHeiko Stuebner3-0/+69