summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* net: Add eth phy generic driver for shared MDIOYe Li2020-05-101-0/+1
* dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-022-0/+21
* acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-0/+2
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-0/+5
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-0/+30
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-163-1/+169
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-165-31/+91
|\
| * dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-161-27/+0
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-163-0/+84
| * dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-161-4/+7
* | acpi: Add an __ACPI__ preprocessor symbolSimon Glass2020-04-161-0/+4
* | acpi: Add a simple sandbox testSimon Glass2020-04-161-0/+1
* | dm: core: Add basic ACPI supportSimon Glass2020-04-162-0/+78
|/
* dm: core: Add a flag for power domain control on device removalAnatolij Gustschin2020-03-021-0/+6
* 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