alistair23-linux/drivers/mmc
Jaehoon Chung 8234e86960 mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
In FIFOTH register, the RX_WMark field (bits[27:16]) defaults to
FIFO_DEPTH - 1. When reading it, bits[26:16] were being used, so
fix it to use the mask 0xfff instead of 0x7ff.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-01-12 15:17:16 -05:00
..
card mmc: card: Kill block requests if card is removed 2012-01-11 23:58:44 -05:00
core mmc: core: HS200 mode support for eMMC 4.5 2012-01-12 15:17:15 -05:00
host mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation 2012-01-12 15:17:16 -05:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00