summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-141-2/+16
* dm: core: Move regmap allocation into a separate functionSimon Glass2016-07-141-12/+22
* 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-142-2/+2
* dm: syscon: Add support for of-platdataSimon Glass2016-07-141-0/+13
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-141-0/+9
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-143-4/+4
* dm: core: implement dev_map_physmem()Vignesh R2016-07-091-0/+11
* dm: add manual relocation for devicesAngelo Dureghello2016-06-191-0/+15
* dm: allow setting driver_data before/during bindStephen Warren2016-05-262-5/+24
* fdt: Support for ISA bussesPaul Burton2016-05-251-0/+23
* 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-172-0/+8
* fdt: fix dev_get_addr_name node offsetStephen Warren2016-05-171-2/+2
* dm: core: allow drivers to refuse to bindStephen Warren2016-05-171-0/+4
* 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
* syscon: Avoid returning a device on failureSimon Glass2016-03-171-0/+1