summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)Author
2022-04-06MLK-21850-1 dm: device: Check driver flag before setting default clocksYe Li
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass
2021-10-31iommu: Add IOMMU uclassMark Kettenis
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass
2021-03-03dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30dm: core: Add a comment about pinctrl_select_state()Simon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass
2020-12-18dm: core: Drop seq and req_seqSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass
2020-12-18dm: core: Allow manual sequence numberingSimon Glass
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Drop device_bind_offset()Simon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass