From: Chris Rorvick <chris@rorvick.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Chris Rorvick <chris@rorvick.com>,
Alan Stern <stern@rowland.harvard.edu>,
Oliver Neukum <oneukum@suse.de>,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [PATCH 00/10] Create separate header for ehci-dbgp driver
Date: Tue, 4 Nov 2014 19:18:44 -0600 [thread overview]
Message-ID: <1415150334-2402-1-git-send-email-chris@rorvick.com> (raw)
The FUSBH200 and FOTG210 are not EHCI-compatible and require standalone
drivers. See discussion at:
http://comments.gmane.org/gmane.linux.usb.general/84169
But these controllers do implement an EHCI-compatible debug port and
therefore leverage the ehci-dbgp driver. Rather than pulling in the
necessary declarations from <linux/usb/ehci_def.h>, each driver copies
this code into their own header. The goal of this series is to pull the
ehci-dbgp related code into its own header to remove the need for this
redundancy.
Regards,
Chris Rorvick
Chris Rorvick (10):
usb: Create separate header for ehci-dbgp
fusbh200: Make Xen notification consistent with EHCI
fusbh200: Remove superfluous macro definitions
fusbh200: Remove duplicate ehci-dbgp declarations
fusbh200: Use ehci_dbg_port struct
fotg210: Make Xen notification consistent with EHCI
fotg210: Remove superfluous macro definitions
fotg210: Remove duplicate ehci-dbgp declarations
fotg210: Use ehci_dbg_port struct
usb: Remove __init from early_dbgp_init() prototype
drivers/usb/host/fotg210.h | 62 ++------------------------------
drivers/usb/host/fusbh200.h | 62 ++------------------------------
include/linux/usb/ehci-dbgp.h | 83 +++++++++++++++++++++++++++++++++++++++++++
include/linux/usb/ehci_def.h | 65 ++-------------------------------
4 files changed, 91 insertions(+), 181 deletions(-)
create mode 100644 include/linux/usb/ehci-dbgp.h
--
1.9.3
next reply other threads:[~2014-11-05 1:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 1:18 Chris Rorvick [this message]
2014-11-05 1:18 ` [PATCH 01/10] usb: Create separate header for ehci-dbgp Chris Rorvick
2014-11-05 1:18 ` [PATCH 02/10] fusbh200: Make Xen notificaiton consistent with EHCI Chris Rorvick
2014-11-05 1:18 ` [PATCH 03/10] fusbh200: Remove superfluous macro definitions Chris Rorvick
2014-11-05 1:18 ` [PATCH 04/10] fusbh200: Remove duplicate ehci-dbgp declarations Chris Rorvick
2014-11-05 1:18 ` [PATCH 05/10] fusbh200: Use ehci_dbg_port struct Chris Rorvick
2014-11-05 1:18 ` [PATCH 06/10] fotg210: Make Xen notification consistent with EHCI Chris Rorvick
2014-11-05 1:18 ` [PATCH 07/10] fotg210: Remove superfluous macro definitions Chris Rorvick
2014-11-05 1:18 ` [PATCH 08/10] fotg210: Remove duplicate ehci-dbgp declarations Chris Rorvick
2014-11-05 1:18 ` [PATCH 09/10] fotg210: Use ehci_dbg_port struct Chris Rorvick
2014-11-05 1:18 ` [PATCH 10/10] usb: Remove __init from early_dbgp_init() prototype Chris Rorvick
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=1415150334-2402-1-git-send-email-chris@rorvick.com \
--to=chris@rorvick.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=oneukum@suse.de \
--cc=stern@rowland.harvard.edu \
/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
all inboxes | Powered by JetHome®