summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
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
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-02dm: Provide better debugging when a device fails to bindSimon Glass
2015-09-02dm: 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
2015-08-26dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada
2015-08-06dm: core: Add a way to set a device nameSimon Glass
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada
2015-08-06dm: Support address translation for simple-busSimon Glass
2015-08-06dm: Make regmap and syscon optionalSimon Glass
2015-08-05dm: core: Support finding a device by phandleSimon Glass
2015-08-05dm: core: Check for empty list in uclass_find_device()Simon Glass
2015-07-21dm: core: Add \n to two dm_warn() messagesSimon Glass
2015-07-21dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede
2015-07-21dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada
2015-07-21dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada