]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
memory: atmel-ebi: Stop using reg_field objects for simple things
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 16 Mar 2017 08:30:30 +0000 (09:30 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 08:25:06 +0000 (09:25 +0100)
commitd9f81dad161f3f0b339a65e0e6ac5db898119027
treed745c8a660af1be0b379ef603f9e773517840de6
parent8eb8c7d844b9da6301542627eaaae28f4d20cb75
memory: atmel-ebi: Stop using reg_field objects for simple things

Turn the ->ebi_csa reg field into a simple offset that can be used with
with the matrix regmap. Using reg fields was overkill for this use case.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/memory/atmel-ebi.c