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
Age
Commit message (
Expand
)
Author
2019-07-24
dm: device: make power domain calls optional
Anatolij Gustschin
2019-07-24
dm: core: Set correct "status" value for a node
Bin Meng
2019-07-24
dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
Bin Meng
2019-07-22
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-07-17
regmap: Add API regmap_init_mem_index()
Faiz Abbas
2019-07-12
drivers: core: use strcmp when find device by name
Peng Fan
2019-07-10
fdt: Allow indicating a node is for U-Boot proper only
Patrick Delaunay
2019-07-05
dm: Add a No-op uclass
Jean-Jacques Hiblot
2019-05-21
dm: core: Fix dm_extended_scan_fdt()
Patrice Chotard
2019-05-21
core: ofnode: Have ofnode_read_u32_default return a u32
Trent Piepho
2019-05-21
core: ofnode: Add ofnode_get_addr_size_index
Keerthy
2019-05-08
dm: core: Fix translate condition in ofnode_get_addr_size()
Simon Glass
2019-04-23
dm: core: Change platform specific translation-offset handling
Stefan Roese
2019-04-23
simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver
Lukas Auer
2019-04-11
dm: remove unused function dm_fdt_pre_reloc
Patrick Delaunay
2019-04-11
core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address
Eugeniu Rosca
2019-04-11
syscon: update syscon_regmap_lookup_by_phandle
Patrick Delaunay
2019-04-11
dm: remove pre reloc properties in SPL and TPL device tree
Patrick Delaunay
2019-02-20
dm: syscon: Don't require a regmap for PCI devices
Simon Glass
2019-02-11
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2019-02-09
dm: device: fail uclass_find_first_device() if list_empty
Marcel Ziswiler
2019-02-08
dm: core: Introduce dev_read_alias_highest_id()
Michal Simek
2019-02-08
dm: core: Add of_alias_get_highest_id()
Michal Simek
2019-01-18
drivers: Kconfig: spelling fixes
Chris Packham
2019-01-14
dm: Tidy up 'dm tree' output when there are many devices
Simon Glass
2018-12-15
syscon: update syscon_node_to_regmap to use the DM functions
Patrick Delaunay
2018-12-13
dm: core: Add a function to read into a unsigned int
Simon Glass
2018-12-10
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2018-12-10
drivers: core: nullify gd->dm_root after dm_uninit()
Jean-Jacques Hiblot
2018-12-10
drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig
Jean-Jacques Hiblot
2018-12-10
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
2018-12-07
syscon: dm: Add a new method to get a regmap from DTS
Jean-Jacques Hiblot
2018-12-05
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-11-29
core: ofnode: Fix ofnode_get_addr_index function
Keerthy
2018-11-29
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-20
dm: core: Widen the dump tree to show more of the driver's name.
Liviu Dudau
2018-11-16
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-14
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
2018-11-14
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
2018-11-14
regmap: Add endianness support
Mario Six
2018-11-14
regmap: Support reading from specific range
Mario Six
2018-11-14
regmap: Add raw read/write functions
Mario Six
2018-11-14
regmap: Add error output
Mario Six
2018-11-14
regmap: Introduce init_range
Mario Six
2018-11-14
core: ofnode: Fix mem leak in error path
Mario Six
2018-11-14
regmap: Improve error handling
Mario Six
2018-11-14
regmap: Add documentation
Mario Six
2018-11-14
dm: core: Mirror the chosen node parse logic in the livetree scanning
Bin Meng
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
[next]