Lines Matching +full:mostly +full:- +full:generic
5 :Author: Marc Zyngier <maz@wild-wind.fr.eu.org>
16 drivers to the new infrastructure is not an easy task (mostly because
23 - The bus code implements most of the generic code. It is shared
29 - The bus root driver implements the glue between the bus hardware
30 and the generic bus code. It is responsible for discovering the
37 - The driver offers the bus a list of devices that it manages, and
102 optionally be paired with a driver-dependent value
105 driver a generic driver, such as described in
106 Documentation/driver-api/driver-model/driver.rst. Only .name,
144 struct device dev; /* generic device */
155 dev generic device (see Documentation/driver-api/driver-model/device.rst)
187 A comma-separated list of slots to be enabled, even if the firmware
192 A comma-separated list of slots to be disabled, even if the firmware
205 Converting an EISA driver to the new API mostly involves *deleting*
227 - Xavier Benigni for lending me a wonderful Alpha Jensen,
228 - James Bottomley, Jeff Garzik for getting this stuff into the kernel,
229 - Andries Brouwer for contributing numerous EISA ids,
230 - Catrin Jones for coping with far too many machines at home.