~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* timer: Tidy up use of notraceSimon Glass2023-02-11
* dm: core: Support accessing core tagsSimon Glass2022-06-28
* dm: core: Use device_foreach_child where possibleSean Anderson2022-06-28
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-27
|\
| * microblaze: cache: introduce flush_dcache_range()Ovidiu Panait2022-06-24
* | dm: core: convert of_machine_is_compatible to livetreePatrick Delaunay2022-06-06
|/
* dm: core: Deal with a wrinkle with linker listsSimon Glass2022-04-18
* dm: core: Allow devres to be disabled in SPLSimon Glass2022-04-18
* event: Add events for device probe/removeSimon Glass2022-03-10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* dm: core: Switch order of pinctrl and power domain callsMichal Simek2022-01-13
* dm: core: Allow getting some basic statsSimon Glass2021-12-23
* dm: add debug message when failed to select the default pinctrlPatrick Delaunay2021-12-01
* dm: core: Allow finding children / uclasses by partial nameSimon Glass2021-11-28
* iommu: Add IOMMU uclassMark Kettenis2021-10-31
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-12
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-12
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
|/
* dm: core: Add logging for DM_SEQ_ALIASSimon Glass2021-07-21
* clk: Allow force setting clock defaults before relocationSean Anderson2021-06-17
* dm: core: Use separate priv/plat data regionSimon Glass2021-03-26
* dm: core: Move flags to device-runtime infoSimon Glass2021-03-26
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-26
* dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-26
* dm: core: Allow dropping run-time binding of devicesSimon Glass2021-03-22
* dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass2021-03-03
* dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-03
* dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-18
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: core: Add a comment about pinctrl_select_state()Simon Glass2021-01-30
* dm: core: Allow the uclass list to moveSimon Glass2021-01-05
* dm: core: Access device ofnode through functionsSimon Glass2021-01-05
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-05
* dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-05
* dm: core: Access device flags through functionsSimon Glass2021-01-05
* dm: core: Rename sqq to seq_Simon Glass2021-01-05
* dm: core: Split out alloc code into a new functionSimon Glass2021-01-05
* dm: core: Rename the priv/plat membersSimon Glass2021-01-05
* dm: core: Use access methods for dev/uclass private dataSimon Glass2021-01-05
* dm: core: Add functions to set priv/platSimon Glass2021-01-05
* dm: core: Drop seq and req_seqSimon Glass2020-12-18
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-18
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* dm: Drop uclass_resolve_seq()Simon Glass2020-12-18
* dm: core: Allow manual sequence numberingSimon Glass2020-12-18
* dm: core: Switch binding to use new sequence numbersSimon Glass2020-12-18
* dm: core: Add a new sequence number for devicesSimon Glass2020-12-18
* dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-18
* dm: Avoid accessing seq directlySimon Glass2020-12-18
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13