linux/drivers/mmc
Lucas Stach 1b84def8bf mmc: tegra: use correct accessor for misc ctrl register
The misc control register is 32bit wide, the used readw/writew
accessors only mainipulate the low 16bit of this register. It
currently doesn't matter as all the bit changed are located in
the lower half, but together with the u32 variable used to hold
the contents of the register it is seriously confusing.

Switch to 32bit accessors to avoid any future breakage.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2016-01-05 18:04:56 +01:00
..
card mmc: block: Allow more than 8 partitions per card 2015-12-28 12:51:38 +01:00
core mmc: It is not an error for the card to be removed while suspended 2015-12-28 12:51:38 +01:00
host mmc: tegra: use correct accessor for misc ctrl register 2016-01-05 18:04:56 +01:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00