Commit Graph

47 Commits (f30f50987a3f9c45c0d580a996d267e7e9688763)

Author SHA1 Message Date
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
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
Masahiro Yamada a56642c7ba dm_test: improve the appearance shown by "dm tree" command 10 years ago
Simon Glass 4324174d03 test: dm: Add additional GPIO tests 11 years ago
Simon Glass 756ac0bb15 test: dm: Support memory leak checking as a core feature 11 years ago
Simon Glass d44f597b12 dm: gpio: Add gpio_requestf() helper for printf() strings 11 years ago
Simon Glass 4b8f11c2cc test: dm: Update GPIO tests for new gpio_request() method 11 years ago
Simon Glass 0ae0cb7b50 dm: sf: Add tests for SPI flash 11 years ago
Simon Glass ebcab48a03 dm: spi: Add tests 11 years ago
Simon Glass a8981d4f80 dm: core: Add functions for iterating through device children 11 years ago
Simon Glass a327dee0f4 dm: Add child_pre_probe() and child_post_remove() methods 11 years ago
Simon Glass e59f458de6 dm: Introduce per-child data for devices 11 years ago
Simon Glass 997c87bb0b dm: Add functions to access a device's children 11 years ago
Simon Glass 1ca7e2062b dm: Provide a function to scan child FDT nodes 11 years ago
Simon Glass c910e2e2da dm: Avoid accessing uclasses before they are ready 11 years ago
Simon Glass f4cdead24a dm: Allow a device to be found by its FDT offset 11 years ago
Simon Glass b7d665705e dm: Display the sequence number for each device 11 years ago
Simon Glass 5a66a8ff86 dm: Introduce device sequence numbering 11 years ago
Simon Glass 4e8bc21170 dm: Avoid activating devices in 'dm uclass' command 11 years ago
Simon Glass fffa24d7c5 dm: Move device display into its own function 11 years ago
Simon Glass 00606d7e39 dm: Allow drivers to be marked 'before relocation' 11 years ago
Simon Glass 7497812d47 dm: Make sure that the root device is probed 11 years ago
Simon Glass eb9ef5fee7 dm: Use an explicit expect value in core tests 11 years ago
Simon Glass 4af5b1445c dm: Use '*' to indicate a device is activated 11 years ago
Simon Glass 184b1b7175 dm: Fix printf() strings in the 'dm' command 11 years ago
Simon Glass b6a49a7ae7 dm: Allow driver model tests only for sandbox 11 years ago
Simon Glass ae7f451308 dm: Rename struct device_id to udevice_id 11 years ago
Heiko Schocher 54c5d08a09 dm: rename device struct to udevice 11 years ago
Simon Glass 96495d90fe dm: Add GPIO support and tests 11 years ago
Simon Glass 0681195977 dm: Add a 'dm' command for testing 11 years ago
Simon Glass 2e7d35d2a6 dm: Add basic tests 11 years ago