<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d3b402c5a2d47f51eb0581da1a7b142f82cb10d1 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#d3b402c5a2d47f51eb0581da1a7b142f82cb10d1</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextMerge with upstream to pick up fixes from perf-tools and from othertools/ parts that interact with tools/perf.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 26 Jan 2026 21:03:53 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.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>dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4 - Merge tag &apos;asoc-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4</link>
        <description>Merge tag &apos;asoc-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.0This release is almost all abut driers, there&apos;s very little core workhere, although some of that driver work is in more generic areas likeSDCA and SOF: - Generic SDCA support for reporting jack events. - Continuing platform support, cleanup and feature improements for the   AMD, Intel, Qualcomm and SOF code. - Platform description improvements for the Cirrus drivers. - Support for NXP i.MX952, Realtek RT1320 and RT5575, and Sophogo   CV1800B.We also pulled in one small SPI API update and some more substantialregmap work (cache description improvements) for use in drivers.

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:39:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3e4067169c573fba9dd8f77480f3a6e9c723b507 - Merge branch &apos;v6.19-rc8&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#3e4067169c573fba9dd8f77480f3a6e9c723b507</link>
        <description>Merge branch &apos;v6.19-rc8&apos;Update to avoid conflicts with /urgent patches.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Tue, 03 Feb 2026 12:04:13 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>a010fe8d869635fd15c1d5768ba6a2f48795fa36 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#a010fe8d869635fd15c1d5768ba6a2f48795fa36</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.19-rc8).No adjacent changes, conflicts:drivers/net/ethernet/spacemit/k1_emac.c  2c84959167d64 (&quot;net: spacemit: Check for netif_carrier_ok() in emac_stats_update()&quot;)  f66086798f91f (&quot;net: spacemit: Remove broken flow control support&quot;)https://lore.kernel.org/aXjAqZA3iEWD_DGM@sirena.org.ukSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Fri, 23 Jan 2026 05:13:25 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>751ec6dd6773237bf480291ca894a696a2991c62 - spi: aspeed: Improve handling of shared SPI</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#751ec6dd6773237bf480291ca894a696a2991c62</link>
        <description>spi: aspeed: Improve handling of shared SPIMerge series from Chin-Ting Kuo &lt;chin-ting_kuo@aspeedtech.com&gt;:This patch series improves handling of SPI controllers that areshared by spi-mem devices and other SPI peripherals.The primary goal of this series is to support non-spi-mem devices inthe ASPEED FMC/SPI controller driver. It also addresses an issue inthe spi-mem framework observed when different types of SPI devicesoperate concurrently on the same controller, ensuring that spi-memoperations are properly serialized.

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 28 Jan 2026 12:22:06 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4651c87b0083925540f6c3d26a6c5b4868d7b884 - regmap: reg_default_cb for flat cache defaults</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#4651c87b0083925540f6c3d26a6c5b4868d7b884</link>
        <description>regmap: reg_default_cb for flat cache defaultsMerge series from &quot;Sheetal .&quot; &lt;sheetal@nvidia.com&gt;:This series adds a reg_default_cb callback for REGCACHE_FLAT to providedefaults for registers not listed in reg_defaults. Defaults are loadedeagerly during regcache init and the callback can use writeable_reg tofilter valid addresses and avoid holes.

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 28 Jan 2026 04:48:12 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6704d98a4f48b7424edc0f7ae2a06c0a8af02e2f - BackMerge tag &apos;v6.19-rc7&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#6704d98a4f48b7424edc0f7ae2a06c0a8af02e2f</link>
        <description>BackMerge tag &apos;v6.19-rc7&apos; into drm-nextLinux 6.19-rc7This is needed for msm and rust trees.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 28 Jan 2026 03:44:28 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91 - ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert to</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91</link>
        <description>ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert toMerge series from &quot;Peng Fan (OSS)&quot; &lt;peng.fan@oss.nxp.com&gt;:The main goal is to convert drivers to use GPIO descriptors. While readingthe code, I think it is time to remove ak4641 and pxa2xx-ac97 driver,more info could be found in commit log of each patch.Then only need to convert sound/arm/pxa2xx-ac97-lib.c to use GPIOdescriptors. Not have hardware to test the pxa2xx ac97.

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 28 Jan 2026 01:37:49 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eb3dad518e4da48ab6c6df16aa8895b8b0bd6ecf - Merge tag &apos;v6.19-rc7&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#eb3dad518e4da48ab6c6df16aa8895b8b0bd6ecf</link>
        <description>Merge tag &apos;v6.19-rc7&apos; into driver-core-nextWe need the driver-core fixes in here as well to build on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 26 Jan 2026 13:23:52 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>dbd91d4f55ac4917b0b7f48b02eb8539805d0c85 - Merge 6.19-rc7 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#dbd91d4f55ac4917b0b7f48b02eb8539805d0c85</link>
        <description>Merge 6.19-rc7 into char-misc-nextWe need the char/misc/iio fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Mon, 26 Jan 2026 12:04:04 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f716774b2cc873fe59d34d137f36f3b609bc1c84 - Merge tag &apos;renesas-drivers-for-v6.20-tag2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#f716774b2cc873fe59d34d137f36f3b609bc1c84</link>
        <description>Merge tag &apos;renesas-drivers-for-v6.20-tag2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/driversRenesas driver updates for v6.20 (take two)  - Add and use for_each_of_imap_item() iterator,  - Add support for the RZ/N1 GPIO Interrupt Multiplexer.* tag &apos;renesas-drivers-for-v6.20-tag2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:  soc: renesas: Add support for RZ/N1 GPIO Interrupt Multiplexer  irqchip/renesas-rza1: Use for_each_of_imap_item iterator  irqchip/ls-extirq: Use for_each_of_imap_item iterator  of: unittest: Add a test case for for_each_of_imap_item iterator  of/irq: Introduce for_each_of_imap_itemSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 21 Jan 2026 16:25:01 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4e2c045f1043aee67c6a3f1fbba609fba2f70532 - Merge tag &apos;renesas-drivers-for-v6.20-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#4e2c045f1043aee67c6a3f1fbba609fba2f70532</link>
        <description>Merge tag &apos;renesas-drivers-for-v6.20-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/driversRenesas driver updates for v6.20  - Enable Interrupt Controller (ICU) support on the RZ/N2H SoC.* tag &apos;renesas-drivers-for-v6.20-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:  soc: renesas: Enable ICU support on RZ/N2HSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Wed, 21 Jan 2026 15:48:41 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d91a46d6805af41e7f2286e0fc22d498f45a682b - Merge tag &apos;riscv-for-linus-6.19-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/renesas/Kconfig#d91a46d6805af41e7f2286e0fc22d498f45a682b</link>
        <description>Merge tag &apos;riscv-for-linus-6.19-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxPull RISC-V fixes from Paul Walmsley: &quot;The notable changes here are the three RISC-V timer compare register  update sequence patches. These only apply to RV32 systems and are  related to the 64-bit timer compare value being split across two  separate 32-bit registers.  We weren&apos;t using the appropriate three-write sequence, documented in  the RISC-V ISA specifications, to avoid spurious timer interrupts  during the update sequence; so, these patches now use the recommended  sequence.  This doesn&apos;t affect 64-bit RISC-V systems, since the timer compare  value fits inside a single register and can be updated with a single  write.   - Fix the RISC-V timer compare register update sequence on RV32     systems to use the recommended sequence in the RISC-V ISA manual     This avoids spurious interrupts during updates   - Add a dependence on the new CONFIG_CACHEMAINT_FOR_DMA Kconfig     symbol for Renesas and StarFive RISC-V SoCs   - Add a temporary workaround for a Clang compiler bug caused by using     asm_goto_output for get_user()   - Clarify our documentation to specifically state a particular ISA     specification version for a chapter number reference&quot;* tag &apos;riscv-for-linus-6.19-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:  riscv: Add intermediate cast to &apos;unsigned long&apos; in __get_user_asm  riscv: Use 64-bit variable for output in __get_user_asm  soc: renesas: Fix missing dependency on new CONFIG_CACHEMAINT_FOR_DMA  riscv: ERRATA_STARFIVE_JH7100: Fix missing dependency on new CONFIG_CACHEMAINT_FOR_DMA  riscv: suspend: Fix stimecmp update hazard on RV32  riscv: kvm: Fix vstimecmp update hazard on RV32  riscv: clocksource: Fix stimecmp update hazard on RV32  Documentation: riscv: uabi: Clarify ISA spec version for canonical order

            List of files:
            /linux/drivers/soc/renesas/Kconfig</description>
        <pubDate>Sun, 25 Jan 2026 03:55:48 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
