summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
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-05dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese2-4/+22
2017-04-05dm: 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-17dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-6/+6
2017-03-17dm: 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-03dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+22
2016-12-03dm: 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-26dm: core: Add a way to find a device by its driverSimon Glass1-0/+20
2016-07-15dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass1-2/+16
2016-07-15dm: core: Move regmap allocation into a separate functionSimon Glass1-12/+22
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass1-11/+32
2016-07-15dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2-2/+2
2016-07-15dm: syscon: Add support for of-platdataSimon Glass1-0/+13
2016-07-15dm: regmap: Add a dummy implementation for of-platdataSimon Glass1-0/+9
2016-07-15dm: core: Don't use device tree with of-platdataSimon Glass3-4/+4
2016-07-09dm: core: implement dev_map_physmem()Vignesh R1-0/+11
2016-06-20dm: add manual relocation for devicesAngelo Dureghello1-0/+15
2016-05-27dm: allow setting driver_data before/during bindStephen Warren2-5/+24
2016-05-26fdt: Support for ISA bussesPaul Burton1-0/+23
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N1-0/+14
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass2-0/+8
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren1-2/+2
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren1-0/+4