<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/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/mmc/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>1bec43a3 - mmc: core: Remove option not to use blk-mq</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#1bec43a3</link>
        <description>mmc: core: Remove option not to use blk-mqRemove config option MMC_MQ_DEFAULT and parameter mmc_use_blk_mq, so thatblk-mq must be used always.Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Wed, 29 Nov 2017 13:41:17 +0000</pubDate>
        <dc:creator>Adrian Hunter &lt;adrian.hunter@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c3d53d0d - mmc: core: Add parameter use_blk_mq</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#c3d53d0d</link>
        <description>mmc: core: Add parameter use_blk_mqUntil mmc has blk-mq support fully implemented and tested, add a parameteruse_blk_mq, set to true if config option MMC_MQ_DEFAULT is selected, whichit is by default.Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Tested-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Wed, 29 Nov 2017 13:41:02 +0000</pubDate>
        <dc:creator>Adrian Hunter &lt;adrian.hunter@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03596b92 - mmc: Kconfig: downgrade CONFIG_MMC_DEBUG for host drivers only</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#03596b92</link>
        <description>mmc: Kconfig: downgrade CONFIG_MMC_DEBUG for host drivers onlyWe have removed all code depending on CONFIG_MMC_DEBUGfrom mmc core now. So it&apos;s safe to make CONFIG_MMC_DEBUGjust for host drivers only and we expect to kill this optionin the future.Signed-off-by: Shawn Lin &lt;shawn.lin@rock-chips.com&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Wed, 19 Jul 2017 07:55:47 +0000</pubDate>
        <dc:creator>Shawn Lin &lt;shawn.lin@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>f397c8d8 - mmc: block: Move files to core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#f397c8d8</link>
        <description>mmc: block: Move files to coreOnce upon a time it made sense to keep the mmc block device driver and itsrelated code, in its own directory called card. Over time, more an morefunctions/structures have become shared through generic mmc header files,between the core and the card directory. In other words, the relationshipbetween them has become closer.By sharing functions/structures via generic header files, it becomes easyfor outside users to abuse them. In a way to avoid that from happen, let&apos;smove the files from card directory into the core directory, as it enablesus to move definitions of functions/structures into mmc core specificheader files.Note, this is only the first step in providing a cleaner mmc interface foroutside users. Following changes will do the actual cleanup, as that is notpart of this change.Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Thu, 08 Dec 2016 10:23:49 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>57105737 - mmc: explicitly mention SDIO support in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#57105737</link>
        <description>mmc: explicitly mention SDIO support in KconfigSigned-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Sun, 07 Sep 2008 11:16:58 +0000</pubDate>
        <dc:creator>Pierre Ossman &lt;drzeus@drzeus.cx&gt;</dc:creator>
    </item>
<item>
        <title>e25df120 - [S390] Kconfig: menus with depends on HAS_IOMEM.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#e25df120</link>
        <description>[S390] Kconfig: menus with depends on HAS_IOMEM.Add &quot;depends on HAS_IOMEM&quot; to a number of menus to make themdisappear for s390 which does not have I/O memory.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Thu, 10 May 2007 13:45:57 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>790864dc - mmc: Use menuconfig objects</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#790864dc</link>
        <description>mmc: Use menuconfig objectsChange Kconfig objects from &quot;menu, config&quot; into &quot;menuconfig&quot; sothat the user can disable the whole feature without having toenter the menu first.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Tue, 08 May 2007 20:30:32 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>6abaa0c9 - mmc: support unsafe resume of cards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#6abaa0c9</link>
        <description>mmc: support unsafe resume of cardsSince many have the system root on MMC/SD we must allow some footshooting when it comes to resume.We cannot detect if a card is removed and reinserted during suspend,so the safe approach would be to assume it was, avoiding potentialfilesystem corruption. This will of course not work if you cannotrelease the card before suspend.This commit adds a compile time option that makes the MMC layerassume the card wasn&apos;t touched if it is redetected upon resume.Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Tue, 01 May 2007 14:00:02 +0000</pubDate>
        <dc:creator>Pierre Ossman &lt;drzeus@drzeus.cx&gt;</dc:creator>
    </item>
<item>
        <title>1c6a0718 - mmc: Move host and card drivers to subdirs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#1c6a0718</link>
        <description>mmc: Move host and card drivers to subdirsClean up the drivers/mmc directory by moving card and host driversinto subdirectories.Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Sun, 11 Feb 2007 18:57:36 +0000</pubDate>
        <dc:creator>Pierre Ossman &lt;drzeus@drzeus.cx&gt;</dc:creator>
    </item>
<item>
        <title>9f3bed5f - [PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#9f3bed5f</link>
        <description>[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitivesSigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Fri, 09 Feb 2007 16:05:42 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@ftp.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>58a0cd78 - [ARM] 3963/1: AT91: Update configuration files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#58a0cd78</link>
        <description>[ARM] 3963/1: AT91: Update configuration filesA number of configuration file changes.These are mainly to replace references to ARCH_AT91RM9200 andARCH_AT91SAM9261 with the common/generic ARCH_AT91.  That way we don&apos;tneed to mention every specific AT91 processor explicitly.Also adds the configuration option for AT91SAM9260-EK and AT91SAM9261-EKboards.Signed-off-by: Andrew Victor &lt;andrew@sanpeople.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Fri, 01 Dec 2006 13:51:13 +0000</pubDate>
        <dc:creator>Andrew Victor &lt;andrew@sanpeople.com&gt;</dc:creator>
    </item>
<item>
        <title>9c9c2618 - trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#9c9c2618</link>
        <description>trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255PXA MMC driver supports not only PXA255 but also PXA250 and newer onesSigned-off-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Thu, 16 Nov 2006 21:39:10 +0000</pubDate>
        <dc:creator>Marcin Juszkiewicz &lt;openembedded@hrw.one.pl&gt;</dc:creator>
    </item>
<item>
        <title>f9565129 - [PATCH] mmc: driver for TI FlashMedia card reader - Kconfig/Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#f9565129</link>
        <description>[PATCH] mmc: driver for TI FlashMedia card reader - Kconfig/MakefileSigned-off-by: Alex Dubov &lt;oakad@yahoo.com&gt;Cc: Daniel Qarras &lt;dqarras@yahoo.com&gt;Acked-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Wed, 04 Oct 2006 09:15:38 +0000</pubDate>
        <dc:creator>Alex Dubov &lt;oakad@yahoo.com&gt;</dc:creator>
    </item>
<item>
        <title>9361401e - [PATCH] BLOCK: Make it possible to disable the block layer [try #6]</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#9361401e</link>
        <description>[PATCH] BLOCK: Make it possible to disable the block layer [try #6]Make it possible to disable the block layer.  Not all embedded devices requireit, some can make do with just JFFS2, NFS, ramfs, etc - none of which requirethe block layer to be present.This patch does the following: (*) Introduces CONFIG_BLOCK to disable the block layer, buffering and blockdev     support. (*) Adds dependencies on CONFIG_BLOCK to any configuration item that controls     an item that uses the block layer.  This includes:     (*) Block I/O tracing.     (*) Disk partition code.     (*) All filesystems that are block based, eg: Ext3, ReiserFS, ISOFS.     (*) The SCSI layer.  As far as I can tell, even SCSI chardevs use the     	 block layer to do scheduling.  Some drivers that use SCSI facilities -     	 such as USB storage - end up disabled indirectly from this.     (*) Various block-based device drivers, such as IDE and the old CDROM     	 drivers.     (*) MTD blockdev handling and FTL.     (*) JFFS - which uses set_bdev_super(), something it could avoid doing by     	 taking a leaf out of JFFS2&apos;s book. (*) Makes most of the contents of linux/blkdev.h, linux/buffer_head.h and     linux/elevator.h contingent on CONFIG_BLOCK being set.  sector_div() is,     however, still used in places, and so is still available. (*) Also made contingent are the contents of linux/mpage.h, linux/genhd.h and     parts of linux/fs.h. (*) Makes a number of files in fs/ contingent on CONFIG_BLOCK. (*) Makes mm/bounce.c (bounce buffering) contingent on CONFIG_BLOCK. (*) set_page_dirty() doesn&apos;t call __set_page_dirty_buffers() if CONFIG_BLOCK     is not enabled. (*) fs/no-block.c is created to hold out-of-line stubs and things that are     required when CONFIG_BLOCK is not set:     (*) Default blockdev file operations (to give error ENODEV on opening). (*) Makes some /proc changes:     (*) /proc/devices does not list any blockdevs.     (*) /proc/diskstats and /proc/partitions are contingent on CONFIG_BLOCK. (*) Makes some compat ioctl handling contingent on CONFIG_BLOCK. (*) If CONFIG_BLOCK is not defined, makes sys_quotactl() return -ENODEV if     given command other than Q_SYNC or if a special device is specified. (*) In init/do_mounts.c, no reference is made to the blockdev routines if     CONFIG_BLOCK is not defined.  This does not prohibit NFS roots or JFFS2. (*) The bdflush, ioprio_set and ioprio_get syscalls can now be absent (return     error ENOSYS by way of cond_syscall if so). (*) The seclvl_bd_claim() and seclvl_bd_release() security calls do nothing if     CONFIG_BLOCK is not set, since they can&apos;t then happen.Signed-Off-By: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Sat, 30 Sep 2006 18:45:40 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>092d01e2 - [MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#092d01e2</link>
        <description>[MMC] Prevent au1xmmc.c breakage on non-Au1200 AlchemyThe driver is selectable on other than Au1200 Alchemy systems but won&apos;tbuild nor work - there is no MMC hw.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Sun, 04 Jun 2006 16:40:58 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca9040 - [ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#56ca9040</link>
        <description>[ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1Patch from Pavel PisaThis patch adds support of i.MX/MX1 SD/MMC controller.It has been significantly redesigned from the original Sascha Hauer&apos;sversion to support scatter-gather DMA, to conform to latest Pierre Ossman&apos;sand Russell King&apos;s MMC-SD Linux 2.6.x infrastructure.The handling of all events has been moved to the softirq contextand is designed with no busy-looping in mind. Unfortunatelysome controller bugs has to be overcome by limited loopingabout 2-20 usec but these are observed only for initial cardrecognition phase.There are still some missing/missed IRQs problems under heavy load.Help of somebody with access to the full SDHC design informationis probably necessary.Regenerated against 2.6.16-git-060402 to solve clash with other patches.Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;Acked-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Sun, 02 Apr 2006 18:27:07 +0000</pubDate>
        <dc:creator>Pavel Pisa &lt;ppisa@pikron.com&gt;</dc:creator>
    </item>
<item>
        <title>65dbf343 - [ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#65dbf343</link>
        <description>[ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver)Patch from Andrew VictorThis patch adds support for the MMC/SD card interface on the AtmelAT91RM9200 processor.Original driver was by Nick Randell, but a number of people havesubsequently worked on it. It&apos;s currently maintained by Malcolm Noyes.Signed-off-by: Andrew Victor &lt;andrew@sanpeople.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Sun, 02 Apr 2006 18:18:51 +0000</pubDate>
        <dc:creator>Andrew Victor &lt;andrew@sanpeople.com&gt;</dc:creator>
    </item>
<item>
        <title>730c9b7e - [MMC] Add OMAP MMC host driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#730c9b7e</link>
        <description>[MMC] Add OMAP MMC host driverAdds OMAP MMC driver.Signed-off-by: Juha Yrj&#246;l&#228; &lt;juha.yrjola@nokia.com&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Carlos Aguiar &lt;carlos.aguiar@indt.org.br&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Wed, 29 Mar 2006 08:21:00 +0000</pubDate>
        <dc:creator>Carlos Aguiar &lt;carlos.aguiar@indt.org.br&gt;</dc:creator>
    </item>
<item>
        <title>d129bceb - [PATCH] mmc: Secure Digital Host Controller Interface driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Kconfig#d129bceb</link>
        <description>[PATCH] mmc: Secure Digital Host Controller Interface driverDriver for the Secure Digital Host Controller Interface specification.Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Kconfig</description>
        <pubDate>Fri, 24 Mar 2006 11:18:17 +0000</pubDate>
        <dc:creator>Pierre Ossman &lt;drzeus@drzeus.cx&gt;</dc:creator>
    </item>
</channel>
</rss>
