aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/syscon.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-15mfd: syscon: Add platform data with a regmap config namePawel Moll1-0/+8
Define syscon platform data structure that can be used to define a regmap config name. This is particularly useful in the regmap debugfs when there is more than one syscon device registered, to distinguish the register blocks. Signed-off-by: Pawel Moll <[email protected]> Acked-by: Lee Jones <[email protected]>