summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)Author
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
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea
2020-07-24dm: core Fix long line in device_bind_common()Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano
2020-07-09core: drop const for struct driver_infoWalter Lozano
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Use const where possible in device.hSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla
2019-10-15core: device: use dev_power_domain_onPeng Fan
2019-10-15dm: device: Request next sequence numberThomas Fitzsimmons
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass
2019-09-02dm: core: Decouple DM from DTMarek Vasut
2019-07-24dm: device: make power domain calls optionalAnatolij Gustschin
2019-07-24dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass