summaryrefslogtreecommitdiff
path: root/test/dm/i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+29
2020-12-19dm: test: Drop assumptions of no sequence numbersSimon Glass1-3/+0
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-8/+8
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass1-9/+9
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-0/+65
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-15/+35
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-2/+2
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-10/+10
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+8
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-3/+3
2015-01-30dm: i2c: Provide an offset length parameter where neededSimon Glass1-5/+5
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-30/+30
2014-12-11dm: i2c: Add tests for I2CSimon Glass1-0/+216