All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hartley Sweeten <HartleyS@visionengravers.com>
To: Ian Abbott <abbotti@mev.co.uk>,
	"driverdev-devel@linuxdriverproject.org" 
	<driverdev-devel@linuxdriverproject.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 0/9] staging: comedi: introduce comedi_usb.h header
Date: Tue, 27 Jan 2015 18:34:59 +0000	[thread overview]
Message-ID: <DC148C5AA1CEBA4E87973D432B1C2D88260EE3BA@P3PWEX4MB002.ex4.secureserver.net> (raw)
In-Reply-To: <1422380949-5994-1-git-send-email-abbotti@mev.co.uk>

On Tuesday, January 27, 2015 10:49 AM, Ian Abbott wrote:
> "comedidev.h" includes USB-specific stuff that gets included by all
> comedi drivers including non-USB ones.  Separate it out into its own
> header "comedi_usb.h".  Make the new header include <linux/usb.h> and
> "comedidev.h" so that comedi USB drivers do not need to include them
> explicitly.
>
> 1) staging: comedi: add comedi_usb.h
> 2) staging: comedi: comedi_usb.c: include new "comedi_usb.h" header
> 3) staging: comedi: dt9812: include new "comedi_usb.h" header
> 4) staging: comedi: ni_usb6501: include new "comedi_usb.h" header
> 5) staging: comedi: usbdux: include new "comedi_usb.h" header
> 6) staging: comedi: usbduxfast: include new "comedi_usb.h" header
> 7) staging: comedi: usbduxsigma: include new "comedi_usb.h" header
> 8) staging: comedi: vmk80xx: include new "comedi_usb.h" header
> 9) staging: comedi: comedi_usb.h: move USB stuff out of comedidev.h
>
>  drivers/staging/comedi/comedi_usb.c          |  3 +-
>  drivers/staging/comedi/comedi_usb.h          | 50 ++++++++++++++++++++++++++++
>  drivers/staging/comedi/comedidev.h           | 29 ----------------
>  drivers/staging/comedi/drivers/dt9812.c      |  3 +-
>  drivers/staging/comedi/drivers/ni_usb6501.c  |  3 +-
>  drivers/staging/comedi/drivers/usbdux.c      |  3 +-
>  drivers/staging/comedi/drivers/usbduxfast.c  |  3 +-
>  drivers/staging/comedi/drivers/usbduxsigma.c |  3 +-
>  drivers/staging/comedi/drivers/vmk80xx.c     |  3 +-
>  9 files changed, 57 insertions(+), 43 deletions(-)

Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>


  parent reply	other threads:[~2015-01-27 18:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27 17:49 [PATCH 0/9] staging: comedi: introduce comedi_usb.h header Ian Abbott
2015-01-27 17:49 ` Ian Abbott
2015-01-27 17:49 ` [PATCH 1/9] staging: comedi: add comedi_usb.h Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 2/9] staging: comedi: comedi_usb.c: include new "comedi_usb.h" header Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 3/9] staging: comedi: dt9812: " Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 4/9] staging: comedi: ni_usb6501: " Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 5/9] staging: comedi: usbdux: " Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 6/9] staging: comedi: usbduxfast: " Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 7/9] staging: comedi: usbduxsigma: " Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 8/9] staging: comedi: vmk80xx: " Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 17:49 ` [PATCH 9/9] staging: comedi: comedi_usb.h: move USB stuff out of comedidev.h Ian Abbott
2015-01-27 17:49   ` Ian Abbott
2015-01-27 18:34 ` Hartley Sweeten [this message]
2015-01-27 18:34   ` [PATCH 0/9] staging: comedi: introduce comedi_usb.h header 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=DC148C5AA1CEBA4E87973D432B1C2D88260EE3BA@P3PWEX4MB002.ex4.secureserver.net \
    --to=hartleys@visionengravers.com \
    --cc=abbotti@mev.co.uk \
    --cc=driverdev-devel@linuxdriverproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.