index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
core
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: drop device removal error path correctly
Masahiro Yamada
2015-04-28
1
-3
/
+3
*
dm: core: Drop device removal error path when not supported
Simon Glass
2015-04-23
1
-10
/
+16
*
dm: core: Allow sequence alias support to be removed for SPL
Simon Glass
2015-04-23
1
-13
/
+15
*
dm: core: device: add function: dev_get_uclass_name()
Przemyslaw Marczak
2015-04-22
1
-0
/
+8
*
dm: core: device: add function: dev_get_driver_ops()
Przemyslaw Marczak
2015-04-22
1
-0
/
+8
*
dm: core: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
2015-04-22
1
-4
/
+29
*
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
1
-0
/
+28
*
dm: core: Mark device as active before calling uclass probe() methods
Simon Glass
2015-04-18
1
-3
/
+5
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
1
-2
/
+2
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
1
-3
/
+4
*
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
1
-2
/
+17
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
1
-1
/
+1
*
dm: core: Mark device as active before calling its probe() method
Simon Glass
2015-04-16
1
-3
/
+4
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-0
/
+10
*
dm: introduce dev_get_addr interface
Peng Fan
2015-02-12
1
-0
/
+12
*
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
1
-0
/
+4
*
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-29
1
-0
/
+4
*
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-15
/
+13
*
dm: core: Add a function to get a device's uclass ID
Simon Glass
2015-01-29
1
-0
/
+5
*
dm: core: Add a post_bind method for parents
Simon Glass
2015-01-29
1
-0
/
+12
*
dm: core: Allow uclasses to specify platdata for a device's children
Simon Glass
2015-01-29
1
-0
/
+4
*
dm: core: Allow parents to have platform data for their children
Simon Glass
2015-01-29
1
-2
/
+28
*
dm: core: Allocate platform data when binding a device
Simon Glass
2015-01-29
1
-9
/
+13
*
dm: core: Tidy up error handling in device_bind()
Simon Glass
2015-01-29
1
-8
/
+10
*
dm: device: Add newline to debug() messages
Simon Glass
2014-12-11
1
-3
/
+3
*
dm: core: Add functions to find parent and OF data
Simon Glass
2014-11-22
1
-0
/
+5
*
dm: core: Allow access to the device's driver_id data
Simon Glass
2014-11-22
1
-0
/
+5
*
dm: Allow device removal features to be dropped
Simon Glass
2014-11-21
1
-168
/
+0
*
dm: core: Allow parents to pass data to children during probe
Simon Glass
2014-10-22
1
-1
/
+8
*
dm: core: Add functions for iterating through device children
Simon Glass
2014-10-22
1
-0
/
+27
*
dm: avoid dev->req_seq overflow
Robert Baldyga
2014-09-23
1
-0
/
+2
*
dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL
Simon Glass
2014-09-23
1
-2
/
+5
*
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
2014-07-23
1
-1
/
+15
*
dm: Introduce per-child data for devices
Simon Glass
2014-07-23
1
-0
/
+26
*
dm: Add functions to access a device's children
Simon Glass
2014-07-23
1
-0
/
+93
*
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
1
-0
/
+28
*
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
1
-2
/
+4
*
dm: rename device struct to udevice
Heiko Schocher
2014-05-27
1
-16
/
+16
*
dm: Add base driver model support
Simon Glass
2014-03-04
1
-0
/
+348