Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
161b1fe745394f34c4aa506edc964089785919f6
/
include
/
dm
« Previous
36d0d3b
dm: sandbox: pci: Add a PCI emulation uclass
by Simon Glass
· 10 years ago
ff3e077
dm: pci: Add a uclass for PCI
by Simon Glass
· 10 years ago
02c07b3
dm: core: Add a uclass pre_probe() method for devices
by Simon Glass
· 10 years ago
e564f05
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
66c0315
dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
by Marek Vasut
· 10 years ago
c9cac3f
dm: introduce dev_get_addr interface
by Peng Fan
· 10 years ago
59088e4
dm: sh: serial: Add support driver model
by Nobuhiro Iwamatsu
· 10 years ago
31d2b4f
DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
by Ruchika Gupta
· 10 years ago
83c7e43
dm: core: Allow uclass to set up a device's child before it is probed
by Simon Glass
· 10 years ago
081f2fc
dm: core: Allow the uclass to set up a device's child after binding
by Simon Glass
· 10 years ago
dac8db2
dm: core: Allow uclasses to specify private data for a device's children
by Simon Glass
· 10 years ago
9cc36a2
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
b367053
dm: core: Add a function to get a device's uclass ID
by Simon Glass
· 10 years ago
0118ce7
dm: core: Add a post_bind method for parents
by Simon Glass
· 10 years ago
ba8da9d
dm: core: Allow uclasses to specify platdata for a device's children
by Simon Glass
· 10 years ago
cdc133b
dm: core: Allow parents to have platform data for their children
by Simon Glass
· 10 years ago
040b69a
dm: core: Improve comments for uclass_first/next_device()
by Simon Glass
· 10 years ago
ecc2ed5
dm: i2c: Add tests for I2C
by Simon Glass
· 10 years ago
2014201
dm: Add a simple EEPROM driver
by Simon Glass
· 10 years ago
c70c71d
dm: i2c: Add I2C emulation driver for sandbox
by Simon Glass
· 10 years ago
c6202d8
dm: i2c: Add a uclass for I2C
by Simon Glass
· 10 years ago
dee332f
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
e33dc22
dm: Add a function to bind a device by driver name
by Simon Glass
· 10 years ago
479728c
dm: core: Add functions to find parent and OF data
by Simon Glass
· 10 years ago
2ef249b
dm: core: Allow access to the device's driver_id data
by Simon Glass
· 10 years ago
e3568d2
DM: thermal: Add imx thermal DM driver
by Ye.Li
· 10 years ago
a94f468
dm: Disable dm_warn() in SPL
by Simon Glass
· 10 years ago
3ac435d
dm: Allow device removal features to be dropped
by Simon Glass
· 10 years ago
d064cbf
dm: serial: use Driver Model for UniPhier serial driver
by Masahiro Yamada
· 10 years ago
86256b7
dm: move platform data headers to include/dm/platform_data
by Masahiro Yamada
· 10 years ago
756ac0b
test: dm: Support memory leak checking as a core feature
by Simon Glass
· 10 years ago
da802b9
dm: core: Add support for simple-bus
by Simon Glass
· 10 years ago
1077839
dm: core: Allow a list of devices to be declared in one step
by Simon Glass
· 10 years ago
84d6cbd
dm: cros_ec: Add support for driver model
by Simon Glass
· 10 years ago
4c2dbef
dm: sf: Add a uclass for SPI flash
by Simon Glass
· 10 years ago
c60e1f2
dm: sandbox: Add a SPI emulation uclass
by Simon Glass
· 10 years ago
d7af6a4
dm: spi: Add a uclass for SPI
by Simon Glass
· 10 years ago
547cea1
dm: core: Add a clarifying comment on struct udevice's seq member
by Simon Glass
· 10 years ago
accd4b1
dm: core: Allow parents to pass data to children during probe
by Simon Glass
· 10 years ago
a8981d4
dm: core: Add functions for iterating through device children
by Simon Glass
· 10 years ago
f887cb6
dm: add of_match_ptr() macro
by Masahiro Yamada
· 10 years ago
b1799fc
dm: fix include guard
by Masahiro Yamada
· 10 years ago
42c23dd
dm: include <linker_lists.h> from platdata.h and uclass.h
by Masahiro Yamada
· 10 years ago
81b4e75
dm: fix comments
by Masahiro Yamada
· 10 years ago
57d9275
dm: Add a uclass for serial devices
by Simon Glass
· 10 years ago
1f359e3
dm: Adjust lists_bind_fdt() to return the bound device
by Simon Glass
· 10 years ago
bb58503
dm: Add dm_scan_other() to locate board-specific devices
by Simon Glass
· 10 years ago
a327dee
dm: Add child_pre_probe() and child_post_remove() methods
by Simon Glass
· 10 years ago
e59f458
dm: Introduce per-child data for devices
by Simon Glass
· 10 years ago
997c87b
dm: Add functions to access a device's children
by Simon Glass
· 10 years ago
1ca7e20
dm: Provide a function to scan child FDT nodes
by Simon Glass
· 10 years ago
0040b94
dm: Tidy up some header file comments
by Simon Glass
· 10 years ago
f4cdead
dm: Allow a device to be found by its FDT offset
by Simon Glass
· 10 years ago
5a66a8f
dm: Introduce device sequence numbering
by Simon Glass
· 10 years ago
ab7cd62
dm: Support driver model prior to relocation
by Simon Glass
· 10 years ago
00606d7
dm: Allow drivers to be marked 'before relocation'
by Simon Glass
· 10 years ago
9adbd7a
dm: Provide a way to shut down driver model
by Simon Glass
· 10 years ago
f2bc6fc
dm: Tidy up four minor code nits
by Simon Glass
· 10 years ago
89876a5
dm: Cast away the const-ness of the global_data pointer
by Simon Glass
· 10 years ago
ae7f451
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
54c5d08
dm: rename device struct to udevice
by Heiko Schocher
· 10 years ago
2e7d35d
dm: Add basic tests
by Simon Glass
· 11 years ago
6494d70
dm: Add base driver model support
by Simon Glass
· 11 years ago