summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeLines
* simple-bus: enable support for of-platdataKever Yang2017-02-08-0/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08-21/+24
* dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese2016-12-02-0/+22
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-02-0/+7
* Fix codying style broken by recent libfdt syncMasahiro Yamada2016-10-24-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-1/+1
* dm: core: Add a function to get a uclass nameSimon Glass2016-10-11-0/+9
* dm: syscon: Provide a generic syscon driverPaul Burton2016-09-21-0/+11
* dm: core: Match compatible strings in order of priorityPaul Burton2016-09-21-37/+41
* dm: regmap: Implement simple regmap_read & regmap_writePaul Burton2016-09-21-0/+20
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-2/+1
* dm: core: Add a function to bind child devicesSimon Glass2016-07-27-0/+9
* dm: core: Add a way to find a device by its driverSimon Glass2016-07-25-0/+20
* dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-14-2/+16
* dm: core: Move regmap allocation into a separate functionSimon Glass2016-07-14-12/+22
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-14-11/+32
* dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-14-2/+2
* dm: syscon: Add support for of-platdataSimon Glass2016-07-14-0/+13
* dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-14-0/+9
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-14-4/+4
* dm: core: implement dev_map_physmem()Vignesh R2016-07-09-0/+11
* dm: add manual relocation for devicesAngelo Dureghello2016-06-19-0/+15
* dm: allow setting driver_data before/during bindStephen Warren2016-05-26-5/+24
* fdt: Support for ISA bussesPaul Burton2016-05-25-0/+23
* drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2016-05-24-0/+14
* dm: core: Allow device names to be freed automaticallySimon Glass2016-05-17-0/+8
* fdt: fix dev_get_addr_name node offsetStephen Warren2016-05-17-2/+2
* dm: core: allow drivers to refuse to bindStephen Warren2016-05-17-0/+4
* dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-25-0/+5
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-15-0/+16
* dm: device.c: Minor coding-style fixStefan Roese2016-04-14-6/+6
* dm: core: device: set pinctrl state for pinctrl devicePeng Fan2016-04-14-0/+3
* syscon: Avoid returning a device on failureSimon Glass2016-03-17-0/+1
* dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada2016-03-14-0/+1
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-14-0/+13
* dm: Remove device_probe_child()Simon Glass2016-01-28-8/+1
* dm: syscon: Allow finding devices by driver dataSimon Glass2016-01-24-12/+19
* dm: core: Display the error number when driver binding failsSimon Glass2016-01-24-1/+2
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-21-2/+2
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-21-2/+4
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-20-5/+7
* dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass2016-01-20-0/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-13-1/+10
|\
| * spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-13-1/+10
* | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-13-4/+27
* | dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-12-11/+41
|/
* dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATEStefan Roese2015-12-10-1/+1
* dm: core: Enable SPL_SIMPLE_BUS by defaultMichal Simek2015-12-07-1/+1
* dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2015-12-01-2/+21