summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-141-11/+32
* dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-141-1/+1
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-141-1/+1
* dm: core: implement dev_map_physmem()Vignesh R2016-07-091-0/+11
* dm: allow setting driver_data before/during bindStephen Warren2016-05-261-3/+22
* drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2016-05-241-0/+14
* dm: core: Allow device names to be freed automaticallySimon Glass2016-05-171-0/+6
* fdt: fix dev_get_addr_name node offsetStephen Warren2016-05-171-2/+2
* dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-251-0/+5
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-151-0/+16
* dm: device.c: Minor coding-style fixStefan Roese2016-04-141-6/+6
* dm: core: device: set pinctrl state for pinctrl devicePeng Fan2016-04-141-0/+3
* dm: Remove device_probe_child()Simon Glass2016-01-281-8/+1
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-211-2/+4
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-201-0/+7
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-131-1/+1
|\
| * spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-131-1/+1
* | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-4/+27
* | dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-121-11/+20
|/
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-1/+1
* dm: core: Enable optional use of fdt_translate_address()Stefan Roese2015-10-211-0/+20
* dm: core: Don't use pinctrl for the root deviceSimon Glass2015-10-051-2/+6