summaryrefslogtreecommitdiff
path: root/drivers/core/syscon-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* syscon: add Linux-compatible syscon APIMasahiro Yamada2018-05-071-0/+64
* regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada2018-05-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass2017-08-171-0/+3
* dm: syscon: Provide a generic syscon driverPaul Burton2016-09-211-0/+11
* dm: syscon: Add support for of-platdataSimon Glass2016-07-141-0/+13
* syscon: Avoid returning a device on failureSimon Glass2016-03-171-0/+1
* dm: syscon: Allow finding devices by driver dataSimon Glass2016-01-241-12/+19
* dm: core: Add device checking to syscon_get_regmap()Simon Glass2015-07-211-2/+5
* dm: Add support for generic system controllers (syscon)Simon Glass2015-07-211-0/+73