Commit Graph

138 Commits (f59fa3b1811370f979c80f46d839a09f60c49e43)

Author SHA1 Message Date
Simon Glass 2bb02e4fe2 dm: pci: Allow PCI bus numbering aliases 10 years ago
Karl Apsite 657fd2d031 add test for two 'loadables' 10 years ago
Joe Hershberger f68c2b2592 test: env: Add a test of the new regex behavior for attrs 10 years ago
Joe Hershberger b04d3553ee test: env: Add test for verifying env attrs 10 years ago
Joe Hershberger 421f86f329 test: env: Add test framework for env 10 years ago
Joe Hershberger b6227d3993 test: dm: Recover the driver model tree after tests 10 years ago
Joe Hershberger 09129bec8e test: dm: eth: Handle failed test env cleanup 10 years ago
Joe Hershberger 7cccc66af5 test: dm: Don't bail on all tests if one test fails 10 years ago
Joe Hershberger feb3847250 test: Move the unit tests to their own menu 10 years ago
Joe Hershberger c812f722f8 test: dm: Move the time test over to the ut command 10 years ago
Joe Hershberger 40441e0bd3 test: dm: Move the dm tests over to the ut command 10 years ago
Joe Hershberger c617ede08a test: Add a common unit test command 10 years ago
Joe Hershberger e721b882e9 test: Generalize the unit test framework 10 years ago
Joe Hershberger 73c2bbeea3 net: Apply default format rules to all ethaddr 10 years ago
Przemyslaw Marczak f64000c302 test: dm: test.dts - move to sandbox dts directory 10 years ago
Przemyslaw Marczak e8f339e0e8 test: dm: add sandbox PMIC framework tests 10 years ago
Simon Glass 8271f5d4c3 test: Add a simple time test 10 years ago
Simon Glass 4772511475 dm: rtc: Add tests for real-time clocks 10 years ago
Simon Glass fbe07ba0f8 dm: test: dts: Sort the aliases in the test device tree file 10 years ago
Simon Glass 182bf92d19 dm: i2c: Add an explicit test mode to the sandbox I2C driver 10 years ago
Joe Hershberger 172a31bf87 test: dm: eth: Skip timeouts on ping tests 10 years ago
Simon Glass f9fd4558ea dm: test: Don't clear global_data in dm_test_uclass_before_ready() 10 years ago
Przemyslaw Marczak 6e0c4880c8 dm: test: Add tests for get/find uclass's device by name 10 years ago
Przemyslaw Marczak 9e85f13ddc dm: test: Add tests for get/find uclass devices 10 years ago
Przemyslaw Marczak 754e71e850 dm: test: Add tests for device's uclass platform data 10 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 10 years ago
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 10 years ago
Simon Glass e00cb2232b dm: usb: Add tests for the USB uclass 10 years ago
Simon Glass 57f54d55bd dm: test: Allow 'dm test' to select a particular test to run 10 years ago
Simon Glass b66c0a662b dm: test: Correct printf() output nit in 'dm uclass' 10 years ago
Simon Glass 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods 10 years ago
Simon Glass e23eb614a4 dm: test: bus: Use a local variable to simplify code 10 years ago
Joe Hershberger 60304592b9 net: Improve error handling 10 years ago
Joe Hershberger 7ece1c61ad test: dm: net: Add a test of the netretry behavior 10 years ago
Joe Hershberger 7d104eab7d test: dm: eth: Add testing for ethrotate env var 10 years ago
Joe Hershberger 6536b9bb76 dm: eth: Add support for ethprime env var 10 years ago
Joe Hershberger e58780dcb7 dm: eth: Add support for aliases 10 years ago
Joe Hershberger bfacad7da1 test: dm: eth: Add tests for the eth dm implementation 10 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 10 years ago
Joe Hershberger eb374221ec test: dm: Reorder the objects to build 10 years ago
Simon Glass d3b7ff14f4 dm: pci: Add driver model tests for PCI 10 years ago
Simon Glass fa67f90fc3 dm: Show both allocated and requested seq numbers in 'dm uclass' 10 years ago
Simon Glass 02c07b3741 dm: core: Add a uclass pre_probe() method for devices 10 years ago
Simon Glass e564f054af dm: core: Add dev_get_uclass_priv() to access uclass private data 10 years ago
Simon Glass 1967982a95 dm: test: Add a Kconfig file 10 years ago
Simon Glass ca88b9b939 dm: i2c: Add a dm_ prefix to driver model bus speed functions 10 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