Age | Commit message (Expand) | Author |
2019-07-22 | dm: core: Introduce xxx_translate_dma_address() | Fabien Dessenne |
2019-02-08 | dm: core: Add tests for dev_read_alias_highest_id() | Michal Simek |
2018-12-13 | dm: core: Add a function to read into a unsigned int | Simon Glass |
2018-12-05 | dm: core: add functions to get/remap I/O addresses by name | Álvaro Fernández Rojas |
2018-11-29 | dm: core: Add a few more specific child-finding functions | Simon Glass |
2018-11-29 | dm: core: Export uclass_find_device_by_phandle() | Simon Glass |
2018-11-14 | test: dm: core: Add test case for uclass driver's child_post_probe() | Bin Meng |
2018-11-14 | test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag | Bin Meng |
2018-09-29 | test: Add tests for dev_{enable, disable}_by_path | Mario Six |
2018-09-29 | test: Add tests for DT-manipulation functions | Mario Six |
2018-06-01 | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini |
2018-06-01 | dm: core: add functions to get memory-mapped I/O addresses | Álvaro Fernández Rojas |
2018-05-31 | test: dm: Fix wrong aliases property names | Eugeniu Rosca |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-01 | core: ofnode: Fix translation for #size-cells == 0 | Mario Six |
2018-01-15 | dm: core: parse chosen node | Rob Clark |
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-01 | dm: test: Disable the fdt_offset test with livetree | Simon Glass |
2017-02-08 | dm: core: Replace of_offset with accessor | Simon Glass |
2015-05-21 | test: Generalize the unit test framework | Joe Hershberger |
2015-01-29 | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass |
2015-01-29 | dm: core: Add a flag to control sequence numbering | Simon Glass |
2015-01-29 | dm: core: Allocate platform data when binding a device | Simon Glass |
2014-07-23 | dm: Provide a function to scan child FDT nodes | Simon Glass |
2014-07-23 | dm: Allow a device to be found by its FDT offset | Simon Glass |
2014-07-23 | dm: Introduce device sequence numbering | Simon Glass |
2014-07-23 | dm: Allow drivers to be marked 'before relocation' | Simon Glass |
2014-07-23 | dm: Use an explicit expect value in core tests | Simon Glass |
2014-06-20 | dm: Rename struct device_id to udevice_id | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Add basic tests | Simon Glass |