summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-117-207/+348
|\
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-051-1/+0
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-052-71/+86
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-052-2/+4
| * cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+3
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+39
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-052-1/+44
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+12
| * dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-1/+12
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-4/+5
| * dm: core: Update comment for ofnode_get_chosen_node()Simon Glass2020-02-051-3/+6
| * dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-051-97/+108
| * dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-051-13/+13
| * dm: core: Use const where possible in device.hSimon Glass2020-02-052-16/+18
* | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-072-0/+16
* | dm: core: Allow iterating devices without uclass_get()Simon Glass2020-02-071-0/+17
|/
* Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-094-254/+311
|\
| * dm: devres: Add testsSimon Glass2020-01-071-0/+20
| * dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+1
| * dm: devres: Create a new devres header fileSimon Glass2020-01-072-254/+270
| * dm: core: Add a new flag to track platform dataSimon Glass2020-01-071-0/+3
| * dm: core: Export a new function to read platdataSimon Glass2020-01-071-0/+16
| * dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass2020-01-071-0/+1
* | dm: rng: Add random number generator(rng) uclassSughosh Ganu2020-01-071-0/+1
|/
* pci: Add support for p2sb uclassSimon Glass2019-12-151-0/+1
* x86: power: Add an ACPI PMC uclassSimon Glass2019-12-151-0/+1
* dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-151-0/+43
* dm: core: Fix offset_to_ofnode() with invalid offsetSimon Glass2019-12-151-1/+1
* pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay2019-11-141-13/+0
* ufs: Add Initial Support for UFS subsystemFaiz Abbas2019-10-231-0/+1
* dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla2019-10-151-0/+3
* dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()Jean-Jacques Hiblot2019-10-151-2/+2
* dm: Fix default address cells return valueMatthias Brugger2019-10-151-1/+1
* dm: Add a dsi host uclassYannick Fertré2019-10-131-0/+1
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-0/+9
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-082-0/+33
* pci: sandbox: Move the emulators into their own nodeSimon Glass2019-10-081-0/+1
* dm: core: Add device_foreach_child()Simon Glass2019-10-081-0/+9
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-2/+2
* dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-062-1/+34
* serial: stm32: remove unused includePatrick Delaunay2019-08-271-15/+0
* dm: core: add support for getting register address and sizeSekhar Nori2019-08-122-0/+59
* dm: uclass: fix comment copy/paste errorBaruch Siach2019-07-241-1/+1
* dm: Fix parameter description of dev_read_name()Bin Meng2019-07-241-1/+1
* Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-233-2/+52
|\
| * dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-223-2/+52
* | net: add MDIO_MUX DM classAlex Marginean2019-07-181-0/+1
|/
* net: introduce MDIO DM class for MDIO devicesAlex Marginean2019-07-151-0/+1
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-112-4/+8
|\
| * dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay2019-07-102-4/+8