Age | Commit message (Expand) | Author |
2018-01-15 | dm: core: parse chosen node | Rob Clark |
2017-12-12 | power: extend prefix match to regulator-name property | Felix Brack |
2017-10-09 | Merge git://git.denx.de/u-boot-video | Tom Rini |
2017-10-06 | test/dm: Fix string handling issues in the eth test | Tom Rini |
2017-10-01 | test: dm: usb: Update test cases for USB | Bin Meng |
2017-09-29 | video: test: Add ANSI escape sequence tests | Rob Clark |
2017-09-29 | video: test: Helper for writing strings | Rob Clark |
2017-09-11 | dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test | Patrice Chotard |
2017-09-11 | blk: dm: make blk_create_device() take a number of block instead of a size | Jean-Jacques Hiblot |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-16 | env: Rename setenv() to env_set() | Simon Glass |
2017-07-11 | dm: core: Add uclass_first/next_device_check() | Simon Glass |
2017-07-11 | dm: core: Test uclass_first/next_device() on probe failure | Simon Glass |
2017-06-12 | test: bus: Add a check that dev is not NULL | Simon Glass |
2017-06-12 | test: wdt: Add a check that dev is not NULL | Simon Glass |
2017-06-12 | test: pwm: Add a check that dev is not NULL | Simon Glass |
2017-06-09 | dm: blk: Add a way to obtain a block device from its parent | Simon Glass |
2017-06-01 | dm: phy: Update tests to use ut_asserteq() | Simon Glass |
2017-06-01 | dm: test: Disable the fdt_offset test with livetree | Simon Glass |
2017-06-01 | dm: test: Separate out the bus DT offset test | Simon Glass |
2017-06-01 | dm: core: Run tests with both livetree and flat tree | Simon Glass |
2017-06-01 | dm: test: Add support for running tests with livetree | Simon Glass |
2017-06-01 | dm: test: Show the test filename when running | Simon Glass |
2017-06-01 | dm: test: Move test running code into a separate function | Simon Glass |
2017-06-01 | sandbox: Add a way to reset sandbox state for tests | Simon Glass |
2017-06-01 | dm: core: Scan the live tree when setting up driver model | Simon Glass |
2017-06-01 | dm: blk: Improve block device claiming | Simon Glass |
2017-06-01 | dm: blk: Allow finding block devices without probing | Simon Glass |
2017-05-10 | dm: sandbox: pwm: add test for pwm_set_invert() | Kever Yang |
2017-05-09 | dm: test: Add tests for the generic PHY uclass | Jean-Jacques Hiblot |
2017-05-08 | dm: Simple Watchdog uclass | maxims@google.com |
2017-04-27 | dm: sandbox: pwm: Add a basic pwm test | Simon Glass |
2017-04-14 | dm: led: Add support for blinking LEDs | Simon Glass |
2017-04-14 | dm: led: Support toggling LEDs | Simon Glass |
2017-04-14 | dm: led: Add support for getting the state of an LED | Simon Glass |
2017-04-14 | dm: led: Adjust the LED uclass | Simon Glass |
2017-04-04 | dm: test: Add test for device removal | Stefan Roese |
2017-04-04 | dm: core: Add flags parameter to device_remove() | Stefan Roese |
2017-02-08 | dm: core: Replace of_offset with accessor | Simon Glass |
2016-07-27 | Add a power domain framework/uclass | Stephen Warren |
2016-07-27 | dm: Use dm_scan_fdt_dev() directly where possible | Simon Glass |
2016-07-27 | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass |
2016-06-19 | clk: convert API to match reset/mailbox style | Stephen Warren |
2016-06-19 | reset: implement a reset test | Stephen Warren |
2016-06-03 | dm: test: Add GPIO open drain tests | mario.six@gdsys.cc |
2016-05-26 | mailbox: implement a sandbox test | Stephen Warren |
2016-05-26 | Rename reset to sysreset | Stephen Warren |
2016-05-17 | dm: mmc: test: Add tests for MMC | Simon Glass |
2016-05-17 | dm: sandbox: mmc: Enable building MMC code for sandbox | Simon Glass |
2016-05-17 | dm: sandbox: Only enable the sandbox MMC driver when valid | Simon Glass |