aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/syscon-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass1-1/+1
2020-10-15dm: syscon: Set LOG_CATEGORYSean Anderson1-0/+2
2020-09-30dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson1-1/+1
2020-09-22dm: syscon: typo aleradyHeinrich Schuchardt1-3/+7
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+1
2020-02-07dm: core: Change syscon to use helper functionSimon Glass1-11/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-04-11syscon: 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-14dm: 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-21dm: core: Add device checking to syscon_get_regmap()Simon Glass1-2/+5
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass1-0/+73