diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 12:34:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 11:03:02 -0300 |
commit | fe34c89d25429e079ba67416529514120dd715f8 (patch) | |
tree | 31a1ab717619c97b8711803d8815a22aa77ce2dd /Documentation/eisa.txt | |
parent | 56198359b64125dd0f9fa991972b61e4bc4fc6b5 (diff) | |
download | linux-stable-fe34c89d25429e079ba67416529514120dd715f8.tar.gz linux-stable-fe34c89d25429e079ba67416529514120dd715f8.tar.bz2 linux-stable-fe34c89d25429e079ba67416529514120dd715f8.zip |
docs: driver-model: move it to the driver-api book
The audience for the Kernel driver-model is clearly Kernel hackers.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> # ice driver changes
Diffstat (limited to 'Documentation/eisa.txt')
-rw-r--r-- | Documentation/eisa.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/eisa.txt b/Documentation/eisa.txt index f388545a85a7..c07565ba57da 100644 --- a/Documentation/eisa.txt +++ b/Documentation/eisa.txt @@ -103,7 +103,7 @@ id_table an array of NULL terminated EISA id strings, (driver_data). driver a generic driver, such as described in - Documentation/driver-model/driver.rst. Only .name, + Documentation/driver-api/driver-model/driver.rst. Only .name, .probe and .remove members are mandatory. =============== ==================================================== @@ -152,7 +152,7 @@ state set of flags indicating the state of the device. Current flags are EISA_CONFIG_ENABLED and EISA_CONFIG_FORCED. res set of four 256 bytes I/O regions allocated to this device dma_mask DMA mask set from the parent device. -dev generic device (see Documentation/driver-model/device.rst) +dev generic device (see Documentation/driver-api/driver-model/device.rst) ======== ============================================================ You can get the 'struct eisa_device' from 'struct device' using the |