<?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 Makefile</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/Makefile#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/Makefile</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>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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>52c506f0 - mmc: sdhci-pci: add platform data</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#52c506f0</link>
        <description>mmc: sdhci-pci: add platform dataAdd a means of getting platform data for the SDHCI PCIdevices.  The data is stored against the slot not thedevice in order to support multi-slot devices.The data allows platform-specific setup (such as gettingGPIO numbers from firmware or setting up wl12xx for SDIO)to be done in platform support files instead of thesdhci-pci driver.Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Signed-off-by: Chris Ball &lt;cjb@laptop.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Tue, 27 Dec 2011 13:48:43 +0000</pubDate>
        <dc:creator>Adrian Hunter &lt;adrian.hunter@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d3c502b8 - mmc: Makefile: Fix EXTRA_CFLAGS assignment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#d3c502b8</link>
        <description>mmc: Makefile: Fix EXTRA_CFLAGS assignmentThe EXTRA_CFLAGS assignment in mmc/Makefile was not accomplishinganything because this flag only has effect on sources at the same levelas the makefile (i.e., per directory). Since card/, core/, and host/rely on MMC_DEBUG, the subdir-ccflags-y variant seems to be theappropriate choice.Signed-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Signed-off-by: Chris Ball &lt;cjb@laptop.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Fri, 24 Sep 2010 19:17:24 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>aaac1b47 - mmc: Move core functions to subdir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#aaac1b47</link>
        <description>mmc: Move core functions to subdirCreate a &quot;core&quot; subdirectory to house the central bus handlingfunctions.Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Wed, 28 Feb 2007 14:33:10 +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/Makefile#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/Makefile</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>98ac2162 - mmc: Move queue functions to mmc_block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#98ac2162</link>
        <description>mmc: Move queue functions to mmc_blockThe mmc block queue functions are tailored for the mmc_blockdriver, so move those functions into that module.Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Sat, 23 Dec 2006 19:03:02 +0000</pubDate>
        <dc:creator>Pierre Ossman &lt;drzeus@drzeus.cx&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/Makefile#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/Makefile</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>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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>c6563178 - [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#c6563178</link>
        <description>[MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRather than each driver test MMC_DEBUG itself, and define DEBUG,pass it in via the makefile instead.Fix drivers to use pr_debug() where appropriate, and avoid defininga DEBUG() macro.Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Wed, 29 Mar 2006 08:30:20 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk@dyn-67.arm.linux.org.uk&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/Makefile#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/Makefile</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/Makefile#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/Makefile</description>
        <pubDate>Fri, 24 Mar 2006 11:18:17 +0000</pubDate>
        <dc:creator>Pierre Ossman &lt;drzeus@drzeus.cx&gt;</dc:creator>
    </item>
<item>
        <title>ba264b34 - Au1[12]00 mmc driver. Only tested on the Au1200 at this point though</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#ba264b34</link>
        <description>Au1[12]00 mmc driver. Only tested on the Au1200 at this point thoughit should work on the Au1100 as well. Updated defconfig to include driver.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Wed, 21 Sep 2005 06:18:27 +0000</pubDate>
        <dc:creator>Pete Popov &lt;ppopov@embeddedalley.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mmc/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/mmc/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
