summaryrefslogtreecommitdiff
path: root/drivers/soc/renesas
AgeCommit message (Expand)AuthorFilesLines
2023-06-05soc: renesas: rmobile-sysc: Convert to readl_poll_timeout_atomic()Geert Uytterhoeven1-20/+9
2023-05-15soc: renesas: rcar-rst: Allow WDT reset on R-Car V3UWolfram Sang1-1/+14
2023-04-04soc: renesas: renesas-soc: Release 'chipid' from ioremap()Li Yang1-1/+4
2023-03-16soc: renesas: Use "#ifdef" for single-symbol definition checksGeert Uytterhoeven1-4/+4
2023-03-16soc: renesas: pwc-rzv2m: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16soc: renesas: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-10soc: renesas: rmobile-sysc: Use of_fwnode_handle() helperGeert Uytterhoeven1-1/+1
2023-03-10soc: renesas: Remove r8a77950 archWolfram Sang2-10/+1
2023-03-10soc: renesas: rcar-sysc: Remove R-Car H3 ES1.* handlingWolfram Sang1-10/+0
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+147
2023-02-08soc: renesas: Move away from using OF_POPULATED for fw_devlinkSaravana Kannan1-1/+1
2023-01-23soc: renesas: Add PWC support for RZ/V2MFabrizio Castro3-0/+146
2022-12-26soc: renesas: r8a779g0-sysc: Add missing A3DUL power domainTam Nguyen1-0/+1
2022-11-17soc: renesas: Identify RZ/V2M SoCPhil Edworthy1-0/+22
2022-10-17soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC...Lad Prabhakar1-0/+2
2022-08-16soc: renesas: Identify RZ/Five SoCLad Prabhakar2-0/+23
2022-08-16soc: renesas: Identify R-Car H3Ne-1.7GGeert Uytterhoeven1-0/+1
2022-08-15soc: renesas: Kconfig: Enable IRQC driver for RZ/G2L SoCLad Prabhakar1-0/+1
2022-06-13soc: renesas: rcar-sysc: Optimize rcar_sysc_area struct sizesGeert Uytterhoeven2-4/+4
2022-06-13soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR valuesGeert Uytterhoeven1-5/+5
2022-05-05soc: renesas: R-Car V3U is R-Car Gen4Geert Uytterhoeven1-1/+1
2022-04-28soc: renesas: rzn1: Select PM and PM_GENERIC_DOMAINS configsHerve Codina1-0/+2
2022-04-28soc: renesas: Add RZ/V2M (R9A09G011) config optionPhil Edworthy1-0/+7
2022-04-25soc: renesas: rcar-rst: Add support for R-Car V4HYoshihiro Shimoda1-0/+1
2022-04-25soc: renesas: Identify R-Car V4HYoshihiro Shimoda2-0/+15
2022-04-25soc: renesas: r8a779g0-sysc: Add r8a779g0 supportYoshihiro Shimoda5-0/+71
2022-04-04soc: renesas: Identify RZ/G2UL SoCBiju Das2-0/+19
2022-02-24soc: renesas: Kconfig: Introduce ARCH_RZG2L config optionLad Prabhakar1-4/+7
2022-02-22soc: renesas: Kconfig: Explicitly select PM and PM_GENERIC_DOMAINS configsLad Prabhakar1-0/+4
2022-02-08soc: renesas: Add support for reading product revision for RZ/G2L familyBiju Das1-22/+33
2022-01-24soc: renesas: Identify RZ/V2L SoCBiju Das2-0/+18
2021-12-07soc: renesas: rcar-rst: Add support for R-Car S4-8Yoshihiro Shimoda1-3/+4
2021-12-07soc: renesas: Identify R-Car S4-8Yoshihiro Shimoda2-0/+19
2021-12-07soc: renesas: r8a779f0-sysc: Add r8a779f0 supportYoshihiro Shimoda5-0/+56
2021-12-07soc: renesas: rcar-gen4-sysc: Introduce R-Car Gen4 SYSC driverYoshihiro Shimoda5-377/+423
2021-11-30soc: renesas: Consolidate product register handlingGeert Uytterhoeven1-59/+56
2021-11-15soc: renesas: rcar-rst: Add support to set rproc boot addressJulien Massot1-3/+40
2021-09-13soc: renesas: Identify more R-Car Gen3e SoCsGeert Uytterhoeven2-2/+12
2021-08-12soc: renesas: Prefer memcpy() over strcpy()Len Baker2-4/+8
2021-07-27soc: renesas: Identify R-Car H3e-2G and M3e-2GGeert Uytterhoeven2-0/+6
2021-06-10soc: renesas: Add support to read LSI DEVID register of RZ/G2{L,LC} SoC'sLad Prabhakar1-1/+32
2021-06-10soc: renesas: Add ARCH_R9A07G044 for the new RZ/G2L SoC'sLad Prabhakar1-0/+5
2021-03-08soc: renesas: rmobile-sysc: Mark fwnode when PM domain is addedGeert Uytterhoeven1-0/+2
2021-03-08soc: renesas: rmobile-sysc: Remove unneeded platform includesGeert Uytterhoeven1-2/+0
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-11-27soc: renesas: rmobile-sysc: Stop using __raw_*() I/O accessorsGeert Uytterhoeven1-8/+8
2020-10-26soc: renesas: rmobile-sysc: Fix some leaks in rmobile_init_pm_domains()Dan Carpenter1-0/+1
2020-09-16soc: renesas: r8a779a0-sysc: Add r8a779a0 supportYoshihiro Shimoda3-0/+453
2020-09-10soc: renesas: rcar-rst: Add support for R-Car V3UYoshihiro Shimoda1-0/+6