From: John Youn <johnyoun@synopsys.com>
To: Felipe Balbi <balbi@kernel.org>
To: Doug Anderson <dianders@chromium.org>
Cc: johnyoun@synopsys.com
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Mathias Nyman <mathias.nyman@linux.intel.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] usb: dwc2: Remove host and gadget only code from core
Date: Tue, 23 Feb 2016 19:54:54 -0800 [thread overview]
Message-ID: <cover.1456285777.git.johnyoun@synopsys.com> (raw)
This series moves the host/gadget-specific code from core.c to hcd.c
and gadget.c so that they will be compiled only when their respective
configurations are selected, or in DRD.
This is mostly just a straight move of the code. I have also added
some comments to group related functions together.
Compiled and tested in all three modes.
This should also solve the issue reported here:
http://marc.info/?l=linux-usb&m=145591813410106&w=2
Although I wasn't able to test it... couldn't figure out how to
disable CONFIG_USB and enable DWC2 in gadget mode.
Felipe,
This should be applied after Doug's series on your testing/next
branch.
Regards,
John
v2:
* Addressed issues from Douglas Anderson
* Restored comments on dwc2_calc_frame_interval()
* Made some functions static and removed their prototypes from headers
* Added tags
John Youn (2):
usb: dwc2: Move register save and restore functions
usb: dwc2: Move host-specific core functions into hcd.c
drivers/usb/dwc2/core.c | 1959 ---------------------------------------------
drivers/usb/dwc2/core.h | 37 +-
drivers/usb/dwc2/gadget.c | 102 +++
drivers/usb/dwc2/hcd.c | 1959 +++++++++++++++++++++++++++++++++++++++++++--
drivers/usb/dwc2/hcd.h | 8 +
5 files changed, 2033 insertions(+), 2032 deletions(-)
--
2.6.3
next reply other threads:[~2016-02-24 3:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 3:54 John Youn [this message]
2016-02-24 3:54 ` [PATCH v2 1/2] usb: dwc2: Move register save and restore functions John Youn
2016-02-24 3:55 ` [PATCH v2 2/2] usb: dwc2: Move host-specific core functions into hcd.c John Youn
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=cover.1456285777.git.johnyoun@synopsys.com \
--to=johnyoun@synopsys.com \
--cc=balbi@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