summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Supress dead-code warning in __of_get_next_child()Simon Glass2017-06-121-0/+6
* dm: Add more livetree helpers and definitionsSimon Glass2017-06-011-2/+2
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-2/+2
* dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass2017-06-011-3/+2
* dm: simple-bus: Add support for livetreeSimon Glass2017-06-011-2/+1
* dm: regmap: Add support for livetreeSimon Glass2017-06-011-15/+22
* dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-011-0/+37
* dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-011-4/+54
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-9/+6
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-012-7/+7
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-012-11/+9
* dm: core: Implement live tree 'read' functionsSimon Glass2017-06-012-0/+143
* dm: core: Add device-based 'read' functions to access DTSimon Glass2017-06-011-0/+4
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-012-1/+38
* dm: core: Add address operations on device tree referencesSimon Glass2017-06-011-0/+27
* dm: core: Add livetree address functionsSimon Glass2017-06-012-1/+360
* dm: core: Add operations on device tree referencesSimon Glass2017-06-012-0/+553
* dm: core: Rename of_device_is_compatible()Simon Glass2017-06-011-1/+1
* dm: core: Add livetree access functionsSimon Glass2017-06-012-0/+736
* dm: core: Set return value first in lists_bind_fdt()Simon Glass2017-06-011-2/+2
* 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-012-2/+2
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-2/+3
* dm: core: Dont export dm_scan_fdt_node()Simon Glass2017-06-011-2/+15
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-12/+12
* dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2017-06-013-126/+144
* dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese2017-05-171-5/+11
* dm: core: Ensure DMA regions start up with the cache cleanSimon Glass2017-04-131-1/+29
* core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc2017-04-131-1/+1
* dm: core: Allow driver model to be disabled for TPLSimon Glass2017-04-051-0/+14
* dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2017-04-042-4/+22
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-044-7/+8
* regmap: use fdt address translationJean-Jacques Hiblot2017-03-221-6/+8
* dm: core: Fix Handling of global_data moving in SPLLokesh Vutla2017-03-221-2/+4
* dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner2017-03-161-6/+6
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-162-1/+26
* simple-bus: enable support for of-platdataKever Yang2017-02-081-0/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-085-21/+24
* dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese2016-12-021-0/+22
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-021-0/+7
* Fix codying style broken by recent libfdt syncMasahiro Yamada2016-10-241-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* dm: core: Add a function to get a uclass nameSimon Glass2016-10-111-0/+9
* dm: syscon: Provide a generic syscon driverPaul Burton2016-09-211-0/+11
* dm: core: Match compatible strings in order of priorityPaul Burton2016-09-211-37/+41
* dm: regmap: Implement simple regmap_read & regmap_writePaul Burton2016-09-211-0/+20
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-1/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1
* dm: core: Add a function to bind child devicesSimon Glass2016-07-271-0/+9
* dm: core: Add a way to find a device by its driverSimon Glass2016-07-251-0/+20