<?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/drivers/misc/amd-sbi/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/drivers/misc/amd-sbi/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>93e4b3076b5f2d853462b9777d083c77fc0b7b23 - Merge tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#93e4b3076b5f2d853462b9777d083c77fc0b7b23</link>
        <description>Merge tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/IIO/etc driver updates from Greg KH: &quot;Here is the big set of char, misc, iio, counter, fpga, and other small  driver subsystems for 7.3-rc1.  Overall, due to some driver removals we only added a bit more code  than removed, which was a nice change. Highlights in this merge  request are:   - Loads of IIO driver updates and additions   - binder driver updates (more on that below...)   - Removal of the SGI XP and GRU drivers as they are not used anymore     and turn out to be pretty insecure overall   - Removal of the obsolete ibmasm driver as it&apos;s not being used     anymore   - Coresight driver updates and additions   - Mei driver udpates   - Counter driver updates   - FPGA driver updates   - ICC driver updates   - lots and lots of other tiny driver updates to resolve reported     issues  All of these have been in linux-next for a while&quot;* tag &apos;char-misc-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (513 commits)  iio: chemical: atlas-sensor: use iio_trigger_poll_nested() to fix remove UAF  iio: adc: pac1921: fix wrong channel used in trigger handler read  iio: light: gp2ap002: re-enable irq if runtime suspend fails  iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writes  iio: light: apds9306: fix PM reference leak in apds9306_read_data()  iio: gyro: mpu3050: fix sign of raw angular velocity readings  iio: srf04: fix pm_runtime handling on probe error path  iio: adc: ad4080: configure backend data size  iio: adc: adi-axi-adc: add data size support for AD408X backend  iio: chemical: atlas-sensor: fix PM reference leak in buffer postenable  iio: dac: ad5446: fix OF module device table  iio: light: opt4001: Fix reversed GENMASK() arguments in fault count mask  iio: light: opt4001: Reject integration times with a non-zero seconds part  iio: light: opt4001: Fix incompatible pointer type passed to div_u64_rem()  iio: light: opt4001: Fix power down clearing bits of the wrong register  iio: light: opt4060: Fix incorrect register name in threshold read error message  iio: light: opt4060: Fix pointer type passed to div_u64_rem()  iio: light: opt4060: Reject integration times with a non-zero seconds part  iio: light: ltrf216a: fix runtime PM reference leak in error path  iio: pressure: dps310: fix NULL pointer dereference on ACPI probe  ...

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Tue, 25 Aug 2026 18:38:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f61a6fd4593bddc0f2109a1d3359fd2a88124d33 - misc: amd-sbi: Add support for SB-TSI over I3C</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#f61a6fd4593bddc0f2109a1d3359fd2a88124d33</link>
        <description>misc: amd-sbi: Add support for SB-TSI over I3CAMD SB-TSI temperature sensors can be accessed over bothI2C and I3C buses depending on the platform configuration.Extend the SB-TSI driver to support both I2C and I3C bus interfacesby selecting the appropriate transport based on the probed bus type.The driver maintains backward compatibility with existing I2Cdeployments while enabling support for systems using the I3C bus.Register both I2C and I3C drivers using module_i3c_i2c_driver() andupdate the Kconfig dependency from I2C to I3C_OR_I2C.Reviewed-by: Akshay Gupta &lt;Akshay.Gupta@amd.com&gt;Signed-off-by: Prathima &lt;Prathima.Lk@amd.com&gt;Link: https://patch.msgid.link/20260710111642.850022-6-Akshay.Gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Fri, 10 Jul 2026 13:16:39 +0200</pubDate>
        <dc:creator>Prathima &lt;Prathima.Lk@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>319138ffcf83de6547651924030eb17c0d7977e5 - hwmon/misc: amd-sbi: Move core sbtsi support from hwmon to misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#319138ffcf83de6547651924030eb17c0d7977e5</link>
        <description>hwmon/misc: amd-sbi: Move core sbtsi support from hwmon to miscMove SBTSI(Side-Band Temperature Sensor Interface) core functionality outof the hwmon-only path and into drivers/misc/amd-sbi so it can be reusedby non-hwmon consumers.I2C probe parsing is moved from drivers/hwmon/sbtsi_temp.cinto drivers/misc/amd-sbi/tsi.c under CONFIG_AMD_SBTSI. The core driverstores struct sbtsi_data on the bus device and registers an auxiliarydevice amd-sbtsi.temp-sensor.&lt;addr&gt; per target.The current hwmon temp sensor will now require the CONFIG_AMD_SBTSIconfiguration as a new dependency.This split prepares the driver for additional interfaces while keepinghwmon support in hwmon subsystem on top of common SBTSI core logic.Add platform dependencies to clarify this driver is intended to run onthe BMC and not on the managed node.Reviewed-by: Akshay Gupta &lt;Akshay.Gupta@amd.com&gt;Signed-off-by: Prathima &lt;Prathima.Lk@amd.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://patch.msgid.link/20260710111642.850022-2-Akshay.Gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Fri, 10 Jul 2026 13:16:35 +0200</pubDate>
        <dc:creator>Prathima &lt;Prathima.Lk@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>09d6818d3bdc1ea6e49a425040528cbdbc97bc0a - Merge branch &apos;linus&apos; into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#09d6818d3bdc1ea6e49a425040528cbdbc97bc0a</link>
        <description>Merge branch &apos;linus&apos; into timers/clocksource... to bring it up to date for new changes.

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Mon, 18 May 2026 11:01:07 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>af35e741e2f2dbef75500921e8fce17cf4f08fbd - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#af35e741e2f2dbef75500921e8fce17cf4f08fbd</link>
        <description>Merge drm/drm-next into drm-xe-nextSync drm-xe-next with drm-next to unblock some topic branches.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Wed, 08 Apr 2026 21:56:19 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>86a28e154c3a754cf661c91b57eb96816e8485df - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#86a28e154c3a754cf661c91b57eb96816e8485df</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get fixes and updates from v7.0-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Tue, 31 Mar 2026 11:05:42 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4ab789c1b3c81eca56a3b1f7686f3c805add1e49 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#4ab789c1b3c81eca56a3b1f7686f3c805add1e49</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge drm-next to sync up with drm and xe changes, in particularAuxCCS.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Mon, 30 Mar 2026 14:06:42 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#d13e855ee923c2ae78307bf6c354305f1406b9e2</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesTomi needs 7.0 to apply a patch from drm-misc-fixes.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Thu, 23 Apr 2026 14:43:06 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4e86a604dfd06402933467578c4b79f5412b2c - Merge tag &apos;v7.0-rc4&apos; into togreg</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#9e4e86a604dfd06402933467578c4b79f5412b2c</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into togregLinux 7.0-rc4Required for the ds4422 series which is build upon;5187e03b817c (&quot;iio: dac: ds4424: reject -128 RAW value&quot;)

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Sun, 22 Mar 2026 13:20:42 +0100</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>3812943e01fdeabd80118b01c1484f6bd4d324d9 - Merge 7.0-rc4 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#3812943e01fdeabd80118b01c1484f6bd4d324d9</link>
        <description>Merge 7.0-rc4 into char-misc-nextWe need the char/misc/iio fixes in this branch as well to build on topof.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Mon, 16 Mar 2026 11:41:58 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>117f8e71d61dab08b9be84b7dd0dd65916ed13c0 - Merge tag &apos;v7.0-rc5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#117f8e71d61dab08b9be84b7dd0dd65916ed13c0</link>
        <description>Merge tag &apos;v7.0-rc5&apos; into nextSync up with mainline to pull in a fix for smb compilation error.

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Tue, 24 Mar 2026 21:49:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>b06b348e855383ed80e041299f3925cdd7dff3da - Merge tag &apos;rust-timekeeping-for-v7.1&apos; of https://github.com/Rust-for-Linux/linux into rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#b06b348e855383ed80e041299f3925cdd7dff3da</link>
        <description>Merge tag &apos;rust-timekeeping-for-v7.1&apos; of https://github.com/Rust-for-Linux/linux into rust-nextPull timekeeping updates from Andreas Hindborg: - Expand the example section in the &apos;HrTimer&apos; documentation. - Mark the &apos;ClockSource&apos; trait as unsafe to ensure valid values for   &apos;ktime_get()&apos;. - Add &apos;Delta::from_nanos()&apos;.This is a back merge since the pull request has a newer base -- we willavoid that in the future.And, given it is a back merge, it happens to resolve the &quot;subtle&quot; conflictaround &apos;--remap-path-{prefix,scope}&apos; that I discussed in linux-next [1],plus a few other common conflicts. The result matches what we did fornext-20260407.The actual diffstat (i.e. using a temporary merge of upstream first) is:    rust/kernel/time.rs         |  32 ++++-    rust/kernel/time/hrtimer.rs | 336 ++++++++++++++++++++++++++++++++++++++++++++    2 files changed, 362 insertions(+), 6 deletions(-)Link: https://lore.kernel.org/linux-next/CANiq72kdxB=W3_CV1U44oOK3SssztPo2wLDZt6LP94TEO+Kj4g@mail.gmail.com/ [1]* tag &apos;rust-timekeeping-for-v7.1&apos; of https://github.com/Rust-for-Linux/linux:  hrtimer: add usage examples to documentation  rust: time: make ClockSource unsafe trait  rust/time: Add Delta::from_nanos()

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Wed, 08 Apr 2026 09:46:01 +0200</pubDate>
        <dc:creator>Miguel Ojeda &lt;ojeda@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bad28e01f206c533a8ff7fec5efe8ab9607a8364 - Merge tag &apos;v7.0-rc6&apos; into irq/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#bad28e01f206c533a8ff7fec5efe8ab9607a8364</link>
        <description>Merge tag &apos;v7.0-rc6&apos; into irq/coreto be able to merge the hyper-v patch related to randomness.

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Sat, 04 Apr 2026 20:59:34 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0542972950ef26670a5696e43c0ea2b7b6ac96d4 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/misc/amd-sbi/Kconfig#0542972950ef26670a5696e43c0ea2b7b6ac96d4</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0 devel branch for further cleanups of ctxfi driver &amp; co.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/misc/amd-sbi/Kconfig</description>
        <pubDate>Wed, 01 Apr 2026 14:42:56 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
