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