summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2018-04-26core: ofnode: Fix translation for #size-cells == 0Mario Six
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich
2018-02-13dm: core: fix typo in comment (device.h)Heinrich Schuchardt
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2018-01-28serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2018-01-22dm: add dev_read_u32()Masahiro Yamada
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six
2018-01-21dm: pinctrl: sync with Linux to use pin_config_paramPeng Fan
2018-01-21dm: fix typo falbackHeinrich Schuchardt
2018-01-01dm: core: remove orphaned parameter description in platdata.hHeinrich Schuchardt
2017-11-17dm: core: fix member name in ofnode_union documentationBaruch Siach
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich
2017-09-11dm: core: add clocks node scanPatrice Chotard
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-09-10block: ide: Fix block read/write with driver modelBin Meng
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass
2017-06-01dm: core: Add device-based 'read' functions to access DTSimon Glass
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass
2017-06-01dm: core: Add address operations on device tree referencesSimon Glass
2017-06-01dm: core: Add livetree address functionsSimon Glass