commit | 206ab3b8de7a6bf81784aec9dd934e15d74007d7 | [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 | b7f8ed2eff8bd34f9d29dceb84ded186fdbd30dd [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>