[PATCH v2 0/2] vdpa: add driver_override support and sysfs ABI documentation

From: Stefano Garzarella
Date: Fri Nov 26 2021 - 11:50:11 EST


The first patch adds missing documentation of sysfs ABI for vDPA bus
and the second adds driver_override support (the code is the same of v1,
so I left Jason A-b tag).

v2:
- added preliminary commit to document pre-existing sysfs ABI for vDPA bus
- added `driver_override` documentation in Documentation/ABI/testing/sysfs-bus-vdpa

v1: https://lore.kernel.org/virtualization/20211104161729.258294-1-sgarzare@xxxxxxxxxx/

Thanks,
Stefano

Stefano Garzarella (2):
docs: document sysfs ABI for vDPA bus
vdpa: add driver_override support

include/linux/vdpa.h | 2 +
drivers/vdpa/vdpa.c | 74 ++++++++++++++++++++++++
Documentation/ABI/testing/sysfs-bus-vdpa | 57 ++++++++++++++++++
MAINTAINERS | 1 +
4 files changed, 134 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-bus-vdpa

--
2.31.1