<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/mmc, branch linux-2.6.22.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.22.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.22.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2007-06-13T17:11:20+00:00</updated>
<entry>
<title>mmc: get back read-only switch function</title>
<updated>2007-06-13T17:11:20+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>drzeus@drzeus.cx</email>
</author>
<published>2007-06-13T17:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c3bff2ec10b8bf2f53c954e370f9bdae93064472'/>
<id>urn:sha1:c3bff2ec10b8bf2f53c954e370f9bdae93064472</id>
<content type='text'>
Somehow the code to read the read-only switch of SD cards got lost
in the reorganisation.

Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>mmc-omap: fix sd response type 6 vs. 1</title>
<updated>2007-06-13T17:11:14+00:00</updated>
<author>
<name>Ragner Magalhaes</name>
<email>ragner.magalhaes@indt.org.br</email>
</author>
<published>2007-06-13T17:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0107a4b32e36dccd4456e2c5e34c5cd22c94e094'/>
<id>urn:sha1:0107a4b32e36dccd4456e2c5e34c5cd22c94e094</id>
<content type='text'>
Ignoring OMAP_MMC_STAT_CARD_ERR, treating it as if the command
completed correctly.

Signed-off-by: Ragner Magalhaes &lt;ragner.magalhaes@indt.org.br&gt;
Signed-off-by: Carlos Eduardo Aguiar &lt;carlos.aguiar@indt.org.br&gt;
Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>mmc: don't call switch on old cards</title>
<updated>2007-06-07T07:25:58+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>drzeus@drzeus.cx</email>
</author>
<published>2007-05-31T20:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3373c0ae6a51085b10a95fd9d2214a9995ef7563'/>
<id>urn:sha1:3373c0ae6a51085b10a95fd9d2214a9995ef7563</id>
<content type='text'>
Make sure we don't call the switch function on cards too old to
support it. They should just ignore it, but some have been reported
to lock up instead.

Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>mmc: fix broken if clause</title>
<updated>2007-06-07T07:25:54+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>drzeus@drzeus.cx</email>
</author>
<published>2007-06-06T18:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=71651297a448289353b2493c6c3c183f9be7be7c'/>
<id>urn:sha1:71651297a448289353b2493c6c3c183f9be7be7c</id>
<content type='text'>
Fix a broken if clause which was causing SD cards to go into
4-bit mode even if the host did not support it.

(Reported by David Brownell and Marc Pignat)

Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>au1xmmc: Replace C code with call to ARRAY_SIZE() macro.</title>
<updated>2007-06-07T07:25:51+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2007-06-06T18:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=60da8de671cc314c75118768052d04ea92eaed4d'/>
<id>urn:sha1:60da8de671cc314c75118768052d04ea92eaed4d</id>
<content type='text'>
Signed-off-by: Robert P. J. Day &lt;rpjday@mindspring.com&gt;
Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>mmc-atmel: remove linux/mmc/protocol.h dependencies</title>
<updated>2007-06-07T07:25:47+00:00</updated>
<author>
<name>Marc Pignat</name>
<email>marc.pignat@hevs.ch</email>
</author>
<published>2007-06-06T18:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b6cedb38613d41367839df9d2181df3c81fb25c4'/>
<id>urn:sha1:b6cedb38613d41367839df9d2181df3c81fb25c4</id>
<content type='text'>
Fix compilation error by removing command decoding from at91_mci.c driver.
Decoding commands in the host driver is the wrong way.

Signed-off-by: Marc Pignat &lt;marc.pignat@hevs.ch&gt;
Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>mmc: clean up unused parts of block driver</title>
<updated>2007-05-24T04:51:02+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>drzeus@drzeus.cx</email>
</author>
<published>2007-05-16T15:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9c9f2d63a77325bc050e4ed9255ee8270c067d1a'/>
<id>urn:sha1:9c9f2d63a77325bc050e4ed9255ee8270c067d1a</id>
<content type='text'>
Remove dead code and unused structs from the block driver.

Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit response</title>
<updated>2007-05-14T16:51:48+00:00</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2007-05-13T16:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=90e07d9f54c61449dd48eff82e2354d0124d4f7e'/>
<id>urn:sha1:90e07d9f54c61449dd48eff82e2354d0124d4f7e</id>
<content type='text'>
... and make it depend on the response flag instead of the command type.

Signed-off-by: Nicolas Pitre &lt;npitre@mvista.com&gt;
Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>mmc: use assigned major for block device</title>
<updated>2007-05-14T16:51:43+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>drzeus@drzeus.cx</email>
</author>
<published>2007-05-14T15:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=fe6b4c8840c5e23fe9b8696450cee8f2e8cebffd'/>
<id>urn:sha1:fe6b4c8840c5e23fe9b8696450cee8f2e8cebffd</id>
<content type='text'>
The MMC block devices now have an assigned major. Make sure
we actually use it.

Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
<entry>
<title>sdhci: handle dma boundary interrupts</title>
<updated>2007-05-14T16:51:37+00:00</updated>
<author>
<name>Pierre Ossman</name>
<email>drzeus@drzeus.cx</email>
</author>
<published>2007-05-13T20:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6ba736a10e4ae63b38ccfee9f22b3263a6e5d050'/>
<id>urn:sha1:6ba736a10e4ae63b38ccfee9f22b3263a6e5d050</id>
<content type='text'>
When the device hits certain memory boundaries, it signals an
interrupt and expects to be serviced. We don't need the feature
but we need to make sure the device doesn't stall.

Signed-off-by: Pierre Ossman &lt;drzeus@drzeus.cx&gt;
</content>
</entry>
</feed>
