]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fix writes on some MMC cards
authorTony Lindgren <tony@atomide.com>
Thu, 11 Aug 2005 14:02:01 +0000 (07:02 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 11 Aug 2005 14:02:01 +0000 (07:02 -0700)
commit3f401908c5761e7c077f6c735abdcac037c281d9
tree128e76f28daf1d5c36850d97be5335a631b81f74
parent080a7d29c16d1189a018ac953f715f7b745fcefd
ARM: OMAP: Fix writes on some MMC cards

Some MMC cards don't set the R1_READY_FOR_DATA bit if EOFB
interrupt comes first. In this case we need to mask R1_READY_FOR_DATA
to avoid polling card status forever.
drivers/mmc/mmc_block.c
drivers/mmc/omap.c