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