1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 12:09:20 +01:00
Files
u-boot-megous/drivers
Kishon Vijay Abraham I 29171dcfaa mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit
omap_hsmmc driver uses "|" in a couple of places for disabling a bit.
While it's okay to use it in "mmc_reg_out" (since mmc_reg_out has a
_mask_ argument to take care of resetting a bit), it's incorrectly used
for resetting flags in "omap_hsmmc_send_cmd".

Fix it here by using "&= ~()" to reset a bit.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2018-01-19 15:49:23 -05:00
..
2018-01-15 19:01:23 -05:00
2018-01-15 16:29:02 -05:00
2018-01-16 06:59:39 +01:00
2017-11-06 09:51:01 -05:00
2017-11-20 09:58:31 +01:00
2016-02-06 12:00:59 +01:00
2017-06-01 07:03:10 -06:00
2018-01-10 11:11:05 +01:00
2018-01-11 15:19:12 +01:00