summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano
2020-07-09core: drop const for struct driver_infoWalter Lozano
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler
2020-06-30serial: pxa: clean-up platform data include fileMarcel Ziswiler
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-18dm: spi: Convert Freescale ESPI driver to driver modelChuanhua Han
2020-06-11dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass
2020-04-16acpi: Add a simple sandbox testSimon Glass
2020-04-16dm: core: Add basic ACPI supportSimon Glass
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