summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeLines
* 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
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-19-4/+18
* dm: core: Add missing entries for manual relocationMichal Simek2015-11-19-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-10-29-7/+0
|\
| * dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng2015-10-29-7/+0
* | dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-1/+1
|/
* dm: core: Enable optional use of fdt_translate_address()Stefan Roese2015-10-21-0/+50
* dm: core: Don't use pinctrl for the root deviceSimon Glass2015-10-05-2/+6
* fdt: add new fdt address parsing functionsStephen Warren2015-09-15-1/+4
* dm: Provide better debugging when a device fails to bindSimon Glass2015-09-02-1/+4
* dm: Improve handling of a missing uclassSimon Glass2015-09-02-2/+9