summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2020-03-02dm: core: Add a flag for power domain control on device removalAnatolij Gustschin
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Update comment for ofnode_get_chosen_node()Simon Glass
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass
2020-02-05dm: core: Use const device for the devfdt...() interfaceSimon Glass
2020-02-05dm: core: Use const where possible in device.hSimon Glass
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-07dm: devres: Add testsSimon Glass
2020-01-07dm: test: Add a test driver for devresSimon Glass
2020-01-07dm: devres: Create a new devres header fileSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2020-01-07dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass
2020-01-07dm: rng: Add random number generator(rng) uclassSughosh Ganu
2019-12-15pci: Add support for p2sb uclassSimon Glass
2019-12-15x86: power: Add an ACPI PMC uclassSimon Glass
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass
2019-12-15dm: core: Fix offset_to_ofnode() with invalid offsetSimon Glass
2019-11-14pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay
2019-10-23ufs: Add Initial Support for UFS subsystemFaiz Abbas
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla
2019-10-15dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array()Jean-Jacques Hiblot
2019-10-15dm: Fix default address cells return valueMatthias Brugger
2019-10-13dm: Add a dsi host uclassYannick Fertré
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08pci: sandbox: Move the emulators into their own nodeSimon Glass
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy
2019-08-27serial: stm32: remove unused includePatrick Delaunay
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori
2019-07-24dm: uclass: fix comment copy/paste errorBaruch Siach
2019-07-24dm: Fix parameter description of dev_read_name()Bin Meng
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne
2019-07-18net: add MDIO_MUX DM classAlex Marginean
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean
2019-07-11Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini