aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/renesas/rcar-sysc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-14soc: renesas: Move power-domain drivers to the genpd dirUlf Hansson1-494/+0
2023-02-08soc: renesas: Move away from using OF_POPULATED for fw_devlinkSaravana Kannan1-1/+1
2021-08-12soc: renesas: Prefer memcpy() over strcpy()Len Baker1-2/+4
2021-01-29soc: renesas: rcar-sysc: Mark device node OF_POPULATED after initGeert Uytterhoeven1-0/+2
2021-01-26soc: renesas: rcar-sysc: Use readl_poll_timeout_atomic()Geert Uytterhoeven1-20/+15
2020-07-13soc: renesas: rcar-sysc: Add r8a774e1 supportMarian-Cristian Rotariu1-0/+3
2020-04-30soc: renesas: rcar-sysc: Add R8A7742 supportLad Prabhakar1-0/+3
2019-11-01soc: renesas: rcar-sysc: Add R8A77961 supportGeert Uytterhoeven1-0/+3
2019-11-01soc: renesas: Rename SYSC_R8A7796 to SYSC_R8A77960Geert Uytterhoeven1-2/+2
2019-10-01soc: renesas: rcar-sysc: Add r8a774b1 supportBiju Das1-0/+3
2019-10-01soc: renesas: rcar-sysc: Prepare for fixing power request conflictsGeert Uytterhoeven1-0/+16
2019-08-19soc: renesas: rcar-sysc: Eliminate local variable govGeert Uytterhoeven1-2/+1
2019-08-19soc: renesas: rcar-sysc: Add goto to of_node_put() before returnNishka Dasgupta1-1/+1
2019-07-29soc: renesas: rcar-sysc: Use [] to denote a flexible array memberGeert Uytterhoeven1-1/+1
2018-12-06soc: renesas: rcar-sysc: Fix power domain control after system resumeGeert Uytterhoeven1-19/+9
2018-12-06soc: renesas: rcar-sysc: Merge PM Domain registration and linkingGeert Uytterhoeven1-13/+5
2018-12-06soc: renesas: rcar-sysc: Remove rcar_sysc_power_{down,up}() helpersGeert Uytterhoeven1-15/+4
2018-09-17soc: renesas: rcar-sysc: Add r8a7744 supportBiju Das1-0/+2
2018-09-14soc: renesas: rcar-sysc: Add r8a774c0 supportFabrizio Castro1-0/+3
2018-09-12soc: renesas: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-09-12soc: renesas: rcar-sysc: Add r8a774a1 supportBiju Das1-0/+3
2018-07-02Merge tag 'renesas-arm-soc-for-v4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/socOlof Johansson1-23/+41
2018-06-18soc: renesas: rcar-sysc: Drop legacy handlingGeert Uytterhoeven1-30/+8
2018-06-18soc: renesas: rcar-sysc: Provide helpers to power up/down CPUsGeert Uytterhoeven1-0/+40
2018-06-08soc: renesas: rcar-sysc: Make PM domain initialization more robustGeert Uytterhoeven1-6/+29
2018-05-16soc: renesas: rcar-sysc: Add support for R-Car E3 power areasTakeshi Kihara1-0/+3
2018-04-16soc: renesas: rcar-sysc: Add r8a77470 supportBiju Das1-0/+3
2018-02-21soc: renesas: rcar-sysc: Add R-Car M3-N supportJacopo Mondi1-0/+3
2018-02-19soc: renesas: rcar-sysc: add R8A77980 supportSergei Shtylyov1-0/+3
2018-02-12soc: renesas: rcar-sysc: Mark rcar_sysc_matches[] __initconstGeert Uytterhoeven1-1/+1
2017-12-20soc: renesas: rcar-sysc: Keep wakeup sources active during system suspendGeert Uytterhoeven1-1/+1
2017-09-18soc: renesas: rcar-sysc: add R8A77970 supportSergei Shtylyov1-0/+3
2017-08-16Merge tag 'renesas-drivers-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversArnd Bergmann1-0/+3
2017-08-16soc: Convert to using %pOF instead of full_nameRob Herring1-3/+3
2017-07-27soc: renesas: rcar-sysc: Add support for R-Car D3 power areasGeert Uytterhoeven1-0/+3
2017-06-18Merge tag 'renesas-rcar-sysc-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversOlof Johansson1-24/+4
2017-06-18Merge tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversOlof Johansson1-13/+11
2017-06-15soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ONGeert Uytterhoeven1-24/+4
2017-06-12soc: renesas: Rework Kconfig and Makefile logicGeert Uytterhoeven1-13/+11
2017-04-07soc: renesas: rcar-sysc: Add support for fixing up power area tablesGeert Uytterhoeven1-1/+24
2016-11-30Merge tag 'renesas-r8a7745-sysc-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversArnd Bergmann1-0/+3
2016-11-23soc: renesas: rcar-sysc: add R8A7745 supportSergei Shtylyov1-0/+3
2016-10-17soc: renesas: rcar-sysc: add R8A7743 supportSergei Shtylyov1-0/+3
2016-06-29soc: renesas: rcar-sysc: Improve SYSC interrupt config in legacy wrapperGeert Uytterhoeven1-2/+15
2016-06-29soc: renesas: rcar-sysc: Move SYSC interrupt config to rcar-sysc driverGeert Uytterhoeven1-4/+8
2016-06-29soc: renesas: rcar-sysc: Make rcar_sysc_init() init the PM domainsGeert Uytterhoeven1-9/+11
2016-06-29soc: renesas: rcar-sysc: Fix uninitialized error code in rcar_sysc_pd_init()Geert Uytterhoeven1-1/+1
2016-06-16soc: renesas: rcar-sysc: add R8A7792 supportSergei Shtylyov1-0/+3
2016-06-06soc: renesas: rcar-sysc: Add support for R-Car M3-W power areasGeert Uytterhoeven1-0/+3
2016-04-26soc: renesas: rcar-sysc: Add support for R-Car H3 power areasGeert Uytterhoeven1-0/+3