]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: syscon: Add arguments support for syscon reference
authorOrson Zhai <orson.zhai@unisoc.com>
Tue, 21 Jan 2020 07:09:38 +0000 (15:09 +0800)
committerLee Jones <lee.jones@linaro.org>
Fri, 24 Jan 2020 07:33:59 +0000 (07:33 +0000)
commit984a59e007d36a6563caaf3cd86cae0abf05d7d6
treef68c8686c51429896ba7822ac19a6d229802be5f
parent901fe328e8080af5c95de799536bdb89a66bed9f
mfd: syscon: Add arguments support for syscon reference

There are a lot of similar global registers being used across multiple SoCs
from Unisoc. But most of these registers are assigned with different offset
for different SoCs. It is hard to handle all of them in an all-in-one
kernel image.

Add a helper function to get regmap with arguments where we could put some
extra information such as the offset value.

Signed-off-by: Orson Zhai <orson.zhai@unisoc.com>
Tested-by: Baolin Wang <baolin.wang@unisoc.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/syscon.c
include/linux/mfd/syscon.h