commit | d6927a5d10c3702728d1c77f008229863874de95 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Fri Aug 28 12:28:25 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 14:05:36 2015 -0400 |
tree | e5022bc0d0ff83256fa481067fad2ee5fd30d0ec | |
parent | bab8d1e2280f039fbbb3039ec4750e54091b6113 [diff] |
ARM: DRA7: emif: Fix disabling/enabling of refreshes clrsetbits_le32/clrbits_le32 takes mask of the bits as input that are needed to be set/clear. But emif driver passes the shift of the bits. Fixing it here. Reported-by: Mark Mckeown <m-mckeown@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>