summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2-1/+10
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N1-4/+27
2016-01-13spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2-1/+10
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese2-11/+41
2015-12-11dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATEStefan Roese1-1/+1
2015-12-07dm: core: Enable SPL_SIMPLE_BUS by defaultMichal Simek1-1/+1
2015-12-01dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2-2/+21
2015-11-20Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass1-4/+18
2015-11-19dm: core: Add missing entries for manual relocationMichal Simek1-0/+8
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-7/+0
2015-10-29dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng1-7/+0
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-1/+1
2015-10-21dm: core: Enable optional use of fdt_translate_address()Stefan Roese2-0/+50
2015-10-05dm: core: Don't use pinctrl for the root deviceSimon Glass1-2/+6
2015-09-15fdt: add new fdt address parsing functionsStephen Warren1-1/+4
2015-09-03dm: Provide better debugging when a device fails to bindSimon Glass1-1/+4
2015-09-03dm: Improve handling of a missing uclassSimon Glass2-2/+9
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada1-0/+4
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada1-2/+4
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut3-6/+17
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-0/+2
2015-08-26dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng1-5/+14
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada4-7/+7
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada3-6/+6
2015-08-13drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+4
2015-08-06dm: core: Add a way to set a device nameSimon Glass1-0/+10
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada2-1/+31
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada3-2/+18
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada1-0/+34
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada5-1/+215
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada2-0/+5
2015-08-06dm: Support address translation for simple-busSimon Glass2-6/+41
2015-08-06dm: Make regmap and syscon optionalSimon Glass2-2/+21
2015-08-06dm: core: Support finding a device by phandleSimon Glass1-0/+42
2015-08-05dm: core: Check for empty list in uclass_find_device()Simon Glass1-0/+2
2015-07-22dm: core: Add \n to two dm_warn() messagesSimon Glass1-2/+2
2015-07-22dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede1-0/+4
2015-07-22dm: Export device_remove_children / device_unbind_childrenHans de Goede1-18/+4
2015-07-22dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada1-1/+1
2015-07-22dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada1-1/+0
2015-07-22dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada1-2/+2
2015-07-22dm: core: Add device checking to syscon_get_regmap()Simon Glass1-2/+5
2015-07-22dm: Add support for generic system controllers (syscon)Simon Glass2-0/+74
2015-07-22dm: Add support for register maps (regmap)Simon Glass2-0/+87
2015-07-22dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass1-2/+2
2015-07-22dm: core: Add a function to find any device from device treeSimon Glass1-0/+25
2015-07-22dm: core: Use debug() instead of printf() for failuresSimon Glass1-3/+3
2015-07-22dm: Move the tree/uclass dump code into its own fileSimon Glass2-0/+97
2015-06-11Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass1-0/+2
2015-04-30dm: core: Add a function to bind a driver for a device tree nodeSimon Glass1-1/+8