<?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>f105c7a1be20c0e656d3175f5a7b4a4405d4e169 - i2c: at91: Add MCHP_LAN966X_PCI dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#f105c7a1be20c0e656d3175f5a7b4a4405d4e169</link>
        <description>i2c: at91: Add MCHP_LAN966X_PCI dependencyThe AT91 I2C driver depends on ARCH_MICROCHIP.This I2C controller can be used by the LAN966x PCI device and soit needs to be available when the LAN966x PCI device is enabled.Signed-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Acked-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Mon, 11 May 2026 18:13:49 +0200</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>d38e710fba1806974051972d69fbbd6c69b55734 - i2c: busses: make K1 driver default for SpacemiT platforms</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#d38e710fba1806974051972d69fbbd6c69b55734</link>
        <description>i2c: busses: make K1 driver default for SpacemiT platformsEnable I2C_K1 by default when ARCH_SPACEMIT is configured to ensure SDcard functionality works out-of-the-box.SpacemiT K1 boards use I2C-controlled PMICs (like the P1 chip) toprovide SD card power supplies. Without the I2C_K1 driver enabled,regulators cannot be controlled and SD card detection/operation fails.Suggested-by: Margherita Milani &lt;margherita.milani@amarulasolutions.com&gt;Suggested-by: Yixun Lan &lt;dlan@kernel.org&gt;Signed-off-by: Iker Pedrosa &lt;ikerpedrosam@gmail.com&gt;Reviewed-by: Yixun Lan &lt;dlan@kernel.org&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Link: https://lore.kernel.org/r/20260526-orangepi-sd-card-i2c-v1-1-b92268bfd467@gmail.com

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Tue, 26 May 2026 16:36:57 +0200</pubDate>
        <dc:creator>Iker Pedrosa &lt;ikerpedrosam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d1b0785f6d5e143a40be1dafa9e4e4d29fa7146 - i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#6d1b0785f6d5e143a40be1dafa9e4e4d29fa7146</link>
        <description>i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controllerThis I2C module is integrated into the Loongson-2K0300 SoCs.It provides multi-master functionality and controls all I2C bus-specifictiming, protocols, arbitration, and timing. It supports both standardand fast modes.Signed-off-by: Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@intel.com&gt;Reviewed-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Link: https://lore.kernel.org/r/c5a6c4e5ea675410ff1b946b988c280c22bf3dc4.1776135865.git.zhoubinbin@loongson.cn

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Tue, 14 Apr 2026 08:25:11 +0200</pubDate>
        <dc:creator>Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>fba676bd2919ceff5a678c0bd05ab3ac89affaeb - Merge tag &apos;i2c-for-7.1-rc1-part1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#fba676bd2919ceff5a678c0bd05ab3ac89affaeb</link>
        <description>Merge tag &apos;i2c-for-7.1-rc1-part1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxPull i2c updates from Wolfram Sang: &quot;The biggest news in this pull request is that it will start the last  cycle of me handling the I2C subsystem. From 7.2. on, I will pass  maintainership to Andi Shyti who has been maintaining the I2C drivers  for a while now and who has done a great job in doing so.  We will use this cycle for a hopefully smooth transition. Thanks must  go to Andi for stepping up! I will still be around for guidance.  Updates:   - generic cleanups in npcm7xx, qcom-cci, xiic and designware DT     bindings   - atr: use kzalloc_flex for alias pool allocation   - ixp4xx: convert bindings to DT schema   - ocores: use read_poll_timeout_atomic() for polling waits   - qcom-geni: skip extra TX DMA TRE for single read messages   - s3c24xx: validate SMBus block length before using it   - spacemit: refactor xfer path and add K1 PIO support   - tegra: identify DVC and VI with SoC data variants   - tegra: support SoC-specific register offsets   - xiic: switch to devres and generic fw properties   - xiic: skip input clock setup on non-OF systems   - various minor improvements in other drivers  rtl9300:   - add per-SoC callbacks and clock support for RTL9607C   - add support for new 50 kHz and 2.5 MHz bus speeds   - general refactoring in preparation for RTL9607C support  New support:   - DesignWare GOOG5000 (ACPI HID)   - Intel Nova Lake (ACPI ID)   - Realtek RTL9607C   - SpacemiT K3 binding   - Tegra410 register layout support&quot;* tag &apos;i2c-for-7.1-rc1-part1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (40 commits)  i2c: usbio: Add ACPI device-id for NVL platforms  i2c: qcom-geni: Avoid extra TX DMA TRE for single read message in GPI mode  i2c: atr: use kzalloc_flex  i2c: spacemit: introduce pio for k1  i2c: spacemit: move i2c_xfer_msg()  i2c: xiic: skip input clock setup on non-OF systems  i2c: xiic: use numbered adapter registration  i2c: xiic: cosmetic: use resource format specifier in debug log  i2c: xiic: cosmetic cleanup  i2c: xiic: switch to generic device property accessors  i2c: xiic: remove duplicate error message  i2c: xiic: switch to devres managed APIs  i2c: rtl9300: add RTL9607C i2c controller support  i2c: rtl9300: introduce new function properties to driver data  i2c: rtl9300: introduce clk struct for upcoming rtl9607 support  dt-bindings: i2c: realtek,rtl9301-i2c: extend for clocks and RTL9607C support  i2c: rtl9300: introduce a property for 8 bit width reg address  i2c: rtl9300: introduce F_BUSY to the reg_fields struct  i2c: rtl9300: introduce max length property to driver data  i2c: rtl9300: split data_reg into read and write reg  ...

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Sat, 18 Apr 2026 18:44:22 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>73e65c424867fb9396de6d1265228b75e1ee0718 - i2c: tegra: enable compile testing on all archs</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#73e65c424867fb9396de6d1265228b75e1ee0718</link>
        <description>i2c: tegra: enable compile testing on all archsCommit 4a2d5f663dab (&quot;i2c: Enable compile testing for more drivers&quot;)enabled compile testing of the Tegra i2c driver only for architecturesthat explicitly provide readsX() and writesX().This limitation appears to have been too restrictive since the genericimplementation of these primitives added by commit 9ab3a7a0d2b4(&quot;asm-generic/io.h: Implement generic {read,write}s*()&quot;) predates thecommit in question.Allow compile testing of the driver on all architectures.Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Mon, 09 Mar 2026 09:12:59 +0100</pubDate>
        <dc:creator>Johan Hovold &lt;johan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec69c9e88315c4be70c283f18c2ff130da6320b5 - i2c: tegra: Don&apos;t mark devices with pins as IRQ safe</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#ec69c9e88315c4be70c283f18c2ff130da6320b5</link>
        <description>i2c: tegra: Don&apos;t mark devices with pins as IRQ safeI2C devices with associated pinctrl states (DPAUX I2C controllers)will change pinctrl state during runtime PM. This requires takinga mutex, so these devices cannot be marked as IRQ safe.Add PINCTRL as dependency to avoid build errors.Signed-off-by: Mikko Perttunen &lt;mperttunen@nvidia.com&gt;Reported-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;Link: https://lore.kernel.org/all/E1vsNBv-00000009nfA-27ZK@rmk-PC.armlinux.org.uk/Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Tue, 03 Mar 2026 05:32:11 +0100</pubDate>
        <dc:creator>Mikko Perttunen &lt;mperttunen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8ed5a41afd0ef8db995a4f90668e73075b1cf940 - Merge tag &apos;i2c-host-6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#8ed5a41afd0ef8db995a4f90668e73075b1cf940</link>
        <description>Merge tag &apos;i2c-host-6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowi2c-host for v6.20- amd-mp2, designware, mlxbf, rtl9300, spacemit, tegra: cleanups- designware: use a dedicated algorithm for AMD Navi- designware: replace magic numbers with named constants- designware: replace min_t() with min() to avoid u8 truncation- designware: refactor core to enable mode switching- imx-lpi2c: add runtime PM support for IRQ and clock handling- lan9691-i2c: add new driver- rtl9300: use OF helpers directly and avoid fwnode handling- spacemit: add bus reset support- units: add HZ_PER_GHZ and use it in several i2c drivers

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Tue, 03 Feb 2026 21:53:38 +0100</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>d70f60ad964dc773bfcf73d52099472228629cac - i2c: designware: Remove not-going-to-be-supported code for Baikal SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#d70f60ad964dc773bfcf73d52099472228629cac</link>
        <description>i2c: designware: Remove not-going-to-be-supported code for Baikal SoCAs noticed in the discussion [1] the Baikal SoC and platformsare not going to be finalized, hence remove stale code.Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/ [1]Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Acked-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Link: https://lore.kernel.org/r/20260114081954.252160-2-andriy.shevchenko@linux.intel.com

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Wed, 14 Jan 2026 09:17:50 +0100</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9f65f8fa18bbfb7d8756f1bfd6d1cbaffe2661df - i2c: designware: Remove useless driver specific option for I2C target</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#9f65f8fa18bbfb7d8756f1bfd6d1cbaffe2661df</link>
        <description>i2c: designware: Remove useless driver specific option for I2C targetThe generic option for I2C target is already user selectable,which makes the DesignWare specific option completelyunnecessary. The DesignWare option also silently selectedI2C_SLAVE instead of depending on it without any real needfor it.Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Acked-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Link: https://lore.kernel.org/r/20251218151509.361617-2-heikki.krogerus@linux.intel.com

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Thu, 18 Dec 2025 16:15:00 +0100</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dde7e21311004a6d227b628f14c582313da90bde - i2c: i801: Add support for Intel Nova Lake-S</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#dde7e21311004a6d227b628f14c582313da90bde</link>
        <description>i2c: i801: Add support for Intel Nova Lake-SAdd SMBus PCI IDs on Intel Nova Lake-S.Signed-off-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Link: https://lore.kernel.org/r/20251124132816.470599-1-heikki.krogerus@linux.intel.com

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Mon, 24 Nov 2025 14:28:15 +0100</pubDate>
        <dc:creator>Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f60d68e697ceb8a55c292060bd2041c6013e8c01 - Merge tag &apos;i2c-host-6.19-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#f60d68e697ceb8a55c292060bd2041c6013e8c01</link>
        <description>Merge tag &apos;i2c-host-6.19-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowi2c-host for v6.19- general cleanups in bcm2835, designware, pcf8584, and stm32- amd-mp2: fix device refcount- designware: avoid interrupt storms caused by bad firmware- i801: fix supported features- spacemit: fix device detection failuresNew device support:- Intel Diamond Rapids- Rockchip RK3506- Qualcomm Kaanapali, MSM8953

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Mon, 08 Dec 2025 12:01:14 +0100</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>621e57c37ea698e7ba69434ce610de97cd5367a6 - i2c: i2c-elektor: Allow building on SMP kernels</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#621e57c37ea698e7ba69434ce610de97cd5367a6</link>
        <description>i2c: i2c-elektor: Allow building on SMP kernelsIn the past, the i2c-elektor driver was broken on SMP. Since then, thereappear to have been some fixes and cleanup work (as pointed out by WolframSang) to get rid of cli/sti usage and rely on spinlocks instead. Therefore,let&apos;s allow building the driver on SMP kernels again.I&apos;ve tested this driver on an SMP kernel on an Alpha UP2000+ for a few dayswithout any problems.Signed-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Sat, 22 Nov 2025 14:45:01 +0100</pubDate>
        <dc:creator>Magnus Lindholm &lt;linmag7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>90f690a4f5f962d90483e7f689261d9179e6fbbe - i2c: i801: Add support for Intel Diamond Rapids</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#90f690a4f5f962d90483e7f689261d9179e6fbbe</link>
        <description>i2c: i801: Add support for Intel Diamond RapidsAdd SMBus PCI ID on Intel Diamond Rapids.Signed-off-by: Zeng Guang &lt;guang.zeng@intel.com&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Link: https://lore.kernel.org/r/20251021073522.3458383-1-heikki.krogerus@linux.intel.com

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Tue, 21 Oct 2025 09:35:22 +0200</pubDate>
        <dc:creator>Zeng Guang &lt;guang.zeng@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c6006b8ca14dcc604567be99fc4863e6e11ab6e3 - Merge tag &apos;usb-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#c6006b8ca14dcc604567be99fc4863e6e11ab6e3</link>
        <description>Merge tag &apos;usb-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbPull USB / Thunderbolt updates from Greg KH: &quot;Here is the big set of USB and thunderbolt drivers for 6.18-rc1. It  was another normal development cycle, with lots of the usual drivers  getting updates:   - Thunderbolt driver cleanups and additions   - dwc3 driver updates   - dwc2 driver updates   - typec driver updates   - xhci driver updates and additions   - offload USB engine updates for better power management   - unused tracepoint removals   - usb gadget fixes and updates as more users start to rely on these     drivers instead of the &quot;old&quot; function gadget drivers   - new USB device ids   - other minor driver USB driver updates   - new USB I/O driver framework and driver additions&quot;  The last item, the usb i/o driver, has an i2c and gpio driver added  through this tree. Those drivers were acked by the respective  subsystem maintainers.  All of these have been in linux-next for a while&quot;* tag &apos;usb-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (132 commits)  usb: vhci-hcd: Prevent suspending virtually attached devices  USB: serial: option: add SIMCom 8230C compositions  thunderbolt: Fix use-after-free in tb_dp_dprx_work  usb: xhci: align PORTSC trace with one-based port numbering  usb: xhci: correct indentation for PORTSC tracing function  usb: xhci: improve TR Dequeue Pointer mask  usb: xhci-pci: add support for hosts with zero USB3 ports  usb: xhci: Update a comment about Stop Endpoint retries  Revert &quot;usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running&quot;  usb: gadget: f_rndis: Refactor bind path to use __free()  usb: gadget: f_ecm: Refactor bind path to use __free()  usb: gadget: f_acm: Refactor bind path to use __free()  usb: gadget: f_ncm: Refactor bind path to use __free()  usb: gadget: Introduce free_usb_request helper  usb: gadget: Store endpoint pointer in usb_request  usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support  usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_priv  usb: host: xhci-rcar: Move R-Car reg definitions  dt-bindings: usb: Document Renesas RZ/G3E USB3HOST  usb: gadget: f_fs: Fix epfile null pointer access after ep enable.  ...

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Sun, 05 Oct 2025 01:07:08 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>38057e323657695ec8f814aff0cdd1c7e00d3e9b - Merge tag &apos;soc-drivers-6.18&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#38057e323657695ec8f814aff0cdd1c7e00d3e9b</link>
        <description>Merge tag &apos;soc-drivers-6.18&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;Lots of platform specific updates for Qualcomm SoCs, including a new  TEE subsystem driver for the Qualcomm QTEE firmware interface.  Added support for the Apple A11 SoC in drivers that are shared with  the M1/M2 series, among more updates for those.  Smaller platform specific driver updates for Renesas, ASpeed,  Broadcom, Nvidia, Mediatek, Amlogic, TI, Allwinner, and Freescale  SoCs.  Driver updates in the cache controller, memory controller and reset  controller subsystems.  SCMI firmware updates to add more features and improve robustness.  This includes support for having multiple SCMI providers in a single  system.  TEE subsystem support for protected DMA-bufs, allowing hardware to  access memory areas that managed by the kernel but remain inaccessible  from the CPU in EL1/EL0&quot;* tag &apos;soc-drivers-6.18&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (139 commits)  soc/fsl/qbman: Use for_each_online_cpu() instead of for_each_cpu()  soc: fsl: qe: Drop legacy-of-mm-gpiochip.h header from GPIO driver  soc: fsl: qe: Change GPIO driver to a proper platform driver  tee: fix register_shm_helper()  pmdomain: apple: Add &quot;apple,t8103-pmgr-pwrstate&quot;  dt-bindings: spmi: Add Apple A11 and T2 compatible  serial: qcom-geni: Load UART qup Firmware from linux side  spi: geni-qcom: Load spi qup Firmware from linux side  i2c: qcom-geni: Load i2c qup Firmware from linux side  soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem  soc: qcom: geni-se: Cleanup register defines and update copyright  dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus  Documentation: tee: Add Qualcomm TEE driver  tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl  tee: qcom: add primordial object  tee: add Qualcomm TEE driver  tee: increase TEE_MAX_ARG_SIZE to 4096  tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF  tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF  tee: add close_context to TEE driver operation  ...

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Thu, 02 Oct 2025 02:32:51 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cf8da11679ec4e54e2dd3cb147fb310a2230be52 - Merge tag &apos;i2c-for-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#cf8da11679ec4e54e2dd3cb147fb310a2230be52</link>
        <description>Merge tag &apos;i2c-for-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxPull i2c updates from Wolfram Sang: &quot;Mostly DT bindings additions this time because Andi was super busy and  I also could only partly cover it.   - new ids for qcom-cci, mt65xx, exynos5, apple, tegra20, k1, i801   - drop support for already removed S3C2410   - introduce and use fwnode_for_each_child_node_scoped()   - mmt65xx: improve write-then-read transactions   - k1: various fixes around bus errors and resets   - usual share of cleanups, minor improvements, PM fixes...  at24 updates:   - add the compatible for Giantec GT24C256C to the device-tree     bindings&quot;* tag &apos;i2c-for-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (33 commits)  i2c: i801: Add support for Intel Wildcat Lake-U  dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles  i2c: designware: Add disabling clocks when probe fails  i2c: designware: Fix clock issue when PM is disabled  i2c: busses: Fix some spelling errors  i2c: mux: Simplify boolean assignment in i2c_mux_alloc  i2c: designware: use dev_err_probe() when probing platform device  i2c: designware: convert to dev_err_probe() on request IRQ error  i2c: spacemit: ensure SDA is released after bus reset  i2c: spacemit: check SDA instead of SCL after bus reset  i2c: spacemit: disable SDA glitch fix to avoid restart delay  i2c: spacemit: remove stop function to avoid bus error  i2c: spacemit: ensure bus release check runs when wait_bus_idle() fails  i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD  i2c: boardinfo: Annotate code used in init phase only  dt-bindings: i2c: i2c-mt65xx: Document MediaTek MT6878 I2C  dt-bindings: i2c: samsung,s3c2410-i2c: Drop S3C2410  i2c: s3c2410: Drop S3C2410 OF support  dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example  dt-bindings: i2c: exynos5: add samsung,exynos8890-hsi2c compatible  ...

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Thu, 02 Oct 2025 00:11:00 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cb3005d4c490fe2489accd5408592683d705b455 - i2c: i801: Add support for Intel Wildcat Lake-U</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#cb3005d4c490fe2489accd5408592683d705b455</link>
        <description>i2c: i801: Add support for Intel Wildcat Lake-UAdd SMBus IDs on Intel Wildcat Lake-U.Signed-off-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Fri, 08 Aug 2025 15:09:56 +0200</pubDate>
        <dc:creator>Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c5cf27dbaeb6e12ea1703ee896dd4b42e92343aa - i2c: Add Nuvoton NCT6694 I2C support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#c5cf27dbaeb6e12ea1703ee896dd4b42e92343aa</link>
        <description>i2c: Add Nuvoton NCT6694 I2C supportThis driver supports I2C adapter functionality for NCT6694 MFDdevice based on USB interface.Each I2C controller uses the default baudrate of 100kHz, whichcan be overridden via module parameters.Acked-by: Andi Shyti &lt;andi.shyti@kernel.org&gt;Reviewed-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Signed-off-by: Ming Yu &lt;a0282524688@gmail.com&gt;Link: https://lore.kernel.org/r/20250912091952.1169369-4-a0282524688@gmail.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Fri, 12 Sep 2025 11:19:48 +0200</pubDate>
        <dc:creator>Ming Yu &lt;a0282524688@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>daf161343a3904f6699febbfb1e18d532371ba00 - i2c: Add Intel USBIO I2C driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#daf161343a3904f6699febbfb1e18d532371ba00</link>
        <description>i2c: Add Intel USBIO I2C driverAdd a a driver for the I2C auxbus child device of the Intel USBIO USBIO-expander used by the MIPI cameras on various new (Meteor Lake andlater) Intel laptops.Co-developed-by: Hans de Goede &lt;hansg@kernel.org&gt;Signed-off-by: Hans de Goede &lt;hansg@kernel.org&gt;Signed-off-by: Israel Cepeda &lt;israel.a.cepeda.lopez@intel.com&gt;Reviewed-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Link: https://lore.kernel.org/r/20250911181343.77398-4-hansg@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Thu, 11 Sep 2025 20:13:43 +0200</pubDate>
        <dc:creator>Israel Cepeda &lt;israel.a.cepeda.lopez@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>788da814b2546bb6984fc4d53b45060d96d3f745 - i2c: at91: make it selectable for ARCH_MICROCHIP</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i2c/busses/Kconfig#788da814b2546bb6984fc4d53b45060d96d3f745</link>
        <description>i2c: at91: make it selectable for ARCH_MICROCHIPLAN969x uses the Atmel TWI I2C, so make it selectable for ARCH_MICROCHIP toavoid needing to update depends in future if other Microchip SoC-s use itas well.Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;Acked-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Acked-by: Daniel Machon &lt;daniel.machon@microchip.com&gt;Signed-off-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;

            List of files:
            /linux/drivers/i2c/busses/Kconfig</description>
        <pubDate>Wed, 13 Aug 2025 19:44:43 +0200</pubDate>
        <dc:creator>Robert Marko &lt;robert.marko@sartura.hr&gt;</dc:creator>
    </item>
</channel>
</rss>
