summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2018-07-19test: smem: add basic smem testRamon Fried
2018-07-09dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca
2018-05-18sandbox: tests: Add tests for mc34708 PMIC deviceLukasz Majewski
2018-05-18sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.cLukasz Majewski
2018-05-08test: regmap: add read/modify/write testNeil Armstrong
2018-05-08dm: led: add testcase for "default-state" propertyPatrick Bruenn
2018-05-07test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada
2018-05-07test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada
2018-05-07regmap: clean up regmap allocationMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28test: dm: regmap: fix license headerMasahiro Yamada
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-10clk: add sandbox test for bulk APINeil Armstrong
2018-04-10reset: add sandbox test for bulk APINeil Armstrong
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2018-01-15dm: core: parse chosen nodeRob Clark
2017-12-12power: extend prefix match to regulator-name propertyFelix Brack
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini
2017-10-06test/dm: Fix string handling issues in the eth testTom Rini
2017-10-01test: dm: usb: Update test cases for USBBin Meng
2017-09-29video: test: Add ANSI escape sequence testsRob Clark
2017-09-29video: test: Helper for writing stringsRob Clark
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass
2017-06-12test: pwm: Add a check that dev is not NULLSimon Glass
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2017-06-01dm: test: Move test running code into a separate functionSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2017-05-10dm: sandbox: pwm: add test for pwm_set_invert()Kever Yang