summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada2016-03-141-0/+1
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-141-0/+13
* dm: Remove device_probe_child()Simon Glass2016-01-281-8/+1
* dm: syscon: Allow finding devices by driver dataSimon Glass2016-01-241-12/+19
* dm: core: Display the error number when driver binding failsSimon Glass2016-01-241-1/+2
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-211-2/+2
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-211-2/+4
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-202-5/+7
* dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass2016-01-201-0/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-132-1/+10
|\
| * spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-132-1/+10
* | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-4/+27
* | dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-122-11/+41
|/
* dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATEStefan Roese2015-12-101-1/+1
* dm: core: Enable SPL_SIMPLE_BUS by defaultMichal Simek2015-12-071-1/+1
* dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2015-12-012-2/+21
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-191-4/+18
* dm: core: Add missing entries for manual relocationMichal Simek2015-11-191-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-10-291-7/+0
|\
| * dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng2015-10-291-7/+0