summaryrefslogtreecommitdiff
path: root/drivers/core/syscon-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-12syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay1-24/+59
2019-02-20dm: syscon: Don't require a regmap for PCI devicesSimon Glass1-0/+4
2018-12-15syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay1-38/+17
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+23
2018-05-07syscon: add Linux-compatible syscon APIMasahiro Yamada1-0/+64
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-17dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass1-0/+3
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton1-0/+11
2016-07-15dm: syscon: Add support for of-platdataSimon Glass1-0/+13
2016-03-17syscon: Avoid returning a device on failureSimon Glass1-0/+1
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass1-12/+19
2015-07-22dm: core: Add device checking to syscon_get_regmap()Simon Glass1-2/+5
2015-07-22dm: Add support for generic system controllers (syscon)Simon Glass1-0/+73