The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.4-tag1
for you to fetch changes up to 2653d5bf1c9d123c0d8b8c1634cf54dacfcfdb52:
soc: renesas: Use "#ifdef" for single-symbol definition checks (2023-03-16 16:58:42 +0100)
----------------------------------------------------------------
Renesas driver updates for v6.4
- Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Geert Uytterhoeven (2):
soc: renesas: rmobile-sysc: Use of_fwnode_handle() helper
soc: renesas: Use "#ifdef" for single-symbol definition checks
Krzysztof Kozlowski (2):
soc: renesas: mark OF related data as maybe unused
soc: renesas: pwc-rzv2m: drop of_match_ptr for ID table
Wolfram Sang (2):
soc: renesas: rcar-sysc: Remove R-Car H3 ES1.* handling
soc: renesas: Remove r8a77950 arch
drivers/soc/renesas/Kconfig | 7 -------
drivers/soc/renesas/pwc-rzv2m.c | 2 +-
drivers/soc/renesas/r8a7795-sysc.c | 10 ----------
drivers/soc/renesas/renesas-soc.c | 14 ++++++--------
drivers/soc/renesas/rmobile-sysc.c | 2 +-
include/dt-bindings/power/r8a7795-sysc.h | 1 -
6 files changed, 8 insertions(+), 28 deletions(-)