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
Age
Commit message (
Expand
)
Author
2015-06-04
dm: Sort the uclass IDs after the tegra/PMIC addition
Simon Glass
2015-05-21
test: dm: Move the dm tests over to the ut command
Joe Hershberger
2015-05-21
test: Generalize the unit test framework
Joe Hershberger
2015-05-15
dm: regulator: add implementation of driver model regulator uclass
Przemyslaw Marczak
2015-05-15
dm: pmic: add implementation of driver model pmic uclass
Przemyslaw Marczak
2015-05-13
dm: video: Add a uclass for display port
Simon Glass
2015-05-13
dm: core: Sort the uclasses
Simon Glass
2015-05-06
dm: rtc: Add a uclass for real-time clocks
Simon Glass
2015-04-30
dm: Implement a CPU uclass
Simon Glass
2015-04-30
dm: core: Add a function to bind a driver for a device tree node
Simon Glass
2015-04-23
dm: core: Remove unbind operations when not required
Simon Glass
2015-04-22
dm: core: precise comments for get/find device by name
Przemyslaw Marczak
2015-04-22
dm: core: remove type 'static' of function uclass_get_device_tail()
Przemyslaw Marczak
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: uclass: add function: uclass_get_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: core: uclass: add function: uclass_find_device_by_name()
Przemyslaw Marczak
2015-04-22
dm: test: Add tests for device's uclass platform data
Przemyslaw Marczak
2015-04-22
dm: core: Extend struct udevice by '.uclass_platdata' field.
Przemyslaw Marczak
2015-04-22
dm: core: add internal functions for getting the device without probe
Przemyslaw Marczak
2015-04-18
dm: test: Allow 'dm test' to select a particular test to run
Simon Glass
2015-04-18
dm: usb: sandbox: Add an emulator for USB flash devices
Simon Glass
2015-04-18
dm: usb: sandbox: Add a uclass for USB device emulation
Simon Glass
2015-04-18
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
dm: usb: Add driver model support for hubs
Simon Glass
2015-04-18
dm: usb: Add a uclass for USB controllers
Simon Glass
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-18
dm: x86: Add a uclass for an Low Pin Count (LPC) device
Simon Glass
2015-04-18
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
dm: x86: pci: Convert coreboot to use driver model for pci
Simon Glass
2015-04-17
dm: sandbox: pci: Add a PCI emulation uclass
Simon Glass
2015-04-17
dm: pci: Add a uclass for PCI
Simon Glass
2015-04-17
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-17
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-02-19
dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
Marek Vasut
2015-02-12
dm: introduce dev_get_addr interface
Peng Fan
2015-02-12
dm: sh: serial: Add support driver model
Nobuhiro Iwamatsu
2015-01-30
DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
Ruchika Gupta
2015-01-30
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-30
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2015-01-30
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-30
dm: core: Add a flag to control sequence numbering
Simon Glass
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 uclasses to specify platdata for a device's children
Simon Glass
2015-01-30
dm: core: Allow parents to have platform data for their children
Simon Glass
2015-01-30
dm: core: Improve comments for uclass_first/next_device()
Simon Glass
[next]