summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeLines
* dm: test: Add a Kconfig fileSimon Glass2015-02-12-0/+8
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-12-3/+3
* dm: spi: Move slave details to child platdataSimon Glass2015-01-29-3/+3
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+53
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-0/+26
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29-2/+29
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-5/+23
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-29-0/+11
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-29-0/+35
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29-2/+30
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29-0/+81
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-29-2/+2
* dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-29-2/+7
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-5/+5
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-29-30/+30
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-2/+78
* sandbox: Correct ordering of 'sb save' commandsSimon Glass2015-01-14-1/+1
* dm: i2c: Add tests for I2CSimon Glass2014-12-11-0/+234
* dm_test: improve the appearance shown by "dm tree" commandMasahiro Yamada2014-12-11-51/+52
* test: dm: Add additional GPIO testsSimon Glass2014-10-23-0/+38
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-23-16/+32
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23-0/+18
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-23-22/+33
* dm: sf: Add tests for SPI flashSimon Glass2014-10-22-1/+60
* dm: spi: Add testsSimon Glass2014-10-22-0/+130
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22-0/+31
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+68
* dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+65
* dm: Add functions to access a device's childrenSimon Glass2014-07-23-0/+46
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-26/+117
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-23-0/+14
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+30
* dm: Display the sequence number for each deviceSimon Glass2014-07-23-0/+2
* dm: Introduce device sequence numberingSimon Glass2014-07-23-2/+63
* dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-23-3/+3
* dm: Move device display into its own functionSimon Glass2014-07-23-8/+19
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-13/+80
* dm: Make sure that the root device is probedSimon Glass2014-07-23-1/+1
* dm: Use an explicit expect value in core testsSimon Glass2014-07-23-6/+12
* dm: Use '*' to indicate a device is activatedSimon Glass2014-06-21-5/+6
* dm: Fix printf() strings in the 'dm' commandSimon Glass2014-06-20-4/+4
* dm: Allow driver model tests only for sandboxSimon Glass2014-06-20-2/+11
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-45/+46
* dm: Add GPIO support and testsSimon Glass2014-03-04-0/+111
* dm: Add a 'dm' command for testingSimon Glass2014-03-04-0/+134
* dm: Add basic testsSimon Glass2014-03-04-0/+1162