<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mmc/Makefile, branch v2015.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/mmc/Makefile?h=v2015.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mmc/Makefile?h=v2015.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-11-07T21:27:04Z</updated>
<entry>
<title>sort drivers/mmc/Makefile</title>
<updated>2014-11-07T21:27:04Z</updated>
<author>
<name>Pavel Machek</name>
<email>pavel@denx.de</email>
</author>
<published>2014-09-09T13:16:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=389b89c70f5e8df9056cb960bcc500c5e9a57393'/>
<id>urn:sha1:389b89c70f5e8df9056cb960bcc500c5e9a57393</id>
<content type='text'>
Sort drivers/mmc makefile, as requested by wd.

Signed-off-by: Pavel Machek &lt;pavel@denx.de&gt;
Acked-by: Chin Liang See &lt;clsee@altera.com&gt;
</content>
</entry>
<entry>
<title>mmc: s3c: Add SD driver</title>
<updated>2014-08-01T16:24:34Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2014-07-22T00:34:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dae0f5c644c0f76e67306bd49c09d95373b7357a'/>
<id>urn:sha1:dae0f5c644c0f76e67306bd49c09d95373b7357a</id>
<content type='text'>
Implement SD driver for the S3C24xx family. This implementation
is currently only capable of using the PIO transfers, DMA is not
supported.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Cc: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
Cc: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
Cc: Vladimir Zapolskiy &lt;vz@mleia.com&gt;
Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
</content>
</entry>
<entry>
<title>ARM: kirkwood: add mvsdio driver</title>
<updated>2014-08-01T15:44:56Z</updated>
<author>
<name>DrEagle</name>
<email>dreagle@doukki.net</email>
</author>
<published>2014-07-25T19:07:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3fe3b4fb1c5adb00502276312696e38e9a7e9b5b'/>
<id>urn:sha1:3fe3b4fb1c5adb00502276312696e38e9a7e9b5b</id>
<content type='text'>
This patch add Marvell kirkwood MVSDIO/MMC driver
and enable it for Sheevaplugs and OpenRD boards.

Signed-off-by: Gerald Kerma &lt;drEagle@doukki.net&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
</content>
</entry>
<entry>
<title>sunxi: mmc support</title>
<updated>2014-05-25T14:26:43Z</updated>
<author>
<name>Ian Campbell</name>
<email>ijc@hellion.org.uk</email>
</author>
<published>2014-05-05T13:42:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e24ea55c04a8ee9c273dd879edda23bbde3d807a'/>
<id>urn:sha1:e24ea55c04a8ee9c273dd879edda23bbde3d807a</id>
<content type='text'>
On Mon, 2014-05-05 at 14:18 +0200, Stefan Roese wrote:
&gt; &gt; +	case 1:
&gt; &gt; +#if CONFIG_MMC1_PG

&gt; Are you sure that this is correct and shouldn't be:
&gt;
&gt; +#ifdef CONFIG_MMC1_PG
&gt;
&gt; ?

It's "correct" in so far as it works (the boards.cfg config stuff
#defines things to 1), but I think you are right that it isn't the
preferred style. But...

&gt; A quick scan through this patch series shows that this define
&gt; is not set at all. Perhaps its outdated? Or is it used to support
&gt; some other sunxi SoC? Not sure, perhaps it should be removed for
&gt; now.

...I had thought that it was to support some other board which wasn't
being upstreamed right now, so eventually useful and harmless for now,
but I've just checked and it isn't actually used by any of the boards in
u-boot-sunxi.git. So rather than fix it to use #ifdef lets drop it.
Rather than resend the entire series, here is v5.1 of this patch.

&gt; Other than this please add my:
&gt;
&gt; Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;

Thanks!

8&lt;---------------------------------

&gt;From 20704e35a41664de5f516ed0e02981ac06085102 Mon Sep 17 00:00:00 2001
From: Ian Campbell &lt;ijc@hellion.org.uk&gt;
Date: Fri, 7 Mar 2014 04:29:39 +0000
Subject: [PATCH v5.1 7/8] sunxi: mmc support

This adds support for the MMC controller on the Allwinner A20 (sun7i)
processor.

Signed-off-by: Henrik Nordstrom &lt;henrik@henriknordstrom.net&gt;
Signed-off-by: Luke Leighton &lt;lkcl@lkcl.net&gt;
Signed-off-by: Oliver Schinagl &lt;oliver@schinagl.nl&gt;
Signed-off-by: Wills Wang &lt;wills.wang.open@gmail.com&gt;
Signed-off-by: Ian Campbell &lt;ijc@hellion.org.uk&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Tom Cubie &lt;Mr.hipboi@gmail.com&gt;
Cc: Aaron Maoye &lt;leafy.myeh@allwinnertech.com&gt;
Cc: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>eMMC: add support for operations in RPMB partition</title>
<updated>2014-05-23T08:52:51Z</updated>
<author>
<name>Pierre Aubert</name>
<email>p.aubert@staubli.com</email>
</author>
<published>2014-04-24T08:30:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=91fdabc67aebc2468ad362c02449f215e0971c68'/>
<id>urn:sha1:91fdabc67aebc2468ad362c02449f215e0971c68</id>
<content type='text'>
This patch adds functions for read, write and authentication
key programming for the Replay Protected Memory Block partition
in the eMMC.

Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
Signed-off-by: Pierre Aubert &lt;p.aubert@staubli.com&gt;
</content>
</entry>
<entry>
<title>mmc: kona: Add Kona mmc driver</title>
<updated>2014-02-22T18:30:41Z</updated>
<author>
<name>Darwin Rambo</name>
<email>drambo@broadcom.com</email>
</author>
<published>2014-02-11T19:06:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a9d0ad009dfde35d1c377c1c1203ccf2478c773'/>
<id>urn:sha1:7a9d0ad009dfde35d1c377c1c1203ccf2478c773</id>
<content type='text'>
Add support for the Kona SDHCI found on Broadcom mobile SoCs.

Signed-off-by: Darwin Rambo &lt;drambo@broadcom.com&gt;
Reviewed-by: Steve Rae &lt;srae@broadcom.com&gt;
Reviewed-by: Tim Kryger &lt;tkryger@linaro.org&gt;
</content>
</entry>
<entry>
<title>socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA</title>
<updated>2014-01-09T09:53:55Z</updated>
<author>
<name>Chin Liang See</name>
<email>clsee@altera.com</email>
</author>
<published>2013-12-31T00:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c5c1af21764d9423b45c1d03e835c4547a8bc5cb'/>
<id>urn:sha1:c5c1af21764d9423b45c1d03e835c4547a8bc5cb</id>
<content type='text'>
To add the DesignWare MMC driver support for Altera SOCFPGA. It
required information such as clocks and bus width from platform
specific files (SOCFPGA handoff files)

Signed-off-by: Chin Liang See &lt;clsee@altera.com&gt;
Cc: Rajeshwari Shinde &lt;rajeshwari.s@samsung.com&gt;
Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;
Cc: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
</content>
</entry>
<entry>
<title>mmc: add Faraday FTSDC021 SDHCI controller support</title>
<updated>2013-12-08T12:23:05Z</updated>
<author>
<name>Kuo-Jung Su</name>
<email>dantesu@faraday-tech.com</email>
</author>
<published>2013-11-25T02:51:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=adebb98ba12008021e75a2881deb424db0184770'/>
<id>urn:sha1:adebb98ba12008021e75a2881deb424db0184770</id>
<content type='text'>
Faraday FTSDC021 is a controller which is compliant with
SDHCI v3.0, SDIO v2.0 and MMC v4.3.

However this driver is only verified with SD memory cards.

Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
CC: Andy Fleming &lt;afleming@gmail.com&gt;
</content>
</entry>
<entry>
<title>drivers: convert makefiles to Kbuild style</title>
<updated>2013-10-31T17:26:01Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2013-10-17T08:34:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=710f1d3d5f44731665a0d801d166c0f98c1de38e'/>
<id>urn:sha1:710f1d3d5f44731665a0d801d166c0f98c1de38e</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>mmc: don't support write &amp; erase for SPL builds</title>
<updated>2013-09-20T15:58:55Z</updated>
<author>
<name>Paul Burton</name>
<email>paul.burton@imgtec.com</email>
</author>
<published>2013-09-09T14:30:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=da61fa5f42133593be51764b55a905330eae5063'/>
<id>urn:sha1:da61fa5f42133593be51764b55a905330eae5063</id>
<content type='text'>
For SPL builds this is just dead code since we'll only need to read.
Eliminating it results in a significant size reduction for the SPL
binary, which may be critical for certain platforms where the binary
size is highly constrained.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
</content>
</entry>
</feed>
