linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] staging: comedi: update comedi pci drivers part 2
@ 2012-08-18  1:04 H Hartley Sweeten
  0 siblings, 0 replies; only message in thread
From: H Hartley Sweeten @ 2012-08-18  1:04 UTC (permalink / raw)
  To: Linux Kernel; +Cc: devel, abbotti, gregkh

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-18  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-18  1:04 [PATCH 00/20] staging: comedi: update comedi pci drivers part 2 H Hartley Sweeten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).