summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: uclass: Adding missing child_pre_probe descriptionBin Meng2018-09-181-0/+1
* ofnode: add ofnode_by_prop_value()Jens Wiklander2018-09-182-0/+30
* device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-211-0/+38
* dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-211-4/+19
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-211-0/+11
* axi: Add AXI sandbox driver and simple emulatorMario Six2018-08-111-0/+1
* drivers: Add AXI uclassMario Six2018-08-111-0/+1
* dm: core: Add ofnode function to read PCI vendor and device idBin Meng2018-08-081-0/+13
* dm: Correct typos in uclass_first/next_device_check()Bin Meng2018-08-081-2/+2
* dm: SMEM (Shared memory) uclassRamon Fried2018-07-191-0/+1
* dm: core: Add a function to decode a memory regionSimon Glass2018-07-091-0/+45
* dm: core: Update of_read_fmap_entry() for livetreeSimon Glass2018-07-091-4/+2
* dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-091-0/+4
* dm: core: Add a way to find an ofnode by compatible stringSimon Glass2018-07-091-0/+11
* dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass2018-07-091-0/+23
* dm: core: Fix a few ofnode function commentsSimon Glass2018-07-091-1/+3
* dm: core: Add ofnode function to read a 64-bit intSimon Glass2018-07-092-0/+26
* dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-012-0/+54
* dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada2018-05-071-0/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0728-53/+28
* 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