summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-12dm: core: Add a note about how livetree updates workSimon Glass
2022-08-12dm: core: Split out the declaration of ofnodeSimon Glass
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-07-07arm: Remove PXA architecture supportTom Rini
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass
2022-06-28dm: core: Rename dm_dump_all()Simon Glass
2022-06-28dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson
2022-06-23fuzzing_engine: Add fuzzing engine uclassAndrew Scull
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