index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
syscon-uclass.c
Age
Commit message (
Expand
)
Author
2020-10-22
syscon: Drop the logging in syscon_get_by_driver_data()
Simon Glass
2020-10-15
dm: syscon: Set LOG_CATEGORY
Sean Anderson
2020-09-30
dm: syscon: Fix calling dev_dbg with an uninitialized device
Sean Anderson
2020-09-22
dm: syscon: typo alerady
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-07
dm: core: Change syscon to use helper function
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-04-11
syscon: update syscon_regmap_lookup_by_phandle
Patrick Delaunay
2019-02-20
dm: syscon: Don't require a regmap for PCI devices
Simon Glass
2018-12-15
syscon: update syscon_node_to_regmap to use the DM functions
Patrick Delaunay
2018-12-07
syscon: dm: Add a new method to get a regmap from DTS
Jean-Jacques Hiblot
2018-05-07
syscon: add Linux-compatible syscon API
Masahiro Yamada
2018-05-07
regmap: change regmap_init_mem() to take ofnode instead udevice
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-17
dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata
Simon Glass
2016-09-21
dm: syscon: Provide a generic syscon driver
Paul Burton
2016-07-14
dm: syscon: Add support for of-platdata
Simon Glass
2016-03-17
syscon: Avoid returning a device on failure
Simon Glass
2016-01-24
dm: syscon: Allow finding devices by driver data
Simon Glass
2015-07-21
dm: core: Add device checking to syscon_get_regmap()
Simon Glass
2015-07-21
dm: Add support for generic system controllers (syscon)
Simon Glass