summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-2/+4
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+3
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+39
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass2-1/+44
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+12
2020-02-06dm: core: Add ofnode_read_prop()Simon Glass1-1/+12
2020-02-06dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-4/+5
2020-02-06dm: core: Update comment for ofnode_get_chosen_node()Simon Glass1-3/+6
2020-02-06dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-97/+108
2020-02-06dm: core: Use const device for the devfdt...() interfaceSimon Glass1-13/+13
2020-02-06dm: core: Use const where possible in device.hSimon Glass2-16/+18
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini4-254/+311
2020-01-08dm: devres: Add testsSimon Glass1-0/+20
2020-01-08dm: test: Add a test driver for devresSimon Glass1-0/+1
2020-01-08dm: devres: Create a new devres header fileSimon Glass2-254/+270
2020-01-08dm: core: Add a new flag to track platform dataSimon Glass1-0/+3
2020-01-08dm: core: Export a new function to read platdataSimon Glass1-0/+16
2020-01-08dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass1-0/+1
2020-01-07dm: rng: Add random number generator(rng) uclassSughosh Ganu1-0/+1
2019-12-15pci: Add support for p2sb uclassSimon Glass1-0/+1
2019-12-15x86: power: Add an ACPI PMC uclassSimon Glass1-0/+1
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass1-0/+43
2019-12-15dm: core: Fix offset_to_ofnode() with invalid offsetSimon Glass1-1/+1
2019-11-14pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay1-13/+0
2019-10-24ufs: Add Initial Support for UFS subsystemFaiz Abbas1-0/+1
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla1-0/+3
2019-10-15dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()Jean-Jacques Hiblot1-2/+2
2019-10-15dm: Fix default address cells return valueMatthias Brugger1-1/+1
2019-10-14dm: Add a dsi host uclassYannick Fertré1-0/+1
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-0/+9
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass2-0/+33
2019-10-08pci: sandbox: Move the emulators into their own nodeSimon Glass1-0/+1
2019-10-08dm: core: Add device_foreach_child()Simon Glass1-0/+9
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-2/+2
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2-1/+34
2019-08-27serial: stm32: remove unused includePatrick Delaunay1-15/+0
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori2-0/+59
2019-07-24dm: uclass: fix comment copy/paste errorBaruch Siach1-1/+1
2019-07-24dm: Fix parameter description of dev_read_name()Bin Meng1-1/+1
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-2/+52
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne3-2/+52
2019-07-19net: add MDIO_MUX DM classAlex Marginean1-0/+1
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean1-0/+1
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-4/+8
2019-07-11drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried1-0/+1
2019-07-11dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay2-4/+8
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+1
2019-06-12dm: pinctrl: Add driver-strength-microamp propertyGuillaume La Roque1-0/+3
2019-05-24drivers: spi: cf_spi: convert to driver modelAngelo Dureghello1-0/+29
2019-05-22core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho1-1/+1