aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/driver-api/s390-drivers.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/Documentation/driver-api/s390-drivers.rst b/Documentation/driver-api/s390-drivers.rst
index 42350f21357d..30e6aa7e160b 100644
--- a/Documentation/driver-api/s390-drivers.rst
+++ b/Documentation/driver-api/s390-drivers.rst
@@ -121,10 +121,15 @@ ccw group devices
121Generic interfaces 121Generic interfaces
122================== 122==================
123 123
124Some interfaces are available to other drivers that do not necessarily 124The following section contains interfaces in use not only by drivers
125have anything to do with the busses described above, but still are 125dealing with ccw devices, but drivers for various other s390 hardware
126indirectly using basic infrastructure in the common I/O layer. One 126as well.
127example is the support for adapter interrupts. 127
128Adapter interrupts
129------------------
130
131The common I/O layer provides helper functions for dealing with adapter
132interrupts and interrupt vectors.
128 133
129.. kernel-doc:: drivers/s390/cio/airq.c 134.. kernel-doc:: drivers/s390/cio/airq.c
130 :export: 135 :export: