<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>d0f45925 - memstick: rtsx_pci_ms: Remove Realtek PCI memstick driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#d0f45925</link>
        <description>memstick: rtsx_pci_ms: Remove Realtek PCI memstick driverCommit c0e5f4e73a71 (&quot;misc: rtsx: Add support for RTS5261&quot;) silentlyremoved RTSX_MS_CARD from its MFD cell, so rtsx_pci_ms isn&apos;t usedby any driver anymore.Since there doesn&apos;t seem to any complaint, hence drop the driver.Signed-off-by: Kai-Heng Feng &lt;kai.heng.feng@canonical.com&gt;Link: https://lore.kernel.org/r/20240620031159.142637-1-kai.heng.feng@canonical.comSigned-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Thu, 20 Jun 2024 03:11:59 +0000</pubDate>
        <dc:creator>Kai-Heng Feng &lt;kai.heng.feng@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>1696d968 - memstick: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#1696d968</link>
        <description>memstick: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:	$ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Wed, 20 Nov 2019 13:41:01 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e455b69d - misc: rtsx: Move Realtek Card Reader Driver to misc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#e455b69d</link>
        <description>misc: rtsx: Move Realtek Card Reader Driver to miscBecause Realtek card reader drivers are pcie and usb drivers,and they bridge mmc subsystem and memstick subsystem, they arenot mfd drivers. Greg and Lee Jones had a discussion aboutwhere to put the drivers, the result is that misc is a goodplace for them, so I move all files to misc. If I don&apos;t movethem to a right place, I can&apos;t add any patch for this driver.Signed-off-by: Rui Feng &lt;rui_feng@realsil.com.cn&gt;Reviewed-by: Daniel Bristot de Oliveira &lt;bristot@redhat.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Tested-by: Perry Yuan &lt;perry_yuan@dell.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Wed, 29 Nov 2017 09:08:03 +0000</pubDate>
        <dc:creator>Rui Feng &lt;rui_feng@realsil.com.cn&gt;</dc:creator>
    </item>
<item>
        <title>99451dce - memstick: Add realtek USB memstick host driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#99451dce</link>
        <description>memstick: Add realtek USB memstick host driverRealtek USB memstick host driver provides memstick host support based on theRealtek USB card reader MFD driver.Signed-off-by: Roger Tseng &lt;rogerable@realtek.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Fri, 11 Apr 2014 06:53:23 +0000</pubDate>
        <dc:creator>Roger Tseng &lt;rogerable@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>686f31ac - drivers/memstick/host: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#686f31ac</link>
        <description>drivers/memstick/host: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.Cc: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;Cc: Alex Dubov &lt;oakad@yahoo.com&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Thu, 17 Jan 2013 02:53:44 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b902dd4e - drivers/memstick: Add realtek pcie memstick host driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#b902dd4e</link>
        <description>drivers/memstick: Add realtek pcie memstick host driverRealtek PCI-E Memstick card host driver is used to access Memstickcard, with the help of Realtek PCI-E card reader MFD driver.Signed-off-by: Wei WANG &lt;wei_wang@realsil.com.cn&gt;Acked-by: Alex Dubov &lt;oakad@yahoo.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Fri, 09 Nov 2012 12:53:35 +0000</pubDate>
        <dc:creator>Wei WANG &lt;wei_wang@realsil.com.cn&gt;</dc:creator>
    </item>
<item>
        <title>13467710 - memstick: Add realtek pcie memstick host driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#13467710</link>
        <description>memstick: Add realtek pcie memstick host driverRealtek PCI-E Memstick card host driver is used to access Memstickcard, with the help of Realtek PCI-E card reader MFD driver.Signed-off-by: Wei WANG &lt;wei_wang@realsil.com.cn&gt;Acked-by: Alex Dubov &lt;oakad@yahoo.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Mon, 29 Oct 2012 05:49:44 +0000</pubDate>
        <dc:creator>Wei WANG &lt;wei_wang@realsil.com.cn&gt;</dc:creator>
    </item>
<item>
        <title>92634125 - memstick: add driver for Ricoh R5C592 card reader</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#92634125</link>
        <description>memstick: add driver for Ricoh R5C592 card readerSigned-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;Acked-by: Alex Dubov &lt;oakad@yahoo.com&gt;Cc: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Fri, 25 Mar 2011 08:56:59 +0000</pubDate>
        <dc:creator>Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60fdd931 - memstick: add support for JMicron jmb38x MemoryStick host controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#60fdd931</link>
        <description>memstick: add support for JMicron jmb38x MemoryStick host controllerSigned-off-by: Alex Dubov &lt;oakad@yahoo.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Mon, 10 Mar 2008 18:43:43 +0000</pubDate>
        <dc:creator>Alex Dubov &lt;oakad@yahoo.com&gt;</dc:creator>
    </item>
<item>
        <title>baf8532a - memstick: initial commit for Sony MemoryStick support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memstick/host/Kconfig#baf8532a</link>
        <description>memstick: initial commit for Sony MemoryStick supportSony MemoryStick cards are used in many products manufactured by Sony.They are available both as storage and as IO expansion cards.  Currently,only MemoryStick Pro storage cards are supported via TI FlashMediaMemoryStick interface.[mboton@gmail.com: biuld fix][akpm@linux-foundation.org: build fix]Signed-off-by: Alex Dubov &lt;oakad@yahoo.com&gt;Signed-off-by: Miguel Boton &lt;mboton@gmail.co&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/memstick/host/Kconfig</description>
        <pubDate>Sat, 09 Feb 2008 18:20:54 +0000</pubDate>
        <dc:creator>Alex Dubov &lt;oakad@yahoo.com&gt;</dc:creator>
    </item>
</channel>
</rss>
