summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-slave-testunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: testunit: improve error handling for GPIOWolfram Sang2024-10-081-0/+7
* i2c: testunit: add SMBusAlert triggerWolfram Sang2024-08-261-0/+59
* i2c: testunit: move code to avoid a forward declarationWolfram Sang2024-08-261-42/+42
* i2c: testunit: return current command on read messagesWolfram Sang2024-08-141-2/+2
* i2c: testunit: add command to support versioning and test rep_startWolfram Sang2024-08-141-2/+23
* i2c: testunit: sort case blocksWolfram Sang2024-08-141-8/+8
* i2c: testunit: match HostNotify test name with docsWolfram Sang2024-08-081-2/+2
* Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-201-1/+1
|\
| * Merge tag 'i2c-host-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang2024-07-131-1/+4
| |\
| * | i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-261-1/+1
* | | i2c: testunit: avoid re-issued work after read messageWolfram Sang2024-07-121-0/+7
| |/ |/|
* | i2c: testunit: discard write requests while old command is runningWolfram Sang2024-06-281-0/+3
* | i2c: testunit: don't erase registers after STOPWolfram Sang2024-06-281-1/+1
|/
* i2c: Convert drivers to new .probe() callbackUwe Kleine-König2023-03-091-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* i2c: testunit: add support for block process callsWolfram Sang2021-02-121-2/+10
* i2c: add slave testunit driverWolfram Sang2020-09-211-0/+175