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
/
include
/
dm
/
device.h
Commit message (
Expand
)
Author
Age
Lines
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
-0
/
+10
*
dm: core: Add dev_get_addr_size_index() to retrieve addr and size
Stefan Roese
2016-12-02
-0
/
+16
*
dm: core: Add a function to bind child devices
Simon Glass
2016-07-27
-0
/
+16
*
dm: core: Add a way to find a device by its driver
Simon Glass
2016-07-25
-0
/
+4
*
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
-0
/
+2
*
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
Simon Glass
2016-07-14
-2
/
+2
*
dm: core: implement dev_map_physmem()
Vignesh R
2016-07-09
-0
/
+13
*
drivers: core: device: add support to check dt compatible for a device/machine
Mugunthan V N
2016-05-24
-0
/
+23
*
dm: core: Allow device names to be freed automatically
Simon Glass
2016-05-17
-0
/
+16
*
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
Stefan Roese
2016-04-25
-0
/
+10
*
fdt: implement dev_get_addr_name()
Stephen Warren
2016-04-15
-0
/
+12
*
dm: core: Add a new api to get indexed device address
Mugunthan V N
2016-01-13
-0
/
+11
*
dm: core: Add option to configure an offset for the address translation
Stefan Roese
2016-01-12
-0
/
+21
*
dm: core: Add safe device iteration macros
Simon Glass
2015-11-19
-0
/
+12
*
dm: core: Tidy up comments in device.h
Simon Glass
2015-10-23
-3
/
+16
*
dm: core: Remove a comment about dropping per_child_auto_alloc_size
Simon Glass
2015-10-23
-4
/
+0
*
dm: core: Tidy up devres comments
Simon Glass
2015-10-23
-26
/
+24
*
dm: core: Fix device flag whitespace
Simon Glass
2015-10-23
-5
/
+5
*
dm: core: Adjust device.h header file order
Simon Glass
2015-10-23
-13
/
+13
*
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
-5
/
+5
*
dm: pci: Add an inline API to test if a device is on a PCI bus
Bin Meng
2015-09-16
-0
/
+11
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
-2
/
+2
*
dm: core: Add a way to set a device name
Simon Glass
2015-08-06
-0
/
+15
*
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
2015-08-06
-0
/
+82
*
devres: add devm_kmalloc() and friends (managed memory allocators)
Masahiro Yamada
2015-08-06
-0
/
+44
*
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
-0
/
+140
*
dm: add DM_FLAG_BOUND flag
Masahiro Yamada
2015-08-06
-0
/
+3
*
dm: Add a return value comment to device_get_child()
Simon Glass
2015-08-05
-1
/
+3
*
dm: core: Correct device_get_child_by_of_offset() parameter
Simon Glass
2015-07-21
-1
/
+1
*
dm: core: Add a function to find any device from device tree
Simon Glass
2015-07-21
-0
/
+14
*
dm: core: device: add function: dev_get_uclass_name()
Przemyslaw Marczak
2015-04-22
-0
/
+10
*
dm: core: device: add function: dev_get_driver_ops()
Przemyslaw Marczak
2015-04-22
-0
/
+11
*
dm: core: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
2015-04-22
-1
/
+16
*
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
-0
/
+30
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
-5
/
+11
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
-1
/
+1
*
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
-0
/
+3
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
-0
/
+10
*
dm: introduce dev_get_addr interface
Peng Fan
2015-02-12
-0
/
+10
*
dm: core: Add a function to get a device's uclass ID
Simon Glass
2015-01-29
-0
/
+8
*
dm: core: Add a post_bind method for parents
Simon Glass
2015-01-29
-0
/
+2
*
dm: core: Allow parents to have platform data for their children
Simon Glass
2015-01-29
-0
/
+19
*
dm: core: Add functions to find parent and OF data
Simon Glass
2014-11-22
-0
/
+8
*
dm: core: Allow access to the device's driver_id data
Simon Glass
2014-11-22
-0
/
+11
*
dm: core: Add a clarifying comment on struct udevice's seq member
Simon Glass
2014-10-22
-1
/
+2
*
dm: core: Allow parents to pass data to children during probe
Simon Glass
2014-10-22
-0
/
+4
*
dm: core: Add functions for iterating through device children
Simon Glass
2014-10-22
-0
/
+18
*
dm: add of_match_ptr() macro
Masahiro Yamada
2014-10-22
-0
/
+6
*
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
2014-07-23
-0
/
+6
*
dm: Introduce per-child data for devices
Simon Glass
2014-07-23
-0
/
+20
[next]