Commit Graph

235 Commits (ac3f26cc15ad7e3e9efc2b0b0e18c6e84d93af77)

Author SHA1 Message Date
Joe Hershberger 40441e0bd3 test: dm: Move the dm tests over to the ut command 9 years ago
Joe Hershberger e721b882e9 test: Generalize the unit test framework 9 years ago
Joe Hershberger 73c2bbeea3 net: Apply default format rules to all ethaddr 9 years ago
Przemyslaw Marczak f64000c302 test: dm: test.dts - move to sandbox dts directory 9 years ago
Przemyslaw Marczak e8f339e0e8 test: dm: add sandbox PMIC framework tests 9 years ago
Simon Glass 4772511475 dm: rtc: Add tests for real-time clocks 9 years ago
Simon Glass fbe07ba0f8 dm: test: dts: Sort the aliases in the test device tree file 9 years ago
Simon Glass 182bf92d19 dm: i2c: Add an explicit test mode to the sandbox I2C driver 9 years ago
Joe Hershberger 172a31bf87 test: dm: eth: Skip timeouts on ping tests 9 years ago
Simon Glass f9fd4558ea dm: test: Don't clear global_data in dm_test_uclass_before_ready() 9 years ago
Przemyslaw Marczak 6e0c4880c8 dm: test: Add tests for get/find uclass's device by name 9 years ago
Przemyslaw Marczak 9e85f13ddc dm: test: Add tests for get/find uclass devices 9 years ago
Przemyslaw Marczak 754e71e850 dm: test: Add tests for device's uclass platform data 9 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 9 years ago
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 9 years ago
Simon Glass e00cb2232b dm: usb: Add tests for the USB uclass 9 years ago
Simon Glass 57f54d55bd dm: test: Allow 'dm test' to select a particular test to run 9 years ago
Simon Glass b66c0a662b dm: test: Correct printf() output nit in 'dm uclass' 9 years ago
Simon Glass 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods 9 years ago
Simon Glass e23eb614a4 dm: test: bus: Use a local variable to simplify code 9 years ago
Joe Hershberger 60304592b9 net: Improve error handling 9 years ago
Joe Hershberger 7ece1c61ad test: dm: net: Add a test of the netretry behavior 9 years ago
Joe Hershberger 7d104eab7d test: dm: eth: Add testing for ethrotate env var 9 years ago
Joe Hershberger 6536b9bb76 dm: eth: Add support for ethprime env var 9 years ago
Joe Hershberger e58780dcb7 dm: eth: Add support for aliases 9 years ago
Joe Hershberger bfacad7da1 test: dm: eth: Add tests for the eth dm implementation 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Joe Hershberger eb374221ec test: dm: Reorder the objects to build 9 years ago
Simon Glass d3b7ff14f4 dm: pci: Add driver model tests for PCI 9 years ago
Simon Glass fa67f90fc3 dm: Show both allocated and requested seq numbers in 'dm uclass' 9 years ago
Simon Glass 02c07b3741 dm: core: Add a uclass pre_probe() method for devices 9 years ago
Simon Glass e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data 9 years ago
Simon Glass 1967982a95 dm: test: Add a Kconfig file 9 years ago
Simon Glass ca88b9b939 dm: i2c: Add a dm_ prefix to driver model bus speed functions 9 years ago
Simon Glass d0cff03e18 dm: spi: Move slave details to child platdata 10 years ago
Simon Glass 83c7e434c9 dm: core: Allow uclass to set up a device's child before it is probed 10 years ago
Simon Glass 081f2fcbd9 dm: core: Allow the uclass to set up a device's child after binding 10 years ago
Simon Glass dac8db2ce6 dm: core: Allow uclasses to specify private data for a device's children 10 years ago
Simon Glass 9cc36a2b89 dm: core: Add a flag to control sequence numbering 10 years ago
Simon Glass b367053102 dm: core: Add a function to get a device's uclass ID 10 years ago
Simon Glass 0118ce7957 dm: core: Add a post_bind method for parents 10 years ago
Simon Glass ba8da9dc43 dm: core: Allow uclasses to specify platdata for a device's children 10 years ago
Simon Glass cdc133bde9 dm: core: Allow parents to have platform data for their children 10 years ago
Simon Glass f8a85449ef dm: core: Allocate platform data when binding a device 10 years ago
Simon Glass 22cc069160 dm: Don't run tests if U-Boot cannot be built 10 years ago
Simon Glass 25ab4b0303 dm: i2c: Provide an offset length parameter where needed 10 years ago
Simon Glass f9a4c2da72 dm: i2c: Rename driver model I2C functions to permit compatibility 10 years ago
Simon Glass 3669e0e759 dm: gpio: Add better functions to request GPIOs 10 years ago
Simon Glass b5493d17bd sandbox: Correct ordering of 'sb save' commands 10 years ago
Simon Glass ecc2ed55ee dm: i2c: Add tests for I2C 10 years ago