summaryrefslogtreecommitdiffstats
path: root/drivers/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* dm: allow setting driver_data before/during bindStephen Warren2016-05-261-3/+22
* drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2016-05-241-0/+14
* dm: core: Allow device names to be freed automaticallySimon Glass2016-05-171-0/+6
* fdt: fix dev_get_addr_name node offsetStephen Warren2016-05-171-2/+2
* dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-251-0/+5
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-151-0/+16
* dm: device.c: Minor coding-style fixStefan Roese2016-04-141-6/+6
* dm: core: device: set pinctrl state for pinctrl devicePeng Fan2016-04-141-0/+3
* dm: Remove device_probe_child()Simon Glass2016-01-281-8/+1
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-211-2/+4
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-201-0/+7
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-131-1/+1
|\
| * spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-131-1/+1
* | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-4/+27
* | dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-121-11/+20
|/
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-1/+1
* dm: core: Enable optional use of fdt_translate_address()Stefan Roese2015-10-211-0/+20
* dm: core: Don't use pinctrl for the root deviceSimon Glass2015-10-051-2/+6
* fdt: add new fdt address parsing functionsStephen Warren2015-09-151-1/+4
* dm: Improve handling of a missing uclassSimon Glass2015-09-021-1/+3
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-311-0/+4
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-311-2/+4
* dm: core: Add Kconfig for simple bus driverMarek Vasut2015-08-311-3/+1
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-0/+2
* dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng2015-08-261-5/+14
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-3/+3
* dm: core: Add a way to set a device nameSimon Glass2015-08-061-0/+10
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-061-0/+2
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-061-0/+3
* dm: add DM_FLAG_BOUND flagMasahiro Yamada2015-08-061-0/+2
* dm: Support address translation for simple-busSimon Glass2015-08-061-6/+11
* dm: core: Add \n to two dm_warn() messagesSimon Glass2015-07-211-2/+2
* dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada2015-07-211-1/+0
* dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-211-2/+2
* dm: core: Add a function to find any device from device treeSimon Glass2015-07-211-0/+25
* dm: core: drop device removal error path correctlyMasahiro Yamada2015-04-281-3/+3
* dm: core: Drop device removal error path when not supportedSimon Glass2015-04-231-10/+16
* dm: core: Allow sequence alias support to be removed for SPLSimon Glass2015-04-231-13/+15
* dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak2015-04-221-0/+8
* dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak2015-04-221-0/+8
* dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2015-04-221-4/+29
* dm: core: Add device children and sibling functionsSimon Glass2015-04-181-0/+28
* dm: core: Mark device as active before calling uclass probe() methodsSimon Glass2015-04-181-3/+5
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-181-2/+2
* dm: core: Convert driver_bind() to use constSimon Glass2015-04-181-3/+4
* dm: core: Support allocating driver-private data for DMASimon Glass2015-04-181-2/+17
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-161-1/+1
* dm: core: Mark device as active before calling its probe() methodSimon Glass2015-04-161-3/+4
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-0/+10
OpenPOWER on IntegriCloud