aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass
2022-04-25bootstd: Add the bootdev uclassSimon Glass
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro
2022-04-18dm: core: Deal with a wrinkle with linker listsSimon Glass
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-04-09dm: add tag supportAKASHI Takahiro
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass
2022-04-06dm: core: Add a required struct declarationSimon Glass
2022-04-06dm: fix function documentation in include/dm/ofnode.hHeinrich Schuchardt
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-03-14pinctrl: Increase length of pinmux status bufferAshok Reddy Soma
2022-03-10event: Add events for device probe/removeSimon Glass
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek
2022-03-07dm: pinctrl: Use explicit values for enumsAshok Reddy Soma
2022-02-09dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass
2022-01-25acpi: Add a table startSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/root.h to the HTML documentationPatrick Delaunay
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-18dm: fix an 'undefined' error in some macrosAKASHI Takahiro
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass
2021-12-01pinctrl: change result for unsupported APIPatrick Delaunay
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass