This patch series cleans up kernel-doc warnings in several FireWire source files and then adds a Documentation driver-api chapter for FireWire. [PATCH v4 1/5] FireWire: clean up firewire-cdev.h kernel-doc [PATCH v4 2/5] FireWire: clean up core-iso.c kernel-doc [PATCH v4 3/5] FireWire: clean up core-transaction.c kernel-doc [PATCH v4 4/5] FireWire: add a Documentation driver-api chapter [PATCH v4 5/5] FireWire: add driver-api Introduction section The only changes in v4 are (a) respin against current -next and (b) add more Cc:s so that someone will please merge the series.(*) I think that Jon is the best choice to merge this series, but someone please do so. It has already missed 2 merge windows. (*): Stefan hasn't replied to patches in the linux1394-devel mailing list recently. E.g., see: https://sourceforge.net/p/linux1394/mailman/message/36406886/ Documentation/driver-api/firewire.rst | 50 +++++++++++++++++++++++- Documentation/driver-api/index.rst | 1 drivers/firewire/core-iso.c | 7 +++ drivers/firewire/core-transaction.c | 10 ++++ include/uapi/linux/firewire-cdev.h | 22 ++++++---- 5 files changed, 81 insertions(+), 9 deletions(-)