summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)Author
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
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot
2018-08-06dm: core: device: enable power domain in probePeng Fan
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich
2018-01-21core: Make device_is_compatible live-tree compatibleMario Six
2017-10-08dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass
2017-06-01dm: core: Adjust device_bind_common() to take an ofnodeSimon Glass
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass
2017-04-13dm: core: Ensure DMA regions start up with the cache cleanSimon Glass
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass
2016-07-09dm: core: implement dev_map_physmem()Vignesh R
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren
2016-04-14dm: device.c: Minor coding-style fixStefan Roese
2016-04-14dm: core: device: set pinctrl state for pinctrl devicePeng Fan
2016-01-28dm: Remove device_probe_child()Simon Glass
2016-01-21dm: core: Don't set pinctrl for pinctrl devicesSimon Glass
2016-01-20dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass
2016-01-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N
2016-01-13spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-21dm: core: Enable optional use of fdt_translate_address()Stefan Roese
2015-10-05dm: core: Don't use pinctrl for the root deviceSimon Glass