aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/device.c
AgeCommit message (Expand)AuthorFilesLines
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-02dm: Improve handling of a missing uclassSimon Glass1-1/+3
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 Vasut1-3/+1
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 Yamada1-2/+2
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada1-3/+3
2015-08-06dm: core: Add a way to set a device nameSimon Glass1-0/+10
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada1-0/+2
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada1-0/+3
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada1-0/+2
2015-08-06dm: Support address translation for simple-busSimon Glass1-6/+11
2015-07-21dm: core: Add \n to two dm_warn() messagesSimon Glass1-2/+2
2015-07-21dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada1-1/+0
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass1-2/+2
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass1-0/+25
2015-04-28dm: core: drop device removal error path correctlyMasahiro Yamada1-3/+3
2015-04-23dm: core: Drop device removal error path when not supportedSimon Glass1-10/+16
2015-04-23dm: core: Allow sequence alias support to be removed for SPLSimon Glass1-13/+15
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak1-0/+8
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak1-0/+8
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak1-4/+29
2015-04-18dm: core: Add device children and sibling functionsSimon Glass1-0/+28
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass1-3/+5
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass1-2/+2
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass1-3/+4
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass1-2/+17
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-1/+1
2015-04-16dm: core: Mark device as active before calling its probe() methodSimon Glass1-3/+4
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-0/+10
2015-02-12dm: introduce dev_get_addr interfacePeng Fan1-0/+12
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+4
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-15/+13
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+5
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+12
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-2/+28
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass1-9/+13
2015-01-29dm: core: Tidy up error handling in device_bind()Simon Glass1-8/+10
2014-12-11dm: device: Add newline to debug() messagesSimon Glass1-3/+3
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+5
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass1-0/+5
2014-11-21dm: Allow device removal features to be droppedSimon Glass1-168/+0
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-1/+8
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+27
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga1-0/+2