mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: H Hartley Sweeten <hartleys@visionengravers.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: <devel@driverdev.osuosl.org>, <abbotti@mev.co.uk>,
	<gregkh@linuxfoundation.org>
Subject: [PATCH 00/20] staging: comedi: update comedi pci drivers part 2
Date: Fri, 17 Aug 2012 18:04:21 -0700	[thread overview]
Message-ID: <201208171804.21948.hartleys@visionengravers.com> (raw)

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


                 reply	other threads:[~2012-08-18  1:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201208171804.21948.hartleys@visionengravers.com \
    --to=hartleys@visionengravers.com \
    --cc=abbotti@mev.co.uk \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome