index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
core
/
uclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uclass: Add dev_get_uclass_index() to get the uclass/index of a device
Jean-Jacques Hiblot
2018-08-21
1
-0
/
+21
*
dm: core: Add logging of some common errors
Simon Glass
2018-07-09
1
-2
/
+12
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
core: add uclass_get_device_by_phandle_id() api
Kever Yang
2018-03-31
1
-0
/
+26
*
dm: core: Add a function to look up a uclass by name
Simon Glass
2018-02-03
1
-0
/
+14
*
dm: core: Add uclass_first/next_device_check()
Simon Glass
2017-07-11
1
-0
/
+27
*
dm: core: Clarify uclass_first/next_device() comments
Simon Glass
2017-07-11
1
-2
/
+1
*
dm: core: Update uclass_find_device_by_phandle() for livetree
Simon Glass
2017-06-01
1
-3
/
+2
*
dm: core: Add a way to find a device by ofnode
Simon Glass
2017-06-01
1
-0
/
+37
*
core/uclass: Print name of device in uclass_find_device_by_seq()
Alexandru Gagniuc
2017-04-13
1
-1
/
+1
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-3
/
+5
*
dm: core: Add a function to get a uclass name
Simon Glass
2016-10-11
1
-0
/
+9
*
dm: core: Add a way to find a device by its driver
Simon Glass
2016-07-25
1
-0
/
+20
*
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
2016-03-14
1
-0
/
+13
*
dm: core: Export uclass_find_device_by_of_offset()
Simon Glass
2016-01-21
1
-2
/
+2
*
dm: core: Call uclass post_bind() after the driver's bind() method
Simon Glass
2016-01-20
1
-5
/
+0
*
dm: core: Provide uclass_find_device_by_phandle() only when needed
Simon Glass
2016-01-20
1
-0
/
+4
*
dm: core: Remove unnecessary codes in uclass_pre_remove_device()
Bin Meng
2015-10-29
1
-7
/
+0
*
dm: Improve handling of a missing uclass
Simon Glass
2015-09-02
1
-1
/
+6
*
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-18
1
-2
/
+2
*
dm: core: Support finding a device by phandle
Simon Glass
2015-08-05
1
-0
/
+42
*
dm: core: Check for empty list in uclass_find_device()
Simon Glass
2015-08-05
1
-0
/
+2
*
dm: change dm_warn() message into debug() in uclass_add()
Masahiro Yamada
2015-07-21
1
-2
/
+2
*
dm: core: Correct bug introduced in uclass_first/next_device()
Simon Glass
2015-04-28
1
-0
/
+5
*
dm: core: Remove unbind operations when not required
Simon Glass
2015-04-23
1
-0
/
+4
*
dm: core: Handle recursive unbinding of uclass devices
Simon Glass
2015-04-22
1
-2
/
+10
*
dm: core: remove type 'static' of function uclass_get_device_tail()
Przemyslaw Marczak
2015-04-22
1
-11
/
+1
*
dm: core: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
2015-04-22
1
-0
/
+11
*
dm: core: uclass: add function: uclass_find_device_by_name()
Przemyslaw Marczak
2015-04-22
1
-0
/
+24
*
dm: core: add internal functions for getting the device without probe
Przemyslaw Marczak
2015-04-22
1
-25
/
+34
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
1
-1
/
+9
*
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
1
-0
/
+13
*
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2015-01-29
1
-5
/
+16
*
dm: do not check the existence of uclass operation
Masahiro Yamada
2014-10-22
1
-4
/
+0
*
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
1
-0
/
+2
*
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
1
-0
/
+35
*
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
1
-0
/
+78
*
dm: Move uclass error checking/probing into a function
Simon Glass
2014-07-23
1
-6
/
+22
*
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-06-20
1
-1
/
+1
*
dm: rename device struct to udevice
Heiko Schocher
2014-05-27
1
-15
/
+16
*
dm: Add base driver model support
Simon Glass
2014-03-04
1
-0
/
+285