]> git.baikalelectronics.ru Git - uboot.git/commit
mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation
authorBalamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
Tue, 25 Oct 2022 10:51:05 +0000 (16:21 +0530)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 8 Dec 2022 16:06:27 +0000 (18:06 +0200)
commit6c870f2e83073fae98c2b3bb7da2e7ccde0a5180
tree7edbd0d44426175749e1b7820ab8e5c033d3ff13
parente35c8011f18d2a7aedc50db567f5c6f5ceb3ef8b
mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation

Add helper functions for atmel Static Memory Controller. The functions
are required to configure SMC. This file is inherited from the work
done by Boris Brezillon for Linux

Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
drivers/Kconfig
drivers/Makefile
drivers/mfd/Kconfig [new file with mode: 0644]
drivers/mfd/Makefile [new file with mode: 0644]
drivers/mfd/atmel-smc.c [new file with mode: 0644]
include/linux/mfd/syscon/atmel-smc.h [new file with mode: 0644]