aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass1-2/+2
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-2/+2
2017-06-01dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass1-3/+2
2017-06-01dm: simple-bus: Add support for livetreeSimon Glass1-2/+1
2017-06-01dm: regmap: Add support for livetreeSimon Glass1-15/+22
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass1-0/+37
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-4/+54
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-9/+6
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2-7/+7
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass2-11/+9
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass2-0/+143
2017-06-01dm: core: Add device-based 'read' functions to access DTSimon Glass1-0/+4
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass2-1/+38
2017-06-01dm: core: Add address operations on device tree referencesSimon Glass1-0/+27
2017-06-01dm: core: Add livetree address functionsSimon Glass2-1/+360
2017-06-01dm: core: Add operations on device tree referencesSimon Glass2-0/+553
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass1-1/+1
2017-06-01dm: core: Add livetree access functionsSimon Glass2-0/+736
2017-06-01dm: core: Set return value first in lists_bind_fdt()Simon Glass1-2/+2
2017-06-01dm: core: Adjust device_bind_common() to take an ofnodeSimon Glass1-8/+10
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass2-2/+2
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-2/+3
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass1-2/+15
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-12/+12
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass3-126/+144
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese1-5/+11
2017-04-13dm: core: Ensure DMA regions start up with the cache cleanSimon Glass1-1/+29
2017-04-13core/uclass: Print name of device in uclass_find_device_by_seq()Alexandru Gagniuc1-1/+1
2017-04-05dm: core: Allow driver model to be disabled for TPLSimon Glass1-0/+14
2017-04-04dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2-4/+22
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese4-7/+8
2017-03-22regmap: use fdt address translationJean-Jacques Hiblot1-6/+8
2017-03-22dm: core: Fix Handling of global_data moving in SPLLokesh Vutla1-2/+4
2017-03-16dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-6/+6
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2-1/+26
2017-02-08simple-bus: enable support for of-platdataKever Yang1-0/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass5-21/+24
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+22
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass1-0/+7
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-2/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+9
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton1-0/+11
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton1-37/+41
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton1-0/+20
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+9
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass1-0/+20
2016-07-14dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16