summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
...
* test: Use a simple variable to record removed deviceSimon Glass2021-01-051-2/+0
* dm: core: Rename the priv/plat membersSimon Glass2021-01-052-14/+19
* dm: core: Add functions to set priv/platSimon Glass2021-01-051-0/+84
* dm: core: Add function to access uclass privSimon Glass2021-01-052-0/+22
* dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-051-1/+1
* dm: core: Inline a few ofnode functions in SPLSimon Glass2020-12-221-11/+45
* dm: core: Drop seq and req_seqSimon Glass2020-12-181-8/+1
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-181-7/+10
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-182-26/+10
* dm: Drop uclass_resolve_seq()Simon Glass2020-12-181-15/+0
* dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass2020-12-181-0/+1
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-181-1/+1
* dm: core: Allow manual sequence numberingSimon Glass2020-12-181-0/+3
* dm: core: Add a new sequence number for devicesSimon Glass2020-12-181-0/+8
* dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-181-2/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-0/+5
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1312-17/+17
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-133-11/+11
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-137-45/+45
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-19/+19
* dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-131-3/+2
* dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-131-2/+1
* dm: core: Add an ofnode function to get the devicetree rootSimon Glass2020-12-131-0/+12
* dm: core: Drop device_bind_offset()Simon Glass2020-12-131-7/+3
* dm: core: Drop dev_set_of_offset()Simon Glass2020-12-131-5/+0
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-131-2/+2
* dm: core: Add a livetree function to check node statusSimon Glass2020-12-131-0/+11
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-3/+3
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-4/+4
* board: Rename uclass to sysinfoSimon Glass2020-11-061-1/+1
* acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-0/+9
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-305-15/+63
|\
| * dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2020-10-291-0/+8
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-291-0/+14
| * dm: Support parent devices with of-platdataSimon Glass2020-10-291-1/+9
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-292-3/+13
| * dm: core: fix typo in device.hDario Binacchi2020-10-291-1/+1
| * dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-291-1/+1
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-8/+1
| * dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass2020-10-291-1/+16
* | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-291-0/+22
|\ \ | |/ |/|
| * dm: core: Add support for getting node from aliasesMichal Simek2020-10-271-0/+22
* | drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot2020-10-281-0/+1
|/
* dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi2020-10-221-1/+2
* dm: Don't undefine dev_xxx macrosSean Anderson2020-10-161-20/+0
* pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson2020-10-081-162/+339
* pinctrl: Add pinmux property support to pinctrl-genericSean Anderson2020-10-081-8/+13
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-5/+10