2012-08-18 01:04:40

by Hartley Sweeten

[permalink] [raw]
Subject: [PATCH 00/20] staging: comedi: update comedi pci drivers part 2

Another round of updates to the comedi pci drivers.

* remove function trace messages
* remove devpriv and thisboard type macros
* cleanup the boardinfo
* remove forward declarations
* use attach_pci and remove legacy attach (when possible)
* misc. other changes

H Hartley Sweeten (20):
staging: comedi: adv_pci1710: remove function trace messages
staging: comedi: adv_pci1710: remove devpriv and this_board macros
staging: comedi: adv_pci1710: convert boardinfo initialization to C99 format
staging: comedi: adv_pci1710: remove '0' and 'NULL' boardinfo data
staging: comedi: adv_pci1710: remove forward declarations
staging: comedi: adv_pci1723: remove function trace messages
staging: comedi: adv_pci1723: remove devpriv and this_board macros
staging: comedi: adv_pci1723: remove range_pci1723
staging: comedi: adv_pci1723: fix initial dio subdevice state and io_bits
staging: comedi: adv_pci1723: remove boardinfo
staging: comedi: adv_pci1723: use attach_pci callback
staging: comedi: adv_pci1723: cleanup card reset
staging: comedi: adv_pci_dio: remove function trace messages
staging: comedi: adv_pci_dio: remove devpriv and this_board macros
staging: comedi: adv_pci_dio: use attach_pci callback
staging: comedi: adv_pci_dio: convert boardinfo initialization to C99 format
staging: comedi: adv_pci_dio: remove '0' boardinfo data
staging: comedi: adv_pci_dio: add the number of subdevices to the boardinfo
staging: comedi: adv_pci_dio: simplify the 'detach'
staging: comedi: adv_pci_dio: fix bug in 'detach'

drivers/staging/comedi/drivers/adv_pci1710.c | 590 +++++++++++++--------------
drivers/staging/comedi/drivers/adv_pci1723.c | 222 +++-------
drivers/staging/comedi/drivers/adv_pci_dio.c | 428 +++++++++----------
3 files changed, 535 insertions(+), 705 deletions(-)

--
1.7.11