<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bd5f485f3f026225b86573e559af0b7254ef4184 - Merge tag &apos;soc-arm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#bd5f485f3f026225b86573e559af0b7254ef4184</link>
        <description>Merge tag &apos;soc-arm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull ARM SoC platform updates from Arnd Bergmann: &quot;The 32-bit Arm platforms are a bit more interesting this time: I  refreshed an earlier series to mark code as deprecated that does have  the tendency of getting in the way of cleanups and new features but  has close to zero users. Among these are:   - 22 of the remaining 28 legacy board files that predate the current     devicetree based descriptions, using old chips from Intel and     Marvell. The remaining six board files are for TI OMAP1 and Samsung     s3c64xx chips and all still have known users.   - support for Cortex-M3/M4/M7 and ARM1136r0 CPU cores and the 25     machines based on these. These all use devicetree but the CPU     support causes disproportional work. Most of them are just     reference boards, the notable exceptions being the Nokia N800/N810     tablet and the Buglabs BUG platform.   - be8, be32, oabi and iwmmxt userspace binaries, which were mostly     associated with the platforms now scheduled for removal and are     increasingly problematic to support with modern toolchains.  Nothing is actually removed at this point, to ensure that any  remaining users continue to have the 7.3-LTS for a while longer.  Patches for removal are currently being tested.  Other updates include a continued work to convert GPIO number based  interfaces to descriptors, a patch to restore little-endian mode on  the one Arm platform (ixp4xx) that only worked in big-endian mode  recently, and some minor cleanups and bugfixes&quot;* tag &apos;soc-arm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (41 commits)  MAINTAINERS: Drop redundant lists from various Samsung entries  ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__  ARM: tegra: Fix OF node reference leaks in IRQ init  ARM: lpc32xx: remove a few manually populated OF devices  ARM: lpc32xx: only run SoC init on LPC32xx hardware  firmware: imx: scu: manage mailbox channels and global handle  ARM: sa1100: h3xxx: convert gpio-keys to use software nodes  ARM: sa1100: collie: convert gpio-keys to use software nodes  ARM: sa1100: assabet: convert gpio-keys to use software nodes  gpio: sa1100: register software node for GPIO controller  ARM: ixp4xx: Relax endianness  ARM: replace linux/gpio.h inclusions  soc: imx9: devm_kasprintf error handling  ARM: mark mv78xx0 support as deprecated  ARM: mark axxia platform as deprecated  ARM: mark Cortex-M3/M4/M7 based boards as deprecated  ARM: mark footbridge as deprecated  ARM: mark RiscPC as deprecated  ARM: mark mach-sa1100 as deprecated  ARM: orion5x: mark all board files as deprecated  ...

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 04:50:40 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>809177dbf32e3c649abcd027334dbcfe34720446 - Merge tag &apos;arm-feature-deprecation-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc into soc/arm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#809177dbf32e3c649abcd027334dbcfe34720446</link>
        <description>Merge tag &apos;arm-feature-deprecation-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc into soc/armARM: platform and feature deprecation for 7.3This is an attempt to bring the source code to the state that we discussedback in 2024, regarding a timeline for deprecating and removing features,in particular platforms and ABIs that are basically unused and arealso getting in the way of maintenance.The earlier consensus was to remove these features in 2025 or 2026after the corresponding LTS kernel release. I would suggest pushingthese to early 2027 now, see the patch description for details oneach one: - all board files that are still not converted to DT   (except for OMAP1 and S3C) - iWMMXt FPU support - ARMv6/ARM1136r0 (not ARMv6K/ARM1136r1/ARM1176) along with the   OMAP24xx and i.MX31 SoCs using it - Cortex-M3/M4/M7 based microcontroller support   (stm32, imxrt, lpc18xx, samv7) - LSI Axxia platform - OABI, OABI-compat and NWFPE are confined to StrongARM based   builds and scheduled for removal once StrongARM is gone. - DEPRECATED_PARAM_STRUCT, which was originally scheduled for   removal in 2006 (!)The ARCH_S3C64XX platform was scheduled for removal in 2024, but isstill actively used and will get removed once Mark Brown stops usingit. The OMAP1 platform has some remaining boardfiles and is expected toget converted to DT.Big-endian ARMv7 CPU support is not scheduled for removal but markedas broken the same way as ARM64 has, to reduce the need for testingunused configurations. This may be removed in the future if arm64 doesit as well. Note that big-endian ARMv5 support is can still beenabled since the patches to revive little-endianm mode are stillfresh.Regarding actually removing the code, I would suggest linux-7.4 (January2027), removing both the board files and any drivers that have eitherbecome newly unused or were missed in a previous machine removal series,followed by removing support for then unused CPUs a release later.Links to previous discussion:  https://lore.kernel.org/linux-arm-kernel/20210109174357.GB1551@shell.armlinux.org.uk/  https://lore.kernel.org/linux-arm-kernel/2831c5a6-cfbf-4fe0-b51c-0396e5b0aeb7@app.fastmail.com/  https://lore.kernel.org/all/20241204102904.1863796-1-arnd@kernel.org/  https://lore.kernel.org/all/20260701212353.2196041-1-arnd@kernel.org/Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 15 Jul 2026 13:40:42 +0200</pubDate>
        <dc:creator>Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>b5fdfa2081754248d6f25d15af66f2088f9eaff7 - ARM: deprecate support for ARM1136r0</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#b5fdfa2081754248d6f25d15af66f2088f9eaff7</link>
        <description>ARM: deprecate support for ARM1136r0This CPU revision remains a special case as it is now incompatiblewith CONFIG_SMP. Only the Nokia N8x0 is used in practice, and eventhat one is fairly rare these days, so let&apos;s plan to remove all ofthem after the 2026 LTS kernel release.Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt; # Freescale i.MX31Acked-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt; # OMAPSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 20 Aug 2024 23:05:25 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d70242427110123b65c095594eb74a703d3af156 - ARM: rework ARM11 CPU selection logic</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#d70242427110123b65c095594eb74a703d3af156</link>
        <description>ARM: rework ARM11 CPU selection logicSupport for SMP on ARM1136r0 has been broken for a while, and nobodyis working on fixing it. I had a plan to change ARMv6 support to nolonger coexist in a common kernel with ARMv7 CPUs but instead ARMv5 andbelow. This would have addressed the problem, but after a recent mailinglist discussion, we concluded that an easier approach is to just forbidARM1136r0 CPU support on SMP-enabled kernels.This mainly affects users of the Nokia N800/N810 tablets using anOMAP2420 SoC, which is the only commercial product with an ARM1136r0that is still supported by the kernel.The other machines that are still in the same hardware catogory are: - TI OMAP2420 H4 reference board - TI OMAP2430 SDP software development platform - Freescale/NXP i.MX31 Lite Development Kit - Buglabs i.MX31 Bug 1.x prototype - Arm Integrator/AP with CM1136JF-S core moduleTo my knowledge, none of these have any actual users aside fromreference boards being used to more easily test the platforms.There are also a few ARM1136r1 machines, which implement theARMv6K SMP support (barriers, atomics and TLS): - Eukrea CPUIMX35 reference platform - Freescale/NXP i.MX35 Product Development Kit - ARM Integrator/CP/IM-LT3 with ARM1136J Core Tile - ARM Realview/EB with ARM1136J Core TileAgain, these are mainly reference implementations rather thanactual products, but since they support ARMv6K, they shouldcontinue to work correctly in SMP-enabled kernels. For theARM Core Tile, I have not found a datasheet but instead usethe revision based on what the respective virtual modelsreport.All the other ARMv6 platforms use an ARM1176 with ARMv6K,VMSAv7 and Trustzone support.To avoid the broken configuration, annotate the ARM1136 basedmachines with specific CPU_ARM1136R0 or CPU_ARM1136R2 symbolsin Kconfig and make the r0 variants depend on !SMP.Link: https://lore.kernel.org/linux-arm-kernel/2831c5a6-cfbf-4fe0-b51c-0396e5b0aeb7@app.fastmail.com/T/Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt; # OMAPSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 20 Aug 2024 20:52:48 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 06 Sep 2024 06:49:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 14 Aug 2024 22:56:42 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>c8faf11cd192214e231626c3ee973a35d8fc33f2 - Merge tag &apos;v6.11-rc1&apos; into for-6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#c8faf11cd192214e231626c3ee973a35d8fc33f2</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into for-6.12Linux 6.11-rc1

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 21:30:11 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ed7171ff9fabc49ae6ed42fbd082a576473836fc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#ed7171ff9fabc49ae6ed42fbd082a576473836fc</link>
        <description>Merge drm/drm-next into drm-xe-nextGet drm-xe-next on v6.11-rc2 and synchronized with drm-intel-next forthe display side. This resolves the current conflict for theenable_display module parameter and allows further pending refactors.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 16 Aug 2024 19:05:54 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c61f59824b5e46516ea5d0543ad7a8871567416 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#5c61f59824b5e46516ea5d0543ad7a8871567416</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to the state of v6.11-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Mon, 12 Aug 2024 14:14:18 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v6.11-rc1 in general, and specifically get the newBACKLIGHT_POWER_ constants for power states.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Thu, 01 Aug 2024 12:06:09 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4436e6da008fee87d54c038e983e5be9a6baf8fb - Merge branch &apos;linus&apos; into x86/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#4436e6da008fee87d54c038e983e5be9a6baf8fb</link>
        <description>Merge branch &apos;linus&apos; into x86/mmBring x86 and selftests up to date

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 02 Aug 2024 14:10:55 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a1ff5a7d78a036d6c2178ee5acd6ba4946243800 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#a1ff5a7d78a036d6c2178ee5acd6ba4946243800</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the new drm-misc-fixes cycle by bringing in 6.11-rc1.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 09:09:23 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>a5db8e4544a4dc7143f30a1438686a4d5fa6d775 - Merge tag &apos;soc-arm-6.11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/mach-versatile/Kconfig#a5db8e4544a4dc7143f30a1438686a4d5fa6d775</link>
        <description>Merge tag &apos;soc-arm-6.11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull arm SoC platform updates from Arnd Bergmann: &quot;The majority of the updates here are Dmitry Torokhov&apos;s cleanups for  platform code in the pxa and tegra platforms, changing custom  platform_data structures into DT-compatible software node  declarations.  The other updates are for the MAINTAINERS file, correcting some stale  or missing entries&quot;* tag &apos;soc-arm-6.11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:  ARM: pxa: fix build breakage on PXA3xx  ti: omap: MAINTAINERS: move Beno&#238;t Cousson to CREDITS  amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg to CREDITS  MAINTAINERS: thead: add git tree  ARM: spitz: Use software nodes for the ADS7846 touchscreen  ARM: spitz: Use software nodes to describe LED GPIOs  ARM: spitz: Use software nodes to describe MMC GPIOs  ARM: spitz: Use software nodes to describe LCD GPIOs  ARM: spitz: Use software nodes to describe audio GPIOs  ARM: spitz: Use software nodes to describe SPI CS lines  ARM: spitz: Simplify instantiating SPI controller  ARM: pxa/gumstix: convert vbus gpio to use software nodes  ARM: pxa: consolidate GPIO chip platform data  ARM: spitz: fix GPIO assignment for backlight  ARM: tegra: paz00: Use software nodes to describe GPIOs for WiFi rfkill  MAINTAINERS: ARM: airoha: add entry to cover Airoha SoC  bus: vexpress-config: Add missing MODULE_DESCRIPTION() macro  arm64: layerscape: remove redundant EDAC_SUPPORT selection  dt-bindings: arm: Remove obsolete RTSM DCSCB binding  arm: vexpress: Remove obsolete RTSM DCSCB support

            List of files:
            /linux/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 16 Jul 2024 21:03:39 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
