<?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>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>c5e90e8844692deb7bbcd029e8b92b3a20441903 - Merge tag &apos;asoc-v7.2&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/auxdisplay/Kconfig#c5e90e8844692deb7bbcd029e8b92b3a20441903</link>
        <description>Merge tag &apos;asoc-v7.2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.2There&apos;s been quite a lot of framework improvements this time around,though mainly cleanups and robustness rather than user visible features.The same pattern is seen with a lot of the driver work that&apos;s going on,there are new features but a huge proportion of this is bug fixing andcleanup work.  We also have a good selectio of new device support. - Improvements to SDCA jack handling from Charles Keepax. - Use of device links to make suspend handling more robust from Richard   Fitzgerald. - Use of a new helper to factor out a common pattern in SoundWire   enmeration from Charles Keepax. - Slimming down of the component from Kuninori Morimoto. - Simplification of format auto selection from Kuninori Morimoto. - Lots of conversions to guard() from Bui Duc Phuc. - Addition of a simple-amplifier driver supporting more featureful GPIO   controller amplifiers than the previous basic driver from Herve   Codina. - Support for AMD ACP 7.x, Cirrus Logic CS42448/CS42888, Everest Semi   ES9356, Mediatek MT2701 and MT8196, Renesas RZ/G3E, Spacemit K3,   Texas Instruments TAC5xx2 and TAS67524.

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 15 Jun 2026 20:19:22 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>94e6ddf9a0caf407d628ef41c92b59371e1cd338 - Merge tag &apos;kvm-s390-master-7.1-4&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#94e6ddf9a0caf407d628ef41c92b59371e1cd338</link>
        <description>Merge tag &apos;kvm-s390-master-7.1-4&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADKVM: s390: A few more misc gmap fixes.

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 12 Jun 2026 09:55:30 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>ceb1d7ac29a2e7f94ec880547b886b6e81c92575 - ASoC: simple-card: remove platform data style</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#ceb1d7ac29a2e7f94ec880547b886b6e81c92575</link>
        <description>ASoC: simple-card: remove platform data styleKuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt; says:SuperH ecovec24/7724se are the last user of Simple Audio Card as&quot;platform data style&quot;. It is mainly supporting &quot;DT style&quot; in these days.Now, Simple Audio Card &quot;platform data style&quot; is no longer correctly workingduring almost this 10 years. but we have not get such report.Let&apos;s remove Sound support from SuperH ecovec24/7724se, and removeSimple Audio Card platform data style.Link: https://patch.msgid.link/87zf1le4fu.wl-kuninori.morimoto.gx@renesas.com

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 08 Jun 2026 19:55:01 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8d72997dab65b1e9e3220302e26eaecd9b99c02f - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#8d72997dab65b1e9e3220302e26eaecd9b99c02f</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.1-rc7).Silent conflicts:net/wireless/nl80211.c  cb9959ab5f99 (&quot;wifi: cfg80211: enforce HE/EHT cap/oper consistency&quot;)  a384ae969902 (&quot;wifi: cfg80211: move AP HT/VHT/... operation to beacon info&quot;)https://lore.kernel.org/aiGJDaHV4UlCexIQ@sirena.org.ukConflicts:drivers/net/wireless/intel/iwlwifi/mld/ap.c  a342c99cb70d (&quot;wifi: iwlwifi: mld: honor BSS_CHANGED_BEACON_ENABLED&quot;)  9bf1b409afc7 (&quot;wifi: iwlwifi: mld: send tx power constraints before link activation&quot;)https://lore.kernel.org/ah2bfedhV45ZxMO8@sirena.org.ukdrivers/net/wireless/intel/iwlwifi/pcie/drv.c  093305d801fa (&quot;wifi: iwlwifi: pcie: simplify the resume flow if fast resume is not used&quot;)  e2323929a68a (&quot;wifi: iwlwifi: pcie: add debug print for resume flow if powered off&quot;)https://lore.kernel.org/ah2bfedhV45ZxMO8@sirena.org.ukAdjacent changes:drivers/net/ethernet/airoha/airoha_eth.c  b38cae85d1c4 (&quot;net: airoha: Fix use-after-free in metadata dst teardown&quot;)  ec6c391bcca7 (&quot;net: airoha: Introduce airoha_gdm_dev struct&quot;)drivers/net/ethernet/microchip/lan743x_main.c  8173d22b211f (&quot;net: lan743x: permit VLAN-tagged packets up to configured MTU&quot;)  e3c6508a46f5 (&quot;net: lan743x: avoid netdev-based logging before netdev registration&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 05 Jun 2026 00:26:27 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4b5821f73b95181720338ba09a08de9c08cd6bf4 - Merge tag &apos;auxdisplay-v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#4b5821f73b95181720338ba09a08de9c08cd6bf4</link>
        <description>Merge tag &apos;auxdisplay-v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplayPull auxdisplay updates from Andy Shevchenko: - Fix potential out-of-bound access in line-display library - Miscellaneous refactoring and cleaning up[ Andy says this could easily be delayed until 7.2, but it&apos;s _so_ tiny  that it&apos;s more work for me to schedule it for later than to just take  it now, and just doesn&apos;t seem worth delaying    - Linus ]* tag &apos;auxdisplay-v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay:  auxdisplay: Kconfig: drop unneeded quotes in PANEL_BOOT_MESSAGE dep  auxdisplay: line-display: fix OOB read on zero-length message_store()  auxdisplay: max6959: use regmap_assign_bits() in max6959_enable()

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 02 Jun 2026 04:50:33 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4dc76c305a73bacaf330bebf723a181427bb4540 - auxdisplay: Kconfig: drop unneeded quotes in PANEL_BOOT_MESSAGE dep</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#4dc76c305a73bacaf330bebf723a181427bb4540</link>
        <description>auxdisplay: Kconfig: drop unneeded quotes in PANEL_BOOT_MESSAGE depThe PANEL_BOOT_MESSAGE dependency uses a quoted-string comparisonagainst the PANEL_CHANGE_MESSAGE bool symbol:	depends on PANEL_CHANGE_MESSAGE=&quot;y&quot;This is the only such pattern under drivers/auxdisplay/ (grep showsno other Kconfig file in the tree uses depends on FOO=&quot;y&quot; withquotes for a plain bool symbol). The quoted form is parsed byKconfig but is not idiomatic; the common form for the same intentis the unquoted tristate-style dependency:	depends on PANEL_CHANGE_MESSAGEwhich evaluates true when PANEL_CHANGE_MESSAGE is y or m. SincePANEL_CHANGE_MESSAGE is declared as bool (not tristate), there isno behaviour change in practice: y is the only enabled valueeither form can match.Drop the quoted comparison so the dependency matches the prevailingkernel Kconfig style and so it is obvious to readers that thecomparison works.Suggested-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/CAHp75VfsA_LsbEKjxoeMdbhPbWj7OHZ7=0SYNA3c=ZLj_M94Bw@mail.gmail.comSigned-off-by: Stepan Ionichev &lt;sozdayvek@gmail.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 15 May 2026 15:30:04 +0200</pubDate>
        <dc:creator>Stepan Ionichev &lt;sozdayvek@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/auxdisplay/Kconfig#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
