~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: Correct DM_FLAG_ commentBin Meng2023-08-03
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-14
* iommu: Add DMA mapping operationsMark Kettenis2023-01-27
* dm: core: Reduce code size with dev_of_offset()Simon Glass2022-09-29
* dm: core: Support accessing core tagsSimon Glass2022-06-28
* dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut2022-04-28
* dm: core: Allow finding a uclass device by partial nameSimon Glass2022-04-25
* dm: core: Deal with a wrinkle with linker listsSimon Glass2022-04-18
* dm: core: Allow devres to be disabled in SPLSimon Glass2022-04-18
* dm: Use parenthesis for the device_get_ops macro argumentSughosh Ganu2022-02-09
* doc: add include/dm/device.h to the HTML documentationPatrick Delaunay2022-01-15
* dm: core: Allow getting some basic statsSimon Glass2021-12-23
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-20
|\
| * dm: fix an 'undefined' error in some macrosAKASHI Takahiro2021-12-18
* | dm: core: Allow finding children / uclasses by partial nameSimon Glass2021-11-28
|/
* Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2021-09-30
|\
| * mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay2021-09-28
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-25
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
* | dm: core: Fix a few incorrect comments on first/next functionsSimon Glass2021-09-16
|/
* dm: core: Move flags to device-runtime infoSimon Glass2021-03-26
* dm: core: Create a struct for 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: Add macros to access the new linker listsSimon Glass2021-03-22
* dtoc: Support headers needed for driversSimon Glass2021-03-22
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-22
* dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-18
* dm: core: Add late driver remove optionMarek Vasut2021-02-03
* dm: pci: Correct use of wrong flag nameSimon Glass2021-02-03
* dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass2021-02-03
* dm: replace auto_alloc_size with autoDario Binacchi2021-01-30
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-05
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-05
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-05
* dm: core: Rename device node to indicate it is privateSimon 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: Rename device flags to indicate it is privateSimon 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: Rename the priv/plat membersSimon Glass2021-01-05
* dm: core: Drop seq and req_seqSimon Glass2020-12-18
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-18
* dm: core: Add a new sequence number for devicesSimon 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
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13