summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-086-26/+160
|\
| * dm: core: Add a command to show driver model statisticsSimon Glass2022-06-283-1/+18
| * dm: core: Add a way to collect memory usageSimon Glass2022-06-282-0/+56
| * dm: core: Support accessing core tagsSimon Glass2022-06-282-1/+37
| * dm: core: Switch the testbus driver to use a new structSimon Glass2022-06-281-0/+7
| * dm: core: Rename dm_dump_all()Simon Glass2022-06-281-1/+1
| * dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson2022-06-281-24/+42
* | arm: Remove PXA architecture supportTom Rini2022-07-072-62/+0
|/
* fuzzing_engine: Add fuzzing engine uclassAndrew Scull2022-06-231-0/+1
* arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini2022-06-061-15/+0
* dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut2022-04-281-0/+3
* Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-254-4/+23
|\
| * bootstd: Add the bootmeth uclass and helpersSimon Glass2022-04-251-0/+1
| * bootstd: Add the bootdev uclassSimon Glass2022-04-251-0/+1
| * bootstd: Add the bootstd uclass and core implementationSimon Glass2022-04-251-0/+1
| * dm: core: Allow finding a uclass device by partial nameSimon Glass2022-04-252-1/+17
| * dm: core: Rename and fix uclass_get_by_name_len()Simon Glass2022-04-251-3/+3
* | dm: disk: add UCLASS_PARTITIONAKASHI Takahiro2022-04-231-0/+1
|/
* dm: core: Deal with a wrinkle with linker listsSimon Glass2022-04-181-0/+8
* dm: core: Allow devres to be disabled in SPLSimon Glass2022-04-183-6/+6
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-152-0/+63
|\
| * treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-102-2/+2
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-102-0/+30
| * net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-102-0/+33
* | dm: add tag supportAKASHI Takahiro2022-04-091-0/+110
* | dm: core: Tidy up comments in uclass headersSimon Glass2022-04-062-16/+15
* | dm: core: Add a required struct declarationSimon Glass2022-04-061-0/+1
* | dm: fix function documentation in include/dm/ofnode.hHeinrich Schuchardt2022-04-061-4/+4
|/
* Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2022-03-162-25/+38
|\
| * pinctrl: Increase length of pinmux status bufferAshok Reddy Soma2022-03-141-1/+1
| * net: phy: Add new read ethernet phy id functionMichal Simek2022-03-091-0/+13
| * dm: pinctrl: Use explicit values for enumsAshok Reddy Soma2022-03-071-24/+24
* | event: Add events for device probe/removeSimon Glass2022-03-101-0/+10
|/
* dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu2022-02-091-1/+1
* acpi: Collect tables in the acpi_item listSimon Glass2022-01-251-0/+14
* x86: Move DSDT table to a writer functionSimon Glass2022-01-251-0/+2
* x86: Move FACS table to a writer functionSimon Glass2022-01-251-0/+2
* x86: Move base tables to a writer functionSimon Glass2022-01-251-2/+21
* x86: acpi: Split out context creation from base tablesSimon Glass2022-01-251-0/+12
* acpi: Add a linker list for ACPI tablesSimon Glass2022-01-251-0/+57
* acpi: Add a table startSimon Glass2022-01-251-0/+4
* doc: replace @return by Return:Heinrich Schuchardt2022-01-196-37/+37
* doc: add include/dm/fdtaddr.h to the HTML documentationPatrick Delaunay2022-01-151-13/+12
* doc: add include/dm/of*.h to the HTML documentationPatrick Delaunay2022-01-155-275/+288
* doc: add include/dm/read.h to the HTML documentationPatrick Delaunay2022-01-151-80/+81
* doc: add include/dm/devres.h to the HTML documentationPatrick Delaunay2022-01-151-7/+7
* doc: add include/dm/device.h to the HTML documentationPatrick Delaunay2022-01-151-93/+116
* doc: add include/dm/platdata.h to the HTML documentationPatrick Delaunay2022-01-151-2/+2
* doc: add include/dm/lists.h to the HTML documentationPatrick Delaunay2022-01-151-3/+5
* doc: add include/dm/root.h to the HTML documentationPatrick Delaunay2022-01-151-9/+11