aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-18dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass1-1/+2
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass1-1/+1
2022-03-10event: Add events for device probe/removeSimon Glass1-0/+9
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek1-8/+8
2021-12-23dm: core: Allow getting some basic statsSimon Glass1-0/+11
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay1-4/+12
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass1-3/+10
2021-10-31iommu: Add IOMMU uclassMark Kettenis1-0/+8
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+1
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-2/+2
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass1-1/+3
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson1-1/+1
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass1-6/+6
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+33
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-3/+10
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass1-15/+0
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass1-17/+25
2021-03-03dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass1-8/+11
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne1-0/+41
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-30dm: core: Add a comment about pinctrl_select_state()Simon Glass1-0/+9
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-2/+2
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass1-1/+1
2021-01-05dm: core: Access device flags through functionsSimon Glass1-16/+16
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-4/+4
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass1-37/+52
2021-01-05dm: core: Rename the priv/plat membersSimon Glass1-12/+12
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass1-28/+33
2021-01-05dm: core: Add functions to set priv/platSimon Glass1-0/+30
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-15/+2
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-6/+2
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-11/+5
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass1-8/+0
2020-12-18dm: core: Allow manual sequence numberingSimon Glass1-1/+1
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass1-4/+1
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass1-6/+16
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-2/+2
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-7/+7
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-8/+7
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-32/+31
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-15/+11
2020-12-13dm: core: Drop device_bind_offset()Simon Glass1-8/+0
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-3/+3