]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: DRA7: emif: Fix disabling/enabling of refreshes
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 28 Aug 2015 06:58:25 +0000 (12:28 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 11 Sep 2015 18:05:36 +0000 (14:05 -0400)
commitd6927a5d10c3702728d1c77f008229863874de95
treee5022bc0d0ff83256fa481067fad2ee5fd30d0ec
parentbab8d1e2280f039fbbb3039ec4750e54091b6113
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>
arch/arm/cpu/armv7/omap-common/emif-common.c