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