summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-07-27dm: core: Add a function to bind child devicesSimon Glass
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass
2016-07-14dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass
2016-07-14dm: core: Move regmap allocation into a separate functionSimon Glass
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-14dm: syscon: Add support for of-platdataSimon Glass
2016-07-14dm: regmap: Add a dummy implementation for of-platdataSimon Glass
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass
2016-07-09dm: core: implement dev_map_physmem()Vignesh R
2016-06-19dm: add manual relocation for devicesAngelo Dureghello
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
2016-05-25fdt: Support for ISA bussesPaul Burton
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren
2016-04-14dm: device.c: Minor coding-style fixStefan Roese
2016-04-14dm: core: device: set pinctrl state for pinctrl devicePeng Fan
2016-03-17syscon: Avoid returning a device on failureSimon Glass
2016-03-14dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass
2016-01-28dm: Remove device_probe_child()Simon Glass
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass
2016-01-24dm: core: Display the error number when driver binding failsSimon Glass
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-21dm: core: Don't set pinctrl for pinctrl devicesSimon Glass
2016-01-20dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass
2016-01-20dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass
2016-01-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N
2016-01-13spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese
2015-12-10dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATEStefan Roese
2015-12-07dm: core: Enable SPL_SIMPLE_BUS by defaultMichal Simek
2015-12-01dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass
2015-11-19dm: core: Add missing entries for manual relocationMichal Simek
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2015-10-29dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng