summaryrefslogtreecommitdiff
path: root/drivers/core/device.c
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-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
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: core: Don't use device tree with of-platdataSimon Glass
2016-07-09dm: core: implement dev_map_physmem()Vignesh R
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
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-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-01-28dm: Remove device_probe_child()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-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-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: 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-06dm: core: Add a way to set a device nameSimon Glass
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro 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-07-21dm: core: Add \n to two dm_warn() messagesSimon Glass
2015-07-21dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-04-28dm: core: drop device removal error path correctlyMasahiro Yamada
2015-04-23dm: core: Drop device removal error path when not supportedSimon Glass
2015-04-23dm: core: Allow sequence alias support to be removed for SPLSimon Glass
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak
2015-04-18dm: core: Add device children and sibling functionsSimon Glass