summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-011-0/+1
* core: add uclass_get_device_by_phandle_id() apiKever Yang2018-03-311-0/+16
* drivers: net: pfe_eth: LS1012A PFE headersCalvin Johnson2018-03-221-0/+21
* core: add ofnode_get_by_phandle() apiKever Yang2018-02-231-0/+8
* core: ofnode: add ofnode_get_parent functionPhilipp Tomsich2018-02-231-0/+8
* dm: core: fix typo in comment (device.h)Heinrich Schuchardt2018-02-131-1/+1
* dm: core: Add a function to look up a uclass by nameSimon Glass2018-02-031-0/+8
* serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf2018-01-281-1/+0
* include: dm: Fix 'devioe'/'devuce' typosMario Six2018-01-281-4/+4
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-241-0/+16
|\
| * dm: add dev_read_u32()Masahiro Yamada2018-01-221-0/+16
* | efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+1
* | core: Add {ofnode, dev}_translate_address functionsMario Six2018-01-212-0/+30
* | dm: pinctrl: sync with Linux to use pin_config_paramPeng Fan2018-01-211-46/+66
* | dm: fix typo falbackHeinrich Schuchardt2018-01-211-2/+2
|/
* dm: core: remove orphaned parameter description in platdata.hHeinrich Schuchardt2018-01-011-1/+0
* dm: core: fix member name in ofnode_union documentationBaruch Siach2017-11-171-1/+1
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-8/+0
* dm: define dev_*() log functions in DM headerMasahiro Yamada2017-10-041-0/+72
* dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot2017-09-221-0/+36
* dm: core: add dev_read_addr_ptr()Philipp Tomsich2017-09-181-0/+15
* dm: core: add clocks node scanPatrice Chotard2017-09-111-0/+14
* dm: core: Add ofnode_for_each_subnode()Simon Glass2017-09-111-0/+24
* block: ide: Fix block read/write with driver modelBin Meng2017-09-101-0/+1
* ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2017-08-292-1/+21
* dm: core: Add a comment about the device_remove() flagsSimon Glass2017-08-171-1/+1
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-0/+1
* Merge git://git.denx.de/u-boot-usbTom Rini2017-07-293-0/+60
|\
| * dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2017-07-283-0/+60
* | dm: core: Add ofnode_read_resource()Simon Glass2017-07-282-10/+20
* | dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada2017-07-281-3/+3
|/
* serial: stm32x7: migrate serial struct to driverPatrice Chotard2017-07-261-17/+0
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-112-3/+3
* dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-113-0/+72
* dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-111-0/+18
* dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-111-0/+12
* dm: core: Add ofnode_read_string_count()Simon Glass2017-07-112-1/+29
* dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-111-0/+31
* dm: core: Test uclass_first/next_device() on probe failureSimon Glass2017-07-111-0/+1
* dm: core: Clarify uclass_first/next_device() commentsSimon Glass2017-07-111-2/+11
* dm: Add more livetree helpers and definitionsSimon Glass2017-06-011-0/+36
* dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-011-0/+2
* dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-012-0/+35
* dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-011-1/+2
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-1/+1
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-4/+3
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-011-4/+6
* dm: core: Implement live tree 'read' functionsSimon Glass2017-06-011-92/+148
* dm: core: Add device-based 'read' functions to access DTSimon Glass2017-06-011-0/+383
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-011-0/+46