index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
/
uclass.c
Commit message (
Expand
)
Author
Age
Lines
*
dm: core: Add a way to find a device by its driver
Simon Glass
2016-07-25
-0
/
+20
*
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
2016-03-14
-0
/
+13
*
dm: core: Export uclass_find_device_by_of_offset()
Simon Glass
2016-01-21
-2
/
+2
*
dm: core: Call uclass post_bind() after the driver's bind() method
Simon Glass
2016-01-20
-5
/
+0
*
dm: core: Provide uclass_find_device_by_phandle() only when needed
Simon Glass
2016-01-20
-0
/
+4
*
dm: core: Remove unnecessary codes in uclass_pre_remove_device()
Bin Meng
2015-10-29
-7
/
+0
*
dm: Improve handling of a missing uclass
Simon Glass
2015-09-02
-1
/
+6
*
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-18
-2
/
+2
*
dm: core: Support finding a device by phandle
Simon Glass
2015-08-05
-0
/
+42
*
dm: core: Check for empty list in uclass_find_device()
Simon Glass
2015-08-05
-0
/
+2
*
dm: change dm_warn() message into debug() in uclass_add()
Masahiro Yamada
2015-07-21
-2
/
+2
*
dm: core: Correct bug introduced in uclass_first/next_device()
Simon Glass
2015-04-28
-0
/
+5
*
dm: core: Remove unbind operations when not required
Simon Glass
2015-04-23
-0
/
+4
*
dm: core: Handle recursive unbinding of uclass devices
Simon Glass
2015-04-22
-2
/
+10
*
dm: core: remove type 'static' of function uclass_get_device_tail()
Przemyslaw Marczak
2015-04-22
-11
/
+1
*
dm: core: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
2015-04-22
-0
/
+11
*
dm: core: uclass: add function: uclass_find_device_by_name()
Przemyslaw Marczak
2015-04-22
-0
/
+24
*
dm: core: add internal functions for getting the device without probe
Przemyslaw Marczak
2015-04-22
-25
/
+34
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
-1
/
+9
*
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
-0
/
+13
*
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2015-01-29
-5
/
+16
*
dm: do not check the existence of uclass operation
Masahiro Yamada
2014-10-22
-4
/
+0
*
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
-0
/
+2
*
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
-0
/
+35
*
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
-0
/
+78
*
dm: Move uclass error checking/probing into a function
Simon Glass
2014-07-23
-6
/
+22
*
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-06-20
-1
/
+1
*
dm: rename device struct to udevice
Heiko Schocher
2014-05-27
-15
/
+16
*
dm: Add base driver model support
Simon Glass
2014-03-04
-0
/
+285