summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2016-07-15dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass
2016-07-15dm: core: Move regmap allocation into a separate functionSimon Glass
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-15dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-15dm: syscon: Add support for of-platdataSimon Glass
2016-07-15dm: regmap: Add a dummy implementation for of-platdataSimon Glass
2016-07-15dm: 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-27dm: 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-29dm: 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-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-22dm: core: Don't set pinctrl for pinctrl devicesSimon Glass
2016-01-21dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass
2016-01-21dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass
2016-01-14Merge 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-11dm: 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-20Revert "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
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-21dm: core: Enable optional use of fdt_translate_address()Stefan Roese
2015-10-05dm: core: Don't use pinctrl for the root deviceSimon Glass
2015-09-15fdt: add new fdt address parsing functionsStephen Warren
2015-09-03dm: Provide better debugging when a device fails to bindSimon Glass
2015-09-03dm: Improve handling of a missing uclassSimon Glass
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass