aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
AgeCommit message (Expand)AuthorFilesLines
2023-08-12ARM: rockchip: Drop unused includesGravatar Rob Herring 1-5/+1
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineGravatar Linus Walleij 1-1/+1
2022-06-17ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()Gravatar Liang He 1-2/+5
2022-04-04ARM: rockchip: fix typos in commentsGravatar Julia Lawall 1-1/+1
2021-11-21ARM: rockchip: Use memcpy_toio instead of memcpy on smp bring-upGravatar Ivan T. Ivanov 1-1/+1
2020-04-13ARM: rockchip: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2020-04-13ARM: rockchip: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2019-06-17Merge tag 'v5.3-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 2-2/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 3-29/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 4-40/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-20ARM: rockchip: fix missing of_node_put calls in smp codeGravatar Wen Yang 2-2/+12
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-0/+1
2019-04-23ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmuGravatar Wen Yang 1-0/+1
2019-04-12ARM: rockchip: Mark pm-init functions __initGravatar Douglas Anderson 1-2/+2
2018-08-24ARM: rockchip: Force CONFIG_PM on Rockchip systemsGravatar Marc Zyngier 1-0/+1
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigGravatar Christoph Hellwig 1-1/+0
2018-03-12ARM: rockchip: Set name of pmu regmap_config in smp codeGravatar Jeffy Chen 1-0/+1
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