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
/
include
/
dm
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-07
dm: ofnode: add ofnode_device_is_compatible() helper
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-03-31
core: add uclass_get_device_by_phandle_id() api
Kever Yang
2018-03-22
drivers: net: pfe_eth: LS1012A PFE headers
Calvin Johnson
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-13
dm: core: fix typo in comment (device.h)
Heinrich Schuchardt
2018-02-03
dm: core: Add a function to look up a uclass by name
Simon Glass
2018-01-28
serial: bcm283x_mu: Remove support for post-init disabling
Alexander Graf
2018-01-28
include: dm: Fix 'devioe'/'devuce' typos
Mario Six
2018-01-24
Merge git://git.denx.de/u-boot-mmc
Tom Rini
2018-01-22
efi_driver: EFI block driver
Heinrich Schuchardt
2018-01-22
dm: add dev_read_u32()
Masahiro Yamada
2018-01-21
core: Add {ofnode, dev}_translate_address functions
Mario Six
2018-01-21
dm: pinctrl: sync with Linux to use pin_config_param
Peng Fan
2018-01-21
dm: fix typo falback
Heinrich Schuchardt
2018-01-01
dm: core: remove orphaned parameter description in platdata.h
Heinrich Schuchardt
2017-11-17
dm: core: fix member name in ofnode_union documentation
Baruch Siach
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
2017-10-04
dm: define dev_*() log functions in DM header
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-11
dm: core: add clocks node scan
Patrice Chotard
2017-09-11
dm: core: Add ofnode_for_each_subnode()
Simon Glass
2017-09-10
block: ide: Fix block read/write with driver model
Bin Meng
2017-08-29
ofnode: add {ofnode, dev}_read_resource_byname()
Masahiro Yamada
2017-08-17
dm: core: Add a comment about the device_remove() flags
Simon Glass
2017-08-13
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
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: 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-26
serial: stm32x7: migrate serial struct to driver
Patrice Chotard
2017-07-11
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
Masahiro Yamada
2017-07-11
dm: core: Add functions to obtain node's address/size cells
Simon Glass
2017-07-11
dm: core: Add dev_read_enabled() to check if a device is enabled
Simon Glass
2017-07-11
dm: core: Add dev_read_resource() to read device resources
Simon Glass
2017-07-11
dm: core: Add ofnode_read_string_count()
Simon Glass
2017-07-11
dm: core: Add uclass_first/next_device_check()
Simon Glass
2017-07-11
dm: core: Test uclass_first/next_device() on probe failure
Simon Glass
2017-07-11
dm: core: Clarify uclass_first/next_device() comments
Simon Glass
2017-06-01
dm: Add more livetree helpers and definitions
Simon Glass
2017-06-01
dm: core: Run tests with both livetree and flat tree
Simon Glass
2017-06-01
dm: core: Add a way to find a device by ofnode
Simon Glass
2017-06-01
dm: core: Scan the live tree when setting up driver model
Simon Glass
2017-06-01
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
dm: core: Allow binding a device from a live tree
Simon Glass
[next]