index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
Age
Commit message (
Expand
)
Author
2018-09-18
ofnode: add ofnode_by_prop_value()
Jens Wiklander
2018-09-18
dm: core: fix devfdt_remap_addr_index()
Cédric Le Goater
2018-09-18
dm: core: Scan "/firmware" node by default
Rajan Vaja
2018-09-18
dm: core: Move "/clock" node scan into function
Rajan Vaja
2018-08-21
device: expose the functions used to remove and unbind children of a device
Jean-Jacques Hiblot
2018-08-21
dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()
Jean-Jacques Hiblot
2018-08-21
dm: print the index of the device when dumping the dm tree
Jean-Jacques Hiblot
2018-08-21
uclass: Add dev_get_uclass_index() to get the uclass/index of a device
Jean-Jacques Hiblot
2018-08-08
dm: core: Add ofnode function to read PCI vendor and device id
Bin Meng
2018-08-06
dm: core: device: enable power domain in probe
Peng Fan
2018-07-09
dm: core: Add logging of some common errors
Simon Glass
2018-07-09
dm: core: Add a function to decode a memory region
Simon Glass
2018-07-09
dm: core: Update of_read_fmap_entry() for livetree
Simon Glass
2018-07-09
dm: core: Add a way to bind a device by ofnode
Simon Glass
2018-07-09
dm: core: Add a way to find an ofnode by compatible string
Simon Glass
2018-07-09
dm: core: Add ofnode function to read a 64-bit int
Simon Glass
2018-06-01
dm: core: add functions to get memory-mapped I/O addresses
Álvaro Fernández Rojas
2018-05-08
regmap: add regmap_update_bits() helper
Neil Armstrong
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
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
2018-05-07
regmap: clean up regmap allocation
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-01
core: ofnode: Fix translation for #size-cells == 0
Mario Six
2018-04-01
dm: core: make fixed-clock dt scan live dt compatible
Andy Yan
2018-03-31
core: add uclass_get_device_by_phandle_id() api
Kever Yang
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-02-23
core: add ofnode_get_by_phandle() api
Kever Yang
2018-02-23
core: ofnode: add ofnode_get_parent function
Philipp Tomsich
2018-02-03
dm: core: Add a function to look up a uclass by name
Simon Glass
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
2018-01-24
Merge git://git.denx.de/u-boot-mmc
Tom Rini
2018-01-22
dm: add dev_read_u32()
Masahiro Yamada
2018-01-21
core: Make device_is_compatible live-tree compatible
Mario Six
2018-01-21
core: Add {ofnode, dev}_translate_address functions
Mario Six
2018-01-21
core: read: Fix style violations
Mario Six
2018-01-21
core: ofnode: Fix style violations
Mario Six
2018-01-21
drivers: core: Add translation in live tree case
Mario Six
2018-01-15
Merge git://git.denx.de/u-boot-net
Tom Rini
2018-01-15
dm: core: add missing dev_count_phandle_with_args()
Patrice Chotard
2018-01-15
dm: core: parse chosen node
Rob Clark
2017-11-16
dm: core: Correct address cast in dev_read_addr_ptr()
Simon Glass
2017-10-23
simple-bus: remove DECLARE_GLOBAL_DATA_PTR
Masahiro Yamada
2017-10-08
dm: ofnode: query correct property in livetree ofnode_get_addr_size
Klaus Goger
2017-10-08
dm: core: Round up size when allocating so that it is cache line aligned
Faiz Abbas
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-09-22
dm: core: Add functions to get strings and the string count from a stringlist
Jean-Jacques Hiblot
2017-09-18
dm: core: add dev_read_addr_ptr()
Philipp Tomsich
2017-09-15
dtoc: Add support for 32 or 64-bit addresses
Simon Glass
2017-09-11
dm: core: add clocks node scan
Patrice Chotard
[next]