aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/syscon/atmel-matrix.h
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07memory: atmel-ebi: move NUM_CS definition inside EBI driverTudor Ambarus1-1/+0
The total number of EBI CS lines is described by the EBI controller and not by the Matrix. Move the definition for the number of CS inside EBI driver. Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
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 <[email protected]> Signed-off-by: Lee Jones <[email protected]>
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 <[email protected]> Acked-by: Lee Jones <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]>