aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár1-1/+2
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár1-0/+2
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini6-26/+160
2022-07-07arm: Remove PXA architecture supportTom Rini2-62/+0
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass3-1/+18
2022-06-28dm: core: Add a way to collect memory usageSimon Glass2-0/+56
2022-06-28dm: core: Support accessing core tagsSimon Glass2-1/+37
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass1-0/+7
2022-06-28dm: core: Rename dm_dump_all()Simon Glass1-1/+1
2022-06-28dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson1-24/+42
2022-06-23fuzzing_engine: Add fuzzing engine uclassAndrew Scull1-0/+1
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini1-15/+0
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut1-0/+3
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini4-4/+23
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass1-0/+1
2022-04-25bootstd: Add the bootdev uclassSimon Glass1-0/+1
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass1-0/+1
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass2-1/+17
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-3/+3
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro1-0/+1
2022-04-18dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass1-0/+8
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass3-6/+6
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2-0/+63
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2-2/+2
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2-0/+30
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún2-0/+33
2022-04-09dm: add tag supportAKASHI Takahiro1-0/+110
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass2-16/+15
2022-04-06dm: core: Add a required struct declarationSimon Glass1-0/+1
2022-04-06dm: fix function documentation in include/dm/ofnode.hWIP/2022-04-06-assorted-updatesHeinrich Schuchardt1-4/+4
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini2-25/+38
2022-03-14pinctrl: Increase length of pinmux status bufferAshok Reddy Soma1-1/+1
2022-03-10event: Add events for device probe/removeSimon Glass1-0/+10
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek1-0/+13
2022-03-07dm: pinctrl: Use explicit values for enumsAshok Reddy Soma1-24/+24
2022-02-09dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu1-1/+1
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-0/+14
2022-01-25x86: Move DSDT table to a writer functionSimon Glass1-0/+2
2022-01-25x86: Move FACS table to a writer functionSimon Glass1-0/+2
2022-01-25x86: Move base tables to a writer functionSimon Glass1-2/+21
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-0/+12
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass1-0/+57
2022-01-25acpi: Add a table startSimon Glass1-0/+4
2022-01-19doc: replace @return by Return:Heinrich Schuchardt6-37/+37
2022-01-15doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay1-13/+12
2022-01-15doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay5-275/+288
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay1-80/+81
2022-01-15doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay1-7/+7
2022-01-15doc: add include/dm/device.h to the HTML documentationPatrick Delaunay1-93/+116
2022-01-15doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay1-2/+2