summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2015-02-19dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut
2015-02-12dm: introduce dev_get_addr interfacePeng Fan
2015-02-12dm: sh: serial: Add support driver modelNobuhiro Iwamatsu
2015-01-29DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass
2015-01-29dm: core: Improve comments for uclass_first/next_device()Simon Glass
2014-12-11dm: i2c: Add tests for I2CSimon Glass
2014-12-11dm: Add a simple EEPROM driverSimon Glass
2014-12-11dm: i2c: Add I2C emulation driver for sandboxSimon Glass
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li
2014-11-21dm: Disable dm_warn() in SPLSimon Glass
2014-11-21dm: Allow device removal features to be droppedSimon Glass
2014-10-23dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-10-22dm: core: Add support for simple-busSimon Glass
2014-10-22dm: core: Allow a list of devices to be declared in one stepSimon Glass
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass
2014-10-22dm: spi: Add a uclass for SPISimon Glass
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-10-22dm: add of_match_ptr() macroMasahiro Yamada
2014-10-22dm: fix include guardMasahiro Yamada
2014-10-22dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada
2014-10-22dm: fix commentsMasahiro Yamada
2014-09-10dm: Add a uclass for serial devicesSimon Glass
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Add functions to access a device's childrenSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Tidy up some header file commentsSimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass