index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
device.h
Age
Commit message (
Expand
)
Author
2015-11-20
dm: core: Add safe device iteration macros
Simon Glass
2015-10-23
dm: core: Tidy up comments in device.h
Simon Glass
2015-10-23
dm: core: Remove a comment about dropping per_child_auto_alloc_size
Simon Glass
2015-10-23
dm: core: Tidy up devres comments
Simon Glass
2015-10-23
dm: core: Fix device flag whitespace
Simon Glass
2015-10-23
dm: core: Adjust device.h header file order
Simon Glass
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-09-17
dm: pci: Add an inline API to test if a device is on a PCI bus
Bin Meng
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-06
dm: core: Add a way to set a device name
Simon Glass
2015-08-06
devres: make Devres optional with CONFIG_DEVRES
Masahiro Yamada
2015-08-06
devres: add devm_kmalloc() and friends (managed memory allocators)
Masahiro Yamada
2015-08-06
devres: introduce Devres (Managed Device Resource) framework
Masahiro Yamada
2015-08-06
dm: add DM_FLAG_BOUND flag
Masahiro Yamada
2015-08-05
dm: Add a return value comment to device_get_child()
Simon Glass
2015-07-21
dm: core: Correct device_get_child_by_of_offset() parameter
Simon Glass
2015-07-21
dm: core: Add a function to find any device from device tree
Simon Glass
2015-04-22
dm: core: device: add function: dev_get_uclass_name()
Przemyslaw Marczak
2015-04-22
dm: core: device: add function: dev_get_driver_ops()
Przemyslaw Marczak
2015-04-22
dm: core: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
2015-04-18
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-17
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-02-12
dm: introduce dev_get_addr interface
Peng Fan
2015-01-30
dm: core: Add a function to get a device's uclass ID
Simon Glass
2015-01-30
dm: core: Add a post_bind method for parents
Simon Glass
2015-01-30
dm: core: Allow parents to have platform data for their children
Simon Glass
2014-11-22
dm: core: Add functions to find parent and OF data
Simon Glass
2014-11-22
dm: core: Allow access to the device's driver_id data
Simon Glass
2014-10-22
dm: core: Add a clarifying comment on struct udevice's seq member
Simon Glass
2014-10-22
dm: core: Allow parents to pass data to children during probe
Simon Glass
2014-10-22
dm: core: Add functions for iterating through device children
Simon Glass
2014-10-22
dm: add of_match_ptr() macro
Masahiro Yamada
2014-07-23
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
2014-07-23
dm: Introduce per-child data for devices
Simon Glass
2014-07-23
dm: Add functions to access a device's children
Simon Glass
2014-07-23
dm: Tidy up some header file comments
Simon Glass
2014-07-23
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-06-20
dm: Tidy up four minor code nits
Simon Glass
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2014-03-04
dm: Add base driver model support
Simon Glass