<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/mmc/host/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/mmc/host/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>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/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/mmc/host/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>4ddd4f0651a710f33dfbb9dadd94f2bb0aa31aa8 - Merge tag &apos;mmc-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#4ddd4f0651a710f33dfbb9dadd94f2bb0aa31aa8</link>
        <description>Merge tag &apos;mmc-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcPull MMC updates from Ulf Hansson: &quot;MMC core:   - Add NXP vendor and IW61x device IDs for WiFi chips over SDIO   - Add quirk for incorrect manufacturing date   - Add support for manufacturing date beyond 2025   - Optimize support for secure erase/trim for some Kingston eMMCs   - Remove support for the legacy &quot;enable-sdio-wakeup&quot; DT property   - Use single block writes in the retry path  MMC host:   - dw_mmc:      - A great amount of cleanups/simplifications to improve the code      - Add clk_phase_map support      - Remove mshc DT alias support   - dw_mmc-rockchip:      - Fix runtime PM support for internal phase      - Add support for the RV1103B variant   - loongson2:      - Add support for the Loongson-2K0300 SD/SDIO/eMMC controller   - mtk-sd:      - Add support for the MT8189 variant   - renesas_sdhi_core:      - Add support for selecting an optional mux   - rtsx_pci_sdmmc:      - Simplify voltage switch handling   - sdhci:      - Stop advertising the driver in dmesg   - sdhci-esdhc-imx:      - Add 1-bit bus width support      - Add support for the NXP S32N79 variant   - sdhci-msm:      - Add support for the IPQ5210 and IPQ9650 variants      - Add support for wrapped keys      - Enable ICE for CQE-capable controllers with non-CQE cards   - sdhci-of-arasan:      - Add support for the Axiado AX3000 variant   - sdhci-of-aspeed:      - Add support for the AST2700 variant   - sdhci-of-bst:      - Add driver for the Black Sesame Technologies C1200 controller   - sdhci-of-dwcmshc:      - Add support for the Canaan K230 variant      - Add support for the HPE GSC variant      - Prevent clock glitches to avoid malfunction   - sdhci-of-k1:      - Add support for the K3 variant  mux core/consumers:   - core:      - Add helper functions for getting optional and selected mux-state   - i2c-omap:      - Convert to devm_mux_state_get_optional_selected()   - phy-renesas:      - Convert to devm_mux_state_get_optional_selected()   - phy-can-transceiver:      - Convert to devm_mux_state_get_optional()&quot;* tag &apos;mmc-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (131 commits)  mmc: sdhci-msm: Fix the wrapped key handling  mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration  mmc: core: Simplify with scoped for each OF child loop  mmc: core: Optimize size of struct mmc_queue_req  mmc: vub300: clean up module init  mmc: vub300: rename probe error labels  mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core function  mmc: dw_mmc: Inline dw_mci_queue_request() into dw_mci_request()  mmc: block: Use MQRQ_XFER_SINGLE_BLOCK for both read and write recovery  mmc: mmc_test: Replace hard-coded values with macros and consolidate test parameters  mmc: block: Convert to use DEFINE_SIMPLE_DEV_PM_OPS()  mmc: core: Replace the hard-coded shift value 9 with SECTOR_SHIFT  mmc: sdhci-dwcmshc: Refactor Rockchip platform data for controller revisions  mmc: core: Switch to use pm_ptr() for mmc_host_class_dev_pm_ops  mmc: core: Remove legacy &apos;enable-sdio-wakeup&apos; DT property support  mmc: mmc_test: use kzalloc_flex  mmc: mtk-sd: disable new_tx/rx and modify related settings for mt8189  dt-bindings: mmc: hisilicon,hi3660-dw-mshc: Convert to DT schema  dt-bindings: mmc: sdhci-msm: add IPQ9650 compatible  mmc: block: use single block write in retry  ...

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Wed, 15 Apr 2026 23:15:25 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>26fd3865e42f3bd3f17f6c3ca36b40d2b90a7254 - mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#26fd3865e42f3bd3f17f6c3ca36b40d2b90a7254</link>
        <description>mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TESTThis driver currently only supports builds against a PIC32 target. Nowthat commit d6618d277c1a (&quot;mmc: sdhci-pic32: update include to usepic32.h from platform_data&quot;) is merged, it&apos;s possible to compile thisdriver on other architectures.To avoid future breakage of this driver in the future, let&apos;s update theKconfig so that it can be built with COMPILE_TEST enabled on allarchitectures.Signed-off-by: Brian Masney &lt;bmasney@redhat.com&gt;Acked-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 00:39:14 +0100</pubDate>
        <dc:creator>Brian Masney &lt;bmasney@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>695824f45629dfad8834f432d78f8b60fdcbe3d8 - mmc: sdhci: add Black Sesame Technologies BST C1200 controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#695824f45629dfad8834f432d78f8b60fdcbe3d8</link>
        <description>mmc: sdhci: add Black Sesame Technologies BST C1200 controller driverAdd SDHCI controller driver for Black Sesame Technologies C1200 SoC.This driver supports the DWCMSHC SDHCI controller with BST-specificenhancements including:- Custom clock management and tuning- Power management support- BST-specific register configurations- Support for eMMC and SD card interfaces- Hardware limitation workaround for 32-bit DMA addressingThe driver addresses specific hardware constraints where:- System memory uses 64-bit bus, eMMC controller uses 32-bit bus- eMMC controller cannot access memory through SMMU due to hardware bug- All system DRAM is configured outside 4GB boundary (ZONE_DMA32)- Uses SRAM-based bounce buffer within 32-bit address spaceSigned-off-by: Ge Gordon &lt;gordon.ge@bst.ai&gt;Signed-off-by: Albert Yang &lt;yangzh0906@thundersoft.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Fri, 23 Jan 2026 10:53:39 +0100</pubDate>
        <dc:creator>Albert Yang &lt;yangzh0906@thundersoft.com&gt;</dc:creator>
    </item>
<item>
        <title>2bebc88d5e37ddcb5ea5039a39f39527662b27f0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#2bebc88d5e37ddcb5ea5039a39f39527662b27f0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get bug fixes from v6.19-rc7.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Thu, 05 Feb 2026 10:33:06 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6574f01ef95dd9029a0230f4f56a62f93fdd8319 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#6574f01ef95dd9029a0230f4f56a62f93fdd8319</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes from perf-tools.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Wed, 24 Dec 2025 02:59:28 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7e96d76c74175ef9747f6fc14ee567f89d72153c - Merge tag &apos;nand/for-7.0&apos; into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#7e96d76c74175ef9747f6fc14ee567f89d72153c</link>
        <description>Merge tag &apos;nand/for-7.0&apos; into mtd/nextSPI NAND- The major feature this release is the support for octal DTR  modes (8D-8D-8D).- There has been as well a series of conversion to scoped for each OF  child loops.- Support for Foresee F35SQB002G chips has been added.Other changes are small fixes.

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Fri, 13 Feb 2026 18:10:09 +0100</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>3e4067169c573fba9dd8f77480f3a6e9c723b507 - Merge branch &apos;v6.19-rc8&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#3e4067169c573fba9dd8f77480f3a6e9c723b507</link>
        <description>Merge branch &apos;v6.19-rc8&apos;Update to avoid conflicts with /urgent patches.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Tue, 03 Feb 2026 12:04:13 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>1ebbefb73ceba9c913ea42f44db1fe8e4d73cbc0 - Merge tag &apos;tags/spi-octal-dtr&apos; into nand/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#1ebbefb73ceba9c913ea42f44db1fe8e4d73cbc0</link>
        <description>Merge tag &apos;tags/spi-octal-dtr&apos; into nand/nextspi: Octal DTR supportThis series adds support for 8D-8D-8D in SPI NAND, which can already beleveraged without any SPI changes as controllers already have thissupport for some SPI NOR devices.Among the few spi-mem patches, they are needed for building the SPI NANDchanges (especially the ODTR introduction at the end) and therefore animmutable tag will be needed for merging in the MTD tree (unless all theseries goes through MTD directly ofc).

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Thu, 29 Jan 2026 20:19:44 +0100</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>086714bbb96f63785da251e1f8d1ce3e716a6e42 - Merge tag &apos;v6.19-rc5&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#086714bbb96f63785da251e1f8d1ce3e716a6e42</link>
        <description>Merge tag &apos;v6.19-rc5&apos; into drm-rust-nextWe need the drm-rust fixes from -rc5 in here for nova-core to build ontop of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Fri, 16 Jan 2026 20:02:30 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a654de9d73fdd844d5644cc5527a362d7cf634fb - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#a654de9d73fdd844d5644cc5527a362d7cf634fb</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 6.19-devel branch for applying cirrus scodec test patches.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Fri, 16 Jan 2026 15:17:16 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e3d0dbb3b5e8983d3be780199af1e5134c8a9c17 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#e3d0dbb3b5e8983d3be780199af1e5134c8a9c17</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Cross-merge BPF and other fixes after downstream PR.No conflicts.Adjacent:Auto-merging MAINTAINERSAuto-merging MakefileAuto-merging kernel/bpf/verifier.cAuto-merging kernel/sched/ext.cAuto-merging mm/memcontrol.cSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Thu, 15 Jan 2026 00:20:46 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6eb6b62f002f1cbc538c2e773539d1d4c37749cb - regulator: core: allow regulator_register() with</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#6eb6b62f002f1cbc538c2e773539d1d4c37749cb</link>
        <description>regulator: core: allow regulator_register() withMerge series from Andr&#233; Draszik &lt;andre.draszik@linaro.org&gt;:With these attached patches it becomes possible again to supporthardware designs with multiple PMICs where individual rails of each actas required supplies for rails of the other (due to the latter beinge.g. always-on), and vice-versa.Google Pixel 6 and 6 Pro (oriole and raven) are examples of suchdesigns.Rather than returning -EPORBE_DEFER in regulator_register() whenset_machine_constraints() fails with -EPROBE_DEFER (due to missingrequired supplies), we still allow rail registration and try toreresolve supplies each time a new rail gets registered.This is implemented using a bus (regulator bus), which allows the coreto reresolve supplies for regulators that still need them whenever newregulators (i.e. devices) are added.Using a bus also solves existing problems around late resolution ofsupplies as mentioned in the commit message introducing that bus.The series starts with a few bug fixes and the last two commitsimplement the changes mentioned above, but do depend on the bug fixes.

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Mon, 12 Jan 2026 13:15:35 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3cf9dc2c7c93f9fa452574af18f26b7eb70614df - Merge tag &apos;v6.19-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#3cf9dc2c7c93f9fa452574af18f26b7eb70614df</link>
        <description>Merge tag &apos;v6.19-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 6.19-rc5Pull in upstream shared GPIO fixes into the v7.0 branch.

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Mon, 12 Jan 2026 11:33:31 +0100</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>3f0e3af4688deb797232c6ef7b45147601d9000d - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/mmc/host/Kconfig#3f0e3af4688deb797232c6ef7b45147601d9000d</link>
        <description>Merge drm/drm-next into drm-xe-nextBring some drm-scheduler patches to Xe.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/mmc/host/Kconfig</description>
        <pubDate>Wed, 07 Jan 2026 22:49:20 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
