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
Commit message (
Expand
)
Author
Age
Lines
...
*
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
-1
/
+215
*
dm: add DM_FLAG_BOUND flag
Masahiro Yamada
2015-08-06
-0
/
+5
*
dm: Support address translation for simple-bus
Simon Glass
2015-08-06
-6
/
+41
*
dm: Make regmap and syscon optional
Simon Glass
2015-08-06
-2
/
+21
*
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: core: Add \n to two dm_warn() messages
Simon Glass
2015-07-21
-2
/
+2
*
dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea
Hans de Goede
2015-07-21
-0
/
+4
*
dm: Export device_remove_children / device_unbind_children
Hans de Goede
2015-07-21
-18
/
+4
*
dm: remove redundant CONFIG_DM from driver/core/Makefile
Masahiro Yamada
2015-07-21
-1
/
+1
*
dm: do not set DM_FLAG_ACTIVATED twice
Masahiro Yamada
2015-07-21
-1
/
+0
*
dm: change dm_warn() message into debug() in uclass_add()
Masahiro Yamada
2015-07-21
-2
/
+2
*
dm: core: Add device checking to syscon_get_regmap()
Simon Glass
2015-07-21
-2
/
+5
*
dm: Add support for generic system controllers (syscon)
Simon Glass
2015-07-21
-0
/
+74
*
dm: Add support for register maps (regmap)
Simon Glass
2015-07-21
-0
/
+87
*
dm: core: Correct device_get_child_by_of_offset() parameter
Simon Glass
2015-07-21
-2
/
+2
*
dm: core: Add a function to find any device from device tree
Simon Glass
2015-07-21
-0
/
+25
*
dm: core: Use debug() instead of printf() for failures
Simon Glass
2015-07-21
-3
/
+3
*
dm: Move the tree/uclass dump code into its own file
Simon Glass
2015-07-21
-0
/
+97
*
Remove SPL undefine of CONFIG_OF_CONTROL
Simon Glass
2015-06-10
-0
/
+2
*
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
2015-04-29
-1
/
+8
*
dm: core: Correct bug introduced in uclass_first/next_device()
Simon Glass
2015-04-28
-0
/
+5
*
dm: core: drop device removal error path correctly
Masahiro Yamada
2015-04-28
-3
/
+3
*
dm: core: Select device tree control correctly for SPL
Simon Glass
2015-04-23
-6
/
+8
*
dm: core: Drop device removal error path when not supported
Simon Glass
2015-04-23
-10
/
+16
*
dm: core: Remove unbind operations when not required
Simon Glass
2015-04-23
-0
/
+4
*
dm: core: Allow sequence alias support to be removed for SPL
Simon Glass
2015-04-23
-13
/
+24
*
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: device: add function: dev_get_uclass_name()
Przemyslaw Marczak
2015-04-22
-0
/
+8
*
dm: core: device: add function: dev_get_driver_ops()
Przemyslaw Marczak
2015-04-22
-0
/
+8
*
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: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
2015-04-22
-4
/
+33
*
dm: core: add internal functions for getting the device without probe
Przemyslaw Marczak
2015-04-22
-25
/
+34
*
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
-0
/
+28
*
dm: core: Mark device as active before calling uclass probe() methods
Simon Glass
2015-04-18
-3
/
+5
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
-3
/
+3
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
-5
/
+6
*
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
-2
/
+17
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
-2
/
+10
*
dm: core: Mark device as active before calling its probe() method
Simon Glass
2015-04-16
-3
/
+4
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
-0
/
+10
*
kconfig: remove unneeded dependency on !SPL_BUILD
Masahiro Yamada
2015-02-24
-10
/
+6
*
dm: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-02-12
-0
/
+64
*
dm: introduce dev_get_addr interface
Peng Fan
2015-02-12
-0
/
+12
*
dm: Add Kconfig options for driver model SPL support
Simon Glass
2015-02-12
-0
/
+44
*
dm: Expand and complete Kconfig in drivers/
Simon Glass
2015-02-12
-2
/
+4
*
dm: core: Ignore disabled devices when binding
Simon Glass
2015-01-29
-0
/
+5
*
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
-0
/
+17
[prev]
[next]