summaryrefslogtreecommitdiffstats
path: root/drivers/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+16
* dm: core: remove redundant if statementHeinrich Schuchardt2020-04-161-4/+2
* dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+22
* dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+36
* dm: core: Use const where possible in device.hSimon Glass2020-02-051-13/+14
* dm: core: Add a new flag to track platform dataSimon Glass2020-01-071-1/+3
* dm: core: Export a new function to read platdataSimon Glass2020-01-071-2/+27
* dm: core: Allocate parent data separate from probing parentSimon Glass2020-01-071-8/+11
* dm: core: Move ofdata_to_platdata() call earlierSimon Glass2020-01-071-7/+7
* dm: core: Don't clear active flag twice when probe() failsSimon Glass2020-01-071-3/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-221-1/+1
* dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla2019-10-151-1/+2
* core: device: use dev_power_domain_onPeng Fan2019-10-151-3/+3
* dm: device: Request next sequence numberThomas Fitzsimmons2019-10-151-0/+5
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-0/+11
* dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass2019-10-081-1/+2
* dm: core: Decouple DM from DTMarek Vasut2019-09-021-0/+4
* dm: device: make power domain calls optionalAnatolij Gustschin2019-07-241-1/+2
* dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng2019-07-241-4/+10
* dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-101-4/+6
* dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+34
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-1/+1
* dm: core: Add a function to find the first inactive childSimon Glass2018-10-091-0/+18
* dm: core: Update some functions to use constSimon Glass2018-10-091-12/+12
* dm: core: Alloc uclass-private data to be cache-alignedSimon Glass2018-10-091-1/+2
* core: Add dev_{disable,enable}_by_pathMario Six2018-09-291-0/+78
* dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-211-6/+13
* dm: core: device: enable power domain in probePeng Fan2018-08-061-0/+7
* dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-091-0/+8
* dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada2018-05-071-7/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clk: implement clk_set_defaults()Philipp Tomsich2018-01-281-0/+6
* core: Make device_is_compatible live-tree compatibleMario Six2018-01-211-1/+6
* dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas2017-10-081-0/+1
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-1/+1
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-011-10/+8
* dm: core: Rename of_device_is_compatible()Simon Glass2017-06-011-1/+1
* dm: core: Adjust device_bind_common() to take an ofnodeSimon Glass2017-06-011-8/+10
* dm: core: Add ofnode to represent device tree nodesSimon Glass2017-06-011-1/+1
* dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2017-06-011-125/+0
* dm: core: Ensure DMA regions start up with the cache cleanSimon Glass2017-04-131-1/+29
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-13/+14
* dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese2016-12-021-0/+22
* Fix codying style broken by recent libfdt syncMasahiro Yamada2016-10-241-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-1/+1