]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tifm_sd: separate command flags, socket flags and register bit masks
authorAlex Dubov <oakad@yahoo.com>
Thu, 12 Apr 2007 06:59:23 +0000 (16:59 +1000)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:14 +0000 (13:04 +0200)
commit0007d4837ac94d672f313cfc462f879b5d06f221
tree4c4b0b816f572dc7be56351ed0a1dacd6faa6d82
parent592d372ae89dd5b43117cf5113a910f67f6e6a7e
tifm_sd: separate command flags, socket flags and register bit masks

host->flags variable was hosting a collection of bits with different
semantics. For clarity, hardware bit masks are now defined as macros,
socket flags represented as bit fields and flags (now cmd_flags) only
hosts command processing modifiers.

Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/tifm_sd.c