public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Proper MMC command classes support
@ 2005-05-17 22:12 Pierre Ossman
  2005-05-17 22:14 ` [PATCH 1/2] " Pierre Ossman
  2005-05-17 22:19 ` [PATCH 2/2] " Pierre Ossman
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre Ossman @ 2005-05-17 22:12 UTC (permalink / raw)
  To: LKML; +Cc: Russell King

The MMC block layer currently contains an if-clause which only seems to
serve the purpose of killing forward compatibility:

	if (card->csd.cmdclass & ~0x1ff)
		return -ENODEV;

This checks for (what I presume) command classes that were undefined
when this code was written. Since these are now starting to be used,
this code is causing a lot of problems. The following two patches tries
to make a more sane check of the command classes.

(Note. The new command class is for high speed cards to allow higher
transfer rates than normal)

Rgds
Pierre

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-17 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-17 22:12 [PATCH 0/2] Proper MMC command classes support Pierre Ossman
2005-05-17 22:14 ` [PATCH 1/2] " Pierre Ossman
2005-05-17 22:19 ` [PATCH 2/2] " Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox