summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fdt: add new fdt address parsing functionsStephen Warren2015-09-151-1/+4
* dm: Improve handling of a missing uclassSimon Glass2015-09-021-1/+3
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-311-0/+4
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-311-2/+4
* dm: core: Add Kconfig for simple bus driverMarek Vasut2015-08-311-3/+1
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-0/+2
* dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng2015-08-261-5/+14
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-3/+3
* dm: core: Add a way to set a device nameSimon Glass2015-08-061-0/+10
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-061-0/+2
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-061-0/+3