-
- Downloads
soc: renesas: Move pm-rcar to drivers/soc/renesas/rcar-sysc
Move the pm-rcar driver from arch/arm/mach-shmobile/ to drivers/soc/renesas/, and its header file to include/linux/soc/renesas/, so it can be shared between arm32 (R-Car H1 and Gen2) and arm64 (R-Car Gen3). Rename it to rcar-sysc as it's really a driver for the R-Car System Controller (SYSC). Kill the intermediate PM_RCAR config symbol, as it's not user configurable anymore, and to prepare for SoC-specific make rules. Add the missing #include <linux/types.h> to rcar-sysc.h, which was exposed by different include order. Signed-off-by:Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
Showing
- MAINTAINERS 4 additions, 0 deletionsMAINTAINERS
- arch/arm/mach-shmobile/Kconfig 4 additions, 7 deletionsarch/arm/mach-shmobile/Kconfig
- arch/arm/mach-shmobile/Makefile 0 additions, 1 deletionarch/arm/mach-shmobile/Makefile
- arch/arm/mach-shmobile/pm-r8a7779.c 2 additions, 1 deletionarch/arm/mach-shmobile/pm-r8a7779.c
- arch/arm/mach-shmobile/pm-rcar-gen2.c 1 addition, 1 deletionarch/arm/mach-shmobile/pm-rcar-gen2.c
- arch/arm/mach-shmobile/smp-r8a7779.c 1 addition, 1 deletionarch/arm/mach-shmobile/smp-r8a7779.c
- arch/arm/mach-shmobile/smp-r8a7790.c 1 addition, 1 deletionarch/arm/mach-shmobile/smp-r8a7790.c
- drivers/soc/Makefile 2 additions, 1 deletiondrivers/soc/Makefile
- drivers/soc/renesas/Makefile 5 additions, 0 deletionsdrivers/soc/renesas/Makefile
- drivers/soc/renesas/rcar-sysc.c 1 addition, 1 deletiondrivers/soc/renesas/rcar-sysc.c
- include/linux/soc/renesas/rcar-sysc.h 5 additions, 3 deletionsinclude/linux/soc/renesas/rcar-sysc.h
Loading
Please register or sign in to comment