aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-virtio.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24i2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar1-7/+8
2025-05-19i2c: virtio: Replace dev_err() with dev_err_probe() in probe functionEnrico Zanda1-4/+3
2024-09-10i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_idChristophe JAILLET1-2/+2
2024-07-11i2c: virtio: reword according to newest specificationWolfram Sang1-1/+1
2023-08-08i2c: virtio: Remove #ifdef guards for PM related functionsPaul Cercueil1-6/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-12-09i2c: virtio: fix completion handlingVincent Whitchurch1-20/+12
2021-11-23i2c: virtio: disable timeout handlingVincent Whitchurch1-9/+5
2021-11-01i2c: virtio: Add support for zero-length requestsViresh Kumar1-26/+30
2021-08-19i2c: virtio: add a virtio i2c frontend driverJie Deng1-0/+290