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
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
2017-09-11
dm: core: Add ofnode_for_each_subnode()
Simon Glass
2017-09-11
dm: core: Show driver name with 'dm tree'
Simon Glass
2017-09-11
dm: core: Drop use of strlcpy()
Simon Glass
2017-08-29
ofnode: add {ofnode, dev}_read_resource_byname()
Masahiro Yamada
2017-08-17
dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata
Simon Glass
2017-08-13
spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL
Philipp Tomsich
2017-08-13
spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON
Philipp Tomsich
2017-07-29
Merge git://git.denx.de/u-boot-usb
Tom Rini
2017-07-28
dm: core: add ofnode_count_phandle_with_args()
Patrice Chotard
2017-07-28
dm: core: Fix up ofnode_get_addr_index() for 64-bit values
Simon Glass
2017-07-28
dm: core: Add ofnode_read_resource()
Simon Glass
2017-07-28
dm: ofnode: change return type of dev_read_prop() to opaque pointer
Masahiro Yamada
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-07-11
dm: ofnode: use fdt32_t for DT property value to fix sparse warning
Masahiro Yamada
2017-07-11
dm: include <dm/util.h> from driver/core/dump.c
Masahiro Yamada
2017-07-11
dm: ofnode: simplify ofnode_read_bool()
Masahiro Yamada
[next]