Re: [PATCH 28/36] docs-rst: convert s390-drivers DocBook to ReST

2017-05-15 Thread Cornelia Huck
umentation/DocBook/s390-drivers.tmpl > create mode 100644 Documentation/driver-api/s390-drivers.rst Acked-by: Cornelia Huck ...but I wonder how good the information in there still is, given that I haven't touched it in ages... -- To unsubscribe from this list: send the line "unsubscr

[PATCH 0/3] s390: documentation update

2018-01-23 Thread Cornelia Huck
found at git://git.kernel.org/pub/scm/linux/kernel/git/cohuck/linux.git s390-doc-update Cornelia Huck (3): s390/docs: mention subchannel types s390/docs: reword airq section s390/cmf: fix kerneldoc Documentation/driver-api/s390-drivers.rst | 32 +++ drivers/s390

[PATCH 2/3] s390/docs: reword airq section

2018-01-23 Thread Cornelia Huck
Also mention the iv helpers as well. Signed-off-by: Cornelia Huck --- Documentation/driver-api/s390-drivers.rst | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/driver-api/s390-drivers.rst b/Documentation/driver-api/s390-drivers.rst index

[PATCH 3/3] s390/cmf: fix kerneldoc

2018-01-23 Thread Cornelia Huck
Make sure we use proper Return sections, and make the output for cmf_enable() less odd. Signed-off-by: Cornelia Huck --- drivers/s390/cio/cmf.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/s390/cio/cmf.c b/drivers/s390/cio/cmf.c index 5e495c62cfa7

[PATCH 1/3] s390/docs: mention subchannel types

2018-01-23 Thread Cornelia Huck
Since the original inception of the s390-drivers document, the common I/O layer has grown support for more types of subchannels. Give at least a pointer for the various types. Signed-off-by: Cornelia Huck --- Documentation/driver-api/s390-drivers.rst | 19 +++ 1 file changed, 19

Re: [PATCH] vfio: fix documentation

2018-05-07 Thread Cornelia Huck
he specified dev as owned by > +iommu_group of the specified dev and register the dev as owned by > a VFIO bus driver. The driver provides an ops structure for callbacks > similar to a file operations structure:: > Reviewed-by: Cornelia Huck -- To unsubscribe from this list: send

Re: [PATCH 38/41] Documentation: virtual: fix spelling mistake

2016-04-25 Thread Cornelia Huck
Modifies attributes of an existing I/O adapter interrupt source. Takes > -a kvm_s390_io_adapter_req specifiying the adapter and the operation: > +a kvm_s390_io_adapter_req specifying the adapter and the operation: > > struct kvm_s390_io_adapter_req { > __u32 id;