aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/syscon-uclass.c
AgeCommit message (Expand)Author
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass
2020-10-15dm: syscon: Set LOG_CATEGORYSean Anderson
2020-09-30dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson
2020-09-22dm: syscon: typo aleradyHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: core: Change syscon to use helper functionSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-04-11syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay
2019-02-20dm: syscon: Don't require a regmap for PCI devicesSimon Glass
2018-12-15syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot
2018-05-07syscon: add Linux-compatible syscon APIMasahiro Yamada
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-17dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton
2016-07-14dm: syscon: Add support for of-platdataSimon Glass
2016-03-17syscon: Avoid returning a device on failureSimon Glass
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass
2015-07-21dm: core: Add device checking to syscon_get_regmap()Simon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass