<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>005fa59aeb86aa70815104d3d0c65ac0ea80513b - soc: renesas: Add Renesas R-Car MFIS driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#005fa59aeb86aa70815104d3d0c65ac0ea80513b</link>
        <description>soc: renesas: Add Renesas R-Car MFIS driverRenesas R-Car MFIS offers multiple features but most importantlymailboxes and hwspinlocks. Because they share a common register spaceand a common register unprotection mechanism, a single driver was chosento handle all dependencies. (MFD and auxiliary bus have been tried aswell, but they failed because of circular dependencies.)In this first step, the driver implements common register access and amailbox controller. hwspinlock support will be added incrementally, oncethe subsystem allows out-of-directory drivers.Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Acked-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Tested-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/20260402112709.13002-3-wsa+renesas@sang-engineering.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Thu, 02 Apr 2026 13:27:06 +0200</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>b1de9823fdc67a8e9cd0dcf1f6f0e9780d425d4e - soc: renesas: rz-sysc: Add SoC identification for RZ/G3L SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#b1de9823fdc67a8e9cd0dcf1f6f0e9780d425d4e</link>
        <description>soc: renesas: rz-sysc: Add SoC identification for RZ/G3L SoCAdd SoC identification for the RZ/G3L SoC using the System Controller(SYSC) block.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/20260203103031.247435-5-biju.das.jz@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 03 Feb 2026 11:30:12 +0100</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>bdbddf72a2ab1cfea699959795d70df3931eefe7 - Merge tag &apos;soc-drivers-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#bdbddf72a2ab1cfea699959795d70df3931eefe7</link>
        <description>Merge tag &apos;soc-drivers-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;There are are a number of to firmware drivers, in particular the TEE  subsystem:   - a bus callback for TEE firmware that device drivers can register to   - sysfs support for tee firmware information   - minor updates to platform specific TEE drivers for AMD, NXP,     Qualcomm and the generic optee driver   - ARM SCMI firmware refactoring to improve the protocol discover     among other fixes and cleanups   - ARM FF-A firmware interoperability improvements  The reset controller and memory controller subsystems gain support for  additional hardware platforms from Mediatek, Renesas, NXP, Canaan and  SpacemiT.  Most of the other changes are for random drivers/soc code. Among a  number of cleanups and newly added hardware support, including:   - Mediatek MT8196 DVFS power management and mailbox support   - Qualcomm SCM firmware and MDT loader refactoring, as part of the     new Glymur platform support.   - NXP i.MX9 System Manager firmware support for accessing the syslog   - Minor updates for TI, Renesas, Samsung, Apple, Marvell and AMD     SoCs&quot;* tag &apos;soc-drivers-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (171 commits)  bus: fsl-mc: fix an error handling in fsl_mc_device_add()  reset: spacemit: Add SpacemiT K3 reset driver  reset: spacemit: Extract common K1 reset code  reset: Create subdirectory for SpacemiT drivers  dt-bindings: soc: spacemit: Add K3 reset support and IDs  reset: canaan: k230: drop OF dependency and enable by default  reset: rzg2l-usbphy-ctrl: Add suspend/resume support  reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_bits()  reset: gpio: check the return value of gpiod_set_value_cansleep()  reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAV  reset: imx8mp-audiomix: Extend the driver usage  reset: imx8mp-audiomix: Switch to using regmap API  reset: imx8mp-audiomix: Drop unneeded macros  soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler install/remove  soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM addresses  soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without subsys ID  soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID support  soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create()  mailbox: mtk-cmdq: Add driver data to support for MT8196  mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transaction  ...

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 11 Feb 2026 05:45:30 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dc855b77719fe452d670cae2cf64da1eb51f16cc - Merge tag &apos;irq-drivers-2026-02-09&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#dc855b77719fe452d670cae2cf64da1eb51f16cc</link>
        <description>Merge tag &apos;irq-drivers-2026-02-09&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull irq chip driver updates from Thomas Gleixner: - Add support for the Renesas RZ/V2N SoC - Add a new driver for the Renesas RZ/[TN]2H SoCs - Preserve the register state of the RISCV APLIC interrupt controller   accross suspend/resume - Reinitialize the RISCV IMSIC registers after suspend/resume - Make the various Loongson interrupt chip drivers 32/64-bit aware - Handle the number of hardware interrupts in the SIFIVE PLIC driver   correctly   The hardware interrupt 0 is reserved which resulted in inconsistent   accounting. That went unnoticed as the off by one is only noticable   when the number of device interrupts is a multiple of 32 - The usual device tree updates, cleanups and improvements all over the   place* tag &apos;irq-drivers-2026-02-09&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (24 commits)  irqchip/gic-v5: Fix spelling mistake &quot;ouside&quot; -&gt; &quot;outside&quot;  dt-bindings: interrupt-controller: sifive,plic: Clarify the riscv,ndev meaning in PLIC  irqchip/sifive-plic: Handle number of hardware interrupts correctly  irqchip/aspeed-scu-ic: Remove unused variable mask  irqchip/ti-sci-intr: Allow parsing interrupt-types per-line  dt-bindings: interrupt-controller: ti,sci-intr: Per-line interrupt-types  irqchip/renesas-rzv2h: Add suspend/resume support  irqchip/aslint-sswi: Fix error check of of_io_request_and_map() result  irqchip: Allow LoongArch irqchip drivers on both 32BIT/64BIT  irqchip/loongson-pch-pic: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-pch-msi: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-htvec: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-eiointc: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-liointc: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongarch-avec: Adjust irqchip driver for 32BIT/64BIT  irqchip/riscv-aplic: Preserve APLIC states across suspend/resume  irqchip/riscv-imsic: Add a CPU pm notifier to restore the IMSIC on exit  arm64: dts: renesas: r9a09g087: Add ICU support  arm64: dts: renesas: r9a09g077: Add ICU support  irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driver  ...

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 10 Feb 2026 23:01:40 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8fdc61faa730e1213e925b8b2ea488d03e3510ac - soc: renesas: Fix missing dependency on new CONFIG_CACHEMAINT_FOR_DMA</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#8fdc61faa730e1213e925b8b2ea488d03e3510ac</link>
        <description>soc: renesas: Fix missing dependency on new CONFIG_CACHEMAINT_FOR_DMAThe Kconfig menu entry was converted to a menuconfig to allow it to behidden for !CONFIG_RISCV. The drivers under this new option were selectedby some other Kconfig symbols and so an extra select CACHEMAINT_FOR_DMA isneeded.Fixes: 4d1608d0ab33 (&quot;cache: Make top level Kconfig menu a boolean dependent on RISCV&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202512100411.WxJU2No9-lkp@intel.com/Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/20251210160047.201379-3-Jonathan.Cameron@huawei.comSigned-off-by: Paul Walmsley &lt;pjw@kernel.org&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 10 Dec 2025 17:00:47 +0100</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>49261f479d45714692587ff0abe0c5279c6068d6 - soc: renesas: Add support for RZ/N1 GPIO Interrupt Multiplexer</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#49261f479d45714692587ff0abe0c5279c6068d6</link>
        <description>soc: renesas: Add support for RZ/N1 GPIO Interrupt MultiplexerOn the Renesas RZ/N1 SoC, GPIOs can generate interruptions. Thoseinterruption lines are multiplexed by the GPIO Interrupt Multiplexer inorder to map 32 * 3 GPIO interrupt lines to 8 GIC interrupt lines.The GPIO interrupt multiplexer IP does nothing but select 8 GPIOIRQ lines out of the 96 available to wire them to the GIC input lines.Signed-off-by: Herve Codina (Schneider Electric) &lt;herve.codina@bootlin.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Reviewed-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/20260114093938.1089936-8-herve.codina@bootlin.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 14 Jan 2026 10:39:36 +0100</pubDate>
        <dc:creator>Herve Codina (Schneider Electric) &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>1bea7e94bf09ee6d46051076866a9369f64d302a - soc: renesas: Enable ICU support on RZ/N2H</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#1bea7e94bf09ee6d46051076866a9369f64d302a</link>
        <description>soc: renesas: Enable ICU support on RZ/N2HThe Renesas RZ/N2H (R9A09G087) SoC has the same Interrupt Controller(ICU) as the Renesas RZ/T2H (R9A09G077) SoC.Enable support for it by selecting the RENESAS_RZT2H_ICU config.Signed-off-by: Cosmin Tanislav &lt;cosmin-gabriel.tanislav.xa@renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/20251216123421.124401-1-cosmin-gabriel.tanislav.xa@renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 16 Dec 2025 13:34:21 +0100</pubDate>
        <dc:creator>Cosmin Tanislav &lt;cosmin-gabriel.tanislav.xa@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>13e7b3305b647cf58c47c979fe8a04e08caa6098 - irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#13e7b3305b647cf58c47c979fe8a04e08caa6098</link>
        <description>irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driverThe Renesas RZ/T2H (R9A09G077) and Renesas RZ/N2H (R9A09G087) SoCs have anInterrupt Controller (ICU) that supports interrupts from external pins IRQ0to IRQ15, and SEI, and software-triggered interrupts INTCPU0 to INTCPU15.INTCPU0 to INTCPU13, IRQ0 to IRQ13 are non-safety interrupts, whileINTCPU14, INTCPU15, IRQ14, IRQ15 and SEI are safety interrupts, and areexposed via a separate register space.Signed-off-by: Cosmin Tanislav &lt;cosmin-gabriel.tanislav.xa@renesas.com&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Link: https://patch.msgid.link/20251201112933.488801-3-cosmin-gabriel.tanislav.xa@renesas.com

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 01 Dec 2025 12:29:31 +0100</pubDate>
        <dc:creator>Cosmin Tanislav &lt;cosmin-gabriel.tanislav.xa@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>5284d0b09d1bdc695256d7240915881d71997899 - soc: renesas: Identify R-Car X5H</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#5284d0b09d1bdc695256d7240915881d71997899</link>
        <description>soc: renesas: Identify R-Car X5HAdd support for identifying the R-Car X5H SoC.Signed-off-by: Duy Nguyen &lt;duy.nguyen.rh@renesas.com&gt;Signed-off-by: Huy Bui &lt;huy.bui.wm@renesas.com&gt;[Kuninori: tidyup for upstreaming]Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/87ldmnvzei.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 10 Sep 2025 04:01:42 +0200</pubDate>
        <dc:creator>Duy Nguyen &lt;duy.nguyen.rh@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>2da2740fb9c8e26b6b5e20d74f2ed1d49824236d - soc: renesas: rz-sysc: Add syscon/regmap support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#2da2740fb9c8e26b6b5e20d74f2ed1d49824236d</link>
        <description>soc: renesas: rz-sysc: Add syscon/regmap supportThe RZ/G3E system controller has various registers that control or reportsome properties specific to individual IPs. The regmap is registered as asyscon device to allow these IP drivers to access the registers through theregmap API.As other RZ SoCs might have custom read/write callbacks or max-offsets,register a custom regmap configuration.[claudiu.beznea: - do not check the match-&gt;data validity in rz_sysc_probe() as it is   always valid - dinamically allocate regmap_cfg]Signed-off-by: John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;Signed-off-by: Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;Reviewed-by: Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;Tested-by: Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt; # on RZ/G3SReviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250818162859.9661-2-john.madieu.xa@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 18 Aug 2025 18:28:47 +0200</pubDate>
        <dc:creator>John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>2d9f884ceae80ae5ceba90990fb8d824943602d5 - soc: renesas: Sort Renesas Kconfig configs</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#2d9f884ceae80ae5ceba90990fb8d824943602d5</link>
        <description>soc: renesas: Sort Renesas Kconfig configsRenesas Kconfig is using &quot;SoC serial number&quot; for CONFIG symbol, but isusing &quot;SoC chip name&quot; for menu description. Because of it, it looksrandom order when we run &quot;make menuconfig&quot;.commit 6d5aded8d57fc (&quot;soc: renesas: Sort driver description title&quot;)sorted Renesas Kconfig by menu description title order, but it makesconfusable to add new config.Let&apos;s unify &quot;ARMxx Platform support for ${CHIP_NUMBER} (${CHIP_NAME}),and sort it again.Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/877c0xhk3z.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Fri, 27 Jun 2025 06:41:20 +0200</pubDate>
        <dc:creator>Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>c7968f5e7c7c7b46cad1e92294c211417a7ba90f - soc: renesas: Add RZ/N2H (R9A09G087) config option</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#c7968f5e7c7c7b46cad1e92294c211417a7ba90f</link>
        <description>soc: renesas: Add RZ/N2H (R9A09G087) config optionAdd a new Kconfig option, ARCH_R9A09G087, to enable ARM64 platformsupport for the Renesas RZ/N2H SoC.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250609203656.333138-3-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 09 Jun 2025 22:36:50 +0200</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>b19376dee3da29fe4ea1027ed2061b67efa15112 - soc: renesas: Add RZ/T2H (R9A09G077) config option</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#b19376dee3da29fe4ea1027ed2061b67efa15112</link>
        <description>soc: renesas: Add RZ/T2H (R9A09G077) config optionAdd a configuration option for the RZ/T2H SoC.Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Thierry Bultel &lt;thierry.bultel.yh@bp.renesas.com&gt;Link: https://lore.kernel.org/20250515141828.43444-4-thierry.bultel.yh@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Thu, 15 May 2025 16:18:18 +0200</pubDate>
        <dc:creator>Thierry Bultel &lt;thierry.bultel.yh@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>3903b4701bc03d7d805c3df378a7fc2ff72cbef5 - soc: renesas: rz-sysc: Add SoC identification for RZ/V2N SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#3903b4701bc03d7d805c3df378a7fc2ff72cbef5</link>
        <description>soc: renesas: rz-sysc: Add SoC identification for RZ/V2N SoCAdd SoC identification for the RZ/V2N SoC using the System Controller(SYS) block.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250415085438.83856-1-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 15 Apr 2025 10:54:38 +0200</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>31d358e611b7cc21349da58dd2c9118c84b0859f - soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#31d358e611b7cc21349da58dd2c9118c84b0859f</link>
        <description>soc: renesas: Add config option for RZ/V2N (R9A09G056) SoCAdd a new Kconfig option, ARCH_R9A09G056, to enable ARM64 platform supportfor the Renesas RZ/V2N SoC. Default this option to &quot;y&quot; when ARCH_RENESAS isenabled, ensuring that support for the RZ/V2N SoC is automatically included.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250407191628.323613-3-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 07 Apr 2025 21:16:18 +0200</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>aac7d517d04ad3ea95de1f1968803bfe412bb1dd - soc: renesas: Kconfig: Enable SoCs by default when ARCH_RENESAS is set</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#aac7d517d04ad3ea95de1f1968803bfe412bb1dd</link>
        <description>soc: renesas: Kconfig: Enable SoCs by default when ARCH_RENESAS is setEnable various Renesas SoCs by default when ARCH_RENESAS is selected.Adding default y if ARCH_RENESAS to the relevant configurations removesthe need to manually enable individual SoCs in defconfig files.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250401090133.68146-2-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 01 Apr 2025 11:01:30 +0200</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>4300f38467e71ce3cde978bf14ea1e696912b918 - soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#4300f38467e71ce3cde978bf14ea1e696912b918</link>
        <description>soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driverAs per the other SoC variant of the same family, the system controllerprovides SoC ID in its own registers.Signed-off-by: John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250128031342.52675-5-john.madieu.xa@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 28 Jan 2025 04:13:41 +0100</pubDate>
        <dc:creator>John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>d07470cff53b3cfc68a3653c36fbf8ffd1ddaf3c - soc: renesas: rz-sysc: Add support for RZ/G3E family</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#d07470cff53b3cfc68a3653c36fbf8ffd1ddaf3c</link>
        <description>soc: renesas: rz-sysc: Add support for RZ/G3E familyAdd SoC detection support for the RZ/G3E SoC.  Also add support fordetecting the number of cores and the ETHOS-U55 NPU, and also detect PLLmismatch for SW settings other than 1.7GHz.Signed-off-by: John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250128031342.52675-4-john.madieu.xa@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 28 Jan 2025 04:13:40 +0100</pubDate>
        <dc:creator>John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>0704de89eee60e2f968973c7b4ccd8cd219b2d97 - soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#0704de89eee60e2f968973c7b4ccd8cd219b2d97</link>
        <description>soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driverNow that we have SoC detection in the RZ SYSC driver, move the RZ/G3SSoC detection to it. The SYSC provides SoC ID in its own registers.Signed-off-by: Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;Link: https://lore.kernel.org/20250128031342.52675-3-john.madieu.xa@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 28 Jan 2025 04:13:39 +0100</pubDate>
        <dc:creator>Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>c1aca5588279fc341a2e12d61e853bb1fd4c72d5 - soc: renesas: Add SYSC driver for Renesas RZ family</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#c1aca5588279fc341a2e12d61e853bb1fd4c72d5</link>
        <description>soc: renesas: Add SYSC driver for Renesas RZ familyThe RZ/G3S system controller (SYSC) has various registers that controldifferent functionalities.  One of the exposed register offersinformation about the SoC identification.Add a driver that identifies the SoC.  Later the driver will be extendedwith other functionalities.Signed-off-by: Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;Signed-off-by: John Madieu &lt;john.madieu.xa@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/20250128031342.52675-2-john.madieu.xa@bp.renesas.comSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 28 Jan 2025 04:13:38 +0100</pubDate>
        <dc:creator>Claudiu Beznea &lt;claudiu.beznea.uj@bp.renesas.com&gt;</dc:creator>
    </item>
</channel>
</rss>
