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/35] staging: comedi: update comedi pci drivers
Date: Thu, 16 Aug 2012 19:40:55 -0700 [thread overview]
Message-ID: <201208161940.55761.hartleys@visionengravers.com> (raw)
Remove the manual legacy 'attach' callback in the comedi pci drivers
that have it stubbed out. The 'attach' callback is not optional in
the comedi core.
Cleanup and convert some of the other comedi pci drivers to use
the 'attach_pci' callback and remove the legacy 'attach'.
H Hartley Sweeten (35):
staging: comedi: adl_pci6208: remove manual legacy attach
staging: comedi: adl_pci7296: remove manual legacy attach
staging: comedi: adl_pci7x3x: remove manual legacy attach
staging: comedi: adl_pci8164: use attach_pci callback
staging: comedi: cb_pcidas: use attach_pci callback
staging: comedi: cb_pcidio: remove thisboard macro
staging: comedi: cb_pcidio: use attach_pci callback
staging: comedi: cb_pcidda: remove thisboard and devpriv macros
staging: comedi: cb_pcidda: remove forward declarations
staging: comedi: cb_pcidda: use attach_pci callback
staging: comedi: cb_pcimdas: remove thisboard and devpriv macros
staging: comedi: cb_pcimdas: remove forward declarations
staging: comedi: cb_pcimdas: use attach_pci callback
staging: comedi: cb_pcimdda: remove REG_SZ and REGS_BARINDEX macros
staging: comedi: cb_pcimdda: remove thisboard and devpriv macros
staging: comedi: cb_pcimdda: remove forward declarations
staging: comedi: cb_pcimdda: add namespace to the driver
staging: comedi: cb_pcimdda: cleanup pci probe
staging: comedi: cb_pcimdda: use dev->iobase
staging: comedi: cb_pcimdda: store the pci_dev in the comedi_device
staging: comedi: cb_pcimdda: cleanup the 8255 subdevice init
staging: comedi: cb_pcimdda: remove the DIO_METHODS
staging: comedi: cb_pcimdda: remove dio_chans from the private data
staging: comedi: cb_pcimdda: define the register map
staging: comedi: cb_pcimdda: remove dio_offset from the boardinfo
staging: comedi: cb_pcimdda: remove regs_badrindex and reg_sz from
boardinfo
staging: comedi: cb_pcimdda: remove ao_chans and ao_bits from
boardinfo
staging: comedi: cb_pcimdda: remove boardinfo
staging: comedi: cb_pcimdda: remove attached_to_8255 from private
data
staging: comedi: cb_pcimdda: fix bug in call to subdev_8255_cleanup
staging: comedi: cb_pcimdda: minor cleanup of the private data
staging: comedi: cb_pcimdda: cleanup the analog out read/write
staging: comedi: cb_pcimdda: use attach_pci callback
staging: comedi: dyna_pci10xx: remove manual legacy attach
staging: comedi: ke_counter: use attach_pci callback
drivers/staging/comedi/drivers/adl_pci6208.c | 10 -
drivers/staging/comedi/drivers/adl_pci7296.c | 10 -
drivers/staging/comedi/drivers/adl_pci7x3x.c | 10 -
drivers/staging/comedi/drivers/adl_pci8164.c | 65 +----
drivers/staging/comedi/drivers/cb_pcidas.c | 84 ++----
drivers/staging/comedi/drivers/cb_pcidda.c | 382 +++++++++++--------------
drivers/staging/comedi/drivers/cb_pcidio.c | 104 +++----
drivers/staging/comedi/drivers/cb_pcimdas.c | 279 ++++++++-----------
drivers/staging/comedi/drivers/cb_pcimdda.c | 387 ++++++--------------------
drivers/staging/comedi/drivers/dyna_pci10xx.c | 10 -
drivers/staging/comedi/drivers/ke_counter.c | 83 ++----
11 files changed, 475 insertions(+), 949 deletions(-)
--
1.7.11
next reply other threads:[~2012-08-17 2:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-17 2:40 H Hartley Sweeten [this message]
2012-08-17 8:44 ` Ian Abbott
2012-08-17 16:15 ` H Hartley Sweeten
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=201208161940.55761.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