summaryrefslogtreecommitdiffstats
path: root/drivers/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: introduce dev_get_addr interfacePeng Fan2015-02-121-0/+12
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+4
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-291-0/+4
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-15/+13
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+5
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+12
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-0/+4
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-291-2/+28
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-291-9/+13
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-291-8/+10
* dm: device: Add newline to debug() messagesSimon Glass2014-12-111-3/+3
OpenPOWER on IntegriCloud