[PATCH 00/10] staging: comedi: cb_pcidas64 updates

Ian Abbott abbotti at mev.co.uk
Fri Nov 2 19:17:56 UTC 2012


Tidy up the "cb_pcidas64" driver a bit and replace the old `attach()`
method  with the new `auto_attach()` method since the driver does not
need to support manual attachment of PCI devices.

The driver still uses a the `volatile` storage class specifier a lot,
unfortunately.  That will need fixing one day.

Patch 4 is unrelated to the "cb_pcidas64" driver, but the following
patches depend on it to avoid compiler warnings.

01) staging: comedi: cb_pcidas64: use auto_attach method
02) staging: comedi: cb_pcidas64: fix printks
03) staging: comedi: cb_pcidas64: whitespace/brace changes
04) staging: comedi: comedidev.h: make comedi_board() parameter const
05) staging: comedi: cb_pcidas64: remove board(dev) inline
06) staging: comedi: cb_pcidas64: fix forward declarations 1
07) staging: comedi: cb_pcidas64: fix forward declarations 2
08) staging: comedi: cb_pcidas64: fix forward declarations 3
09) staging: comedi: cb_pcidas64: fix forward declararions 4
10) staging: comedi: cb_pcidas64: update driver comment

 drivers/staging/comedi/comedidev.h           |    2 +-
 drivers/staging/comedi/drivers/cb_pcidas64.c | 2440 +++++++++++++-------------
 2 files changed, 1221 insertions(+), 1221 deletions(-)



More information about the devel mailing list