<?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>7711f4417f1870e4bfbee1a7d501f789255bc7aa - Merge tag &apos;gpio-updates-for-v7.3-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#7711f4417f1870e4bfbee1a7d501f789255bc7aa</link>
        <description>Merge tag &apos;gpio-updates-for-v7.3-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxPull gpio updates from Bartosz Golaszewski: &quot;GPIO core:   - extend the gpio-regmap abstraction layer with more features     allowing users to override configuration setting, translate     register values and masks and enable/disable interrupts   - extend GPIO kunit tests with suites verifying probe ordering by     software node devlink support and software node hogs   - shrink GPIO kunit initialization code   - coding style updates (remove commas from sentinels where     applicable)   - with all users now converted treewide to using real firmware node     links for software node GPIO lookup: remove the deprecated     label-matching mechanism from from GPIO core   - drop redundant return value check of nonseekable_open() in     gpiolib-cdev   - use IRQ trigger helpers where applicable  Driver updates:   - refactor error paths and logging in gpio-nomadik   - use more modern interfaces for getting resources in gpio-rockchip,     gpio-bt8xx and gpio-pca9570   - add missing MODULE_DEVICE_TABLE() to gpio-sifive and gpio-vf610   - drop unused FILONOFF macro from gpio-rcar   - extend build coverage of ioport GPIO drivers with COMPILE_TEST=y   - only enable the gpio-rtd driver by default with ARCH_REALTEK=y to     avoid bloating the build   - refactor coding style in several drivers   - use correct endianess translation in gpio-pcf85x   - add wake-up interrupt support to gpio-mvebu   - apply initial value in direction output setter in gpio-by-pinctrl  Misc:   - replace linux/gpio.h inclusions treewide with linux/gpio/legacy.h     which now exports all the deprecated APIs   - select GPIOLIB_LEGACY in Kconfig where required treewide   - use software nodes for gpio-keys in MFD drivers  Devicetree bindings:   - describe the realtek rtd1625 GPIO controller   - document new models for gpio-pca95xx and gpio-cadence   - document new property in gpio-rockchip&quot;* tag &apos;gpio-updates-for-v7.3-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: (61 commits)  gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper  dt-bindings: gpio: rockchip,gpio-bank: Add rockchip,grf property  gpio: Use IRQ trigger mask helpers  gpio: allow COMPILE_TEST for IOPORT drivers  gpio: realtek: Add driver for Realtek DHC RTD1625 SoC  gpio: regmap: Add IRQ enable/disable helpers  gpio: regmap: Add set_config callback  gpio: regmap: Add value_xlate callback  gpio: regmap: Add gpio_regmap_operation to extend reg_mask_xlate callback  gpio: regmap: Order kernel-doc descriptions with the actual appearance  gpio: regmap: Apply default resource callbacks for regmap IRQ chip  gpio: regmap: Provide default IRQ resource request and release callbacks  Revert &quot;gpio: realtek: Add driver for Realtek DHC RTD1625 SoC&quot;  gpib: gpio: replace linux/gpio.h inclusion  Input: matrix_keyboard - replace linux/gpio.h inclusion  phy: replace linux/gpio.h inclusions  pcmcia: replace linux/gpio.h inclusions  ASoC: replace linux/gpio.h inclusions  mfd: replace linux/gpio.h inclusions  sh: replace linux/gpio.h inclusions  ...

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 18:10:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8bdba6f6cfc1eb68df883e6541ca443bdf300dd0 - Merge tag &apos;config-gpio-legacy-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#8bdba6f6cfc1eb68df883e6541ca443bdf300dd0</link>
        <description>Merge tag &apos;config-gpio-legacy-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-nextgpio: legacy interface cleanups for 7.3These are the remaining patches for legacy gpio interfacecleanup, ensuring that files referencing them are sure tohave CONFIG_GPIOLIB_LEGACY set, and use linux/gpio/legacy.hinstead of the old linux/gpio.h header.There are a few more patches already merged in otherbranches for 7.3, including soc, led, net and media. Onceeverything is in, we can apply the final patches to turnoff CONFIG_GPIOLIB_LEGACY by default and remove the obsoleteheader file.This branch is based on the immutable ib-mfd-legacy-gpio-7.3branch from mfd.git to avoid a conflict in the rohm drivers.

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Mon, 27 Jul 2026 09:56:49 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>9906ce2473f6f1db619208b25ce87273232b00e3 - sh: select legacy gpiolib interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#9906ce2473f6f1db619208b25ce87273232b00e3</link>
        <description>sh: select legacy gpiolib interfaceMany board files on sh reference the legacy gpiolib interfaces thatare becoming optional. To ensure the boards can keep building, selectCONFIG_GPIOLIB_LEGACY on each of the boards that have one of thehardcoded calls.Cc: John Paul Adrian Glaubitz &lt;glaubitz@physik.fu-berlin.de&gt;Acked-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt; # for inputSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Mon, 21 Jul 2025 21:56:49 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>90a871f74b70027779a4f312c0c74b6a89e22412 - Merge tag &apos;ftrace-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#90a871f74b70027779a4f312c0c74b6a89e22412</link>
        <description>Merge tag &apos;ftrace-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-tracePull ftrace updates from Steven Rostedt: - Keep track of when fgraph_ops are registered or not   Keep accounting of when fgraph_ops are registered as if a fgraph_ops   is registered twice it can mess up the accounting and it will not   work as expected later. Trigger a warning if something registers it   twice as to catch bugs before they are found by things just not   working as expected. - Make DYNAMIC_FTRACE always enabled for architectures that support it   As static ftrace (where all functions are always traced) is very   expensive and only exists to help architectures support ftrace, do   not make it an option. As soon as an architecture supports   DYNAMIC_FTRACE make it use it. This simplifies the code. - Remove redundant config HAVE_FTRACE_MCOUNT_RECORD   The CONFIG_HAVE_FTRACE_MCOUNT was added to help simplify the   DYNAMIC_FTRACE work, but now every architecture that implements   DYNAMIC_FTRACE also has HAVE_FTRACE_MCOUNT set too, making it   redundant with the HAVE_DYNAMIC_FTRACE. - Make pid_ptr string size match the comment   In print_graph_proc() the pid_ptr string is of size 11, but the   comment says /* sign + log10(MAX_INT) + &apos;\0&apos; */ which is actually 12.* tag &apos;ftrace-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:  tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD  ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support it  fgraph: Keep track of when fgraph_ops are registered or not  fgraph: Make pid_str size match the comment

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Thu, 31 Jul 2025 01:04:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4d6d0a6263babf7c43faa55de4fa3c6637dec624 - tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#4d6d0a6263babf7c43faa55de4fa3c6637dec624</link>
        <description>tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDFtrace is tightly coupled with architecture specific code because itrequires the use of trampolines written in assembly. This means that whena new feature or optimization is made, it must be done for allarchitectures. To simplify the approach, CONFIG_HAVE_FTRACE_* configs areadded to denote which architecture has the new enhancement so that otherarchitectures can still function until they too have been updated.The CONFIG_HAVE_FTRACE_MCOUNT was added to help simplify theDYNAMIC_FTRACE work, but now every architecture that implementsDYNAMIC_FTRACE also has HAVE_FTRACE_MCOUNT set too, making it redundantwith the HAVE_DYNAMIC_FTRACE.Remove the HAVE_FTRACE_MCOUNT config and use DYNAMIC_FTRACE directly whereapplicable.Link: https://lore.kernel.org/all/20250703154916.48e3ada7@gandalf.local.home/Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Link: https://lore.kernel.org/20250704104838.27a18690@gandalf.local.homeSigned-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Fri, 04 Jul 2025 16:48:38 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>946661e3bef8efa11ba8079d4ebafe6fc3b0aaad - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#946661e3bef8efa11ba8079d4ebafe6fc3b0aaad</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.15 merge window.

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Sat, 05 Apr 2025 08:04:35 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b119045b79a672bc6d8f18641c60fc8ce1b4585 - Merge tag &apos;v6.14-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#0b119045b79a672bc6d8f18641c60fc8ce1b4585</link>
        <description>Merge tag &apos;v6.14-rc4&apos; into nextSync up with the mainline.

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Wed, 26 Feb 2025 01:03:25 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9e676a024fa1fa2bd8150c2d2ba85478280353bc - Merge tag &apos;v6.14-rc1&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#9e676a024fa1fa2bd8150c2d2ba85478280353bc</link>
        <description>Merge tag &apos;v6.14-rc1&apos; into perf-tools-nextTo get the various fixes in the current master.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 23:57:18 +0100</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0410c6121529409b08e81a77ae3ee58c657e2243 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/sh/Kconfig#0410c6121529409b08e81a77ae3ee58c657e2243</link>
        <description>Merge drm/drm-next into drm-xe-nextSync to fix conlicts between drm-xe-next and drm-intel-next.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/arch/sh/Kconfig</description>
        <pubDate>Fri, 28 Feb 2025 15:54:14 +0100</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
