aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/syscon/atmel-matrix.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14mfd: syscon: atmel: Switch to SPDX license identifiersTudor Ambarus1-5/+1
Adopt the SPDX license identifiers to ease license compliance management. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
2015-01-15mfd: syscon: Add atmel-matrix registers definitionBoris Brezillon1-0/+117
AT91 SoCs have a memory range reserved for internal bus configuration. Expose those registers so that drivers can make use of the matrix syscon declared in at91 DTs. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>