aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/platsmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-17Merge tag 'v5.3-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/socOlof Johansson1-2/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-20ARM: rockchip: fix missing of_node_put calls in smp codeWen Yang1-2/+10
2019-04-23ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmuWen Yang1-0/+1
2018-03-12ARM: rockchip: Set name of pmu regmap_config in smp codeJeffy Chen1-0/+1
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-07-20ARM: rockchip: explicitly request exclusive reset control in smp codePhilipp Zabel1-1/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-2/+2
2016-04-12ARM: rockchip: Fix use of plain integer as NULL pointerPeter Griffin1-1/+1
2015-12-22Merge branch 'treewide/cleanup' into next/socOlof Johansson1-1/+1
2015-12-16ARM: rockchip: use const and __initconst for rk3036 smp_operationsHeiko Stuebner1-1/+1
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-07-06ARM: rockchip: fix broken buildCaesar Wang1-2/+1
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-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-2/+1
2015-06-16arm/mach-rockchip: remove legacy __cpuinit section that crept inPaul Gortmaker1-2/+1
2015-06-01ARM: v7 setup function should invalidate L1 cacheRussell King1-3/+2
2015-03-11ARM: rockchip: Constify struct regmap_config and staticize local functionKrzysztof Kozlowski1-2/+2
2014-11-05ARM: rockchip: add basic smp support for rk3288Kever Yang1-24/+96
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-07-23ARM: rockchip: Add cpu hotplug support for RK3XXX SoCsRomain Perier1-0/+20
2014-05-26ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLAREHeiko Stübner1-1/+2
2014-04-15ARM: rockchip: fix copy'n'paste error in smp error messagesHeiko Stuebner1-1/+1
2014-03-01ARM: rockchip: add smp bringup codeHeiko Stuebner1-0/+184