summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada1-0/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini28-53/+28
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six1-0/+1
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang1-0/+16
2018-03-22drivers: net: pfe_eth: LS1012A PFE headersCalvin Johnson1-0/+21
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang1-0/+8
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich1-0/+8
2018-02-14dm: core: fix typo in comment (device.h)Heinrich Schuchardt1-1/+1
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+8
2018-01-28serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf1-1/+0
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six1-4/+4
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini1-0/+16
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-0/+1
2018-01-22dm: add dev_read_u32()Masahiro Yamada1-0/+16
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six2-0/+30
2018-01-21dm: pinctrl: sync with Linux to use pin_config_paramPeng Fan1-46/+66
2018-01-21dm: fix typo falbackHeinrich Schuchardt1-2/+2
2018-01-01dm: core: remove orphaned parameter description in platdata.hHeinrich Schuchardt1-1/+0
2017-11-17dm: core: fix member name in ofnode_union documentationBaruch Siach1-1/+1
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-8/+0
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada1-0/+72
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot1-0/+36
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich1-0/+15
2017-09-12dm: core: add clocks node scanPatrice Chotard1-0/+14
2017-09-12dm: core: Add ofnode_for_each_subnode()Simon Glass1-0/+24
2017-09-10block: ide: Fix block read/write with driver modelBin Meng1-0/+1
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2-1/+21
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass1-1/+1
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-0/+1
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini3-0/+60
2017-07-29dm: core: add ofnode_count_phandle_with_args()Patrice Chotard3-0/+60
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass2-10/+20
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada1-3/+3
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard1-17/+0
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2-3/+3
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass3-0/+72
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass1-0/+18
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass1-0/+12
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass2-1/+29
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+31
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+1
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass1-2/+11
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass1-0/+36
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-0/+2
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass2-0/+35
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-1/+2
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-4/+3
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass1-4/+6
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass1-92/+148