linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: manjunath.goudar@linaro.org (Manjunath Goudar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 0/2] USB: OHCI: more bus glues as separate modules
Date: Fri, 26 Jul 2013 20:19:15 +0530	[thread overview]
Message-ID: <1374850157-5854-1-git-send-email-manjunath.goudar@linaro.org> (raw)
In-Reply-To: <1372958187-4039-1-git-send-email-manjunath.goudar@linaro.org>

These patches are for separating the SOC On-Chip ohci host controller
from ohci-hcd host code into its own driver module.
This work is part of enabling multi-platform kernels on ARM.

In V2:

patch 1/2:
     -ohci_hcd_init() statements are removed,
      because by default it is called in ohci_setup().

Patch 2/2:
     -Changed ohci_hcd and pxa27x_ohci struct variable names.
        1 ohci_hcd struct variable name is ohci.
        2 pxa27x_ohci struct variable name is pxa_ohci.
 
In V3:

Patch 1/2:
     -Unused *ohci variable has been removed.

patch 2/2:
     -Rewrite the macro definition of to_pxa27x_ohci.
     -clk_put() function has been called before usb_put_hcd().

Manjunath Goudar (2):
  USB: OHCI: make ohci-ep93xx a separate driver
  USB: OHCI: make ohci-pxa27x a separate driver

 drivers/usb/host/Kconfig       |   16 +++
 drivers/usb/host/Makefile      |    2 +
 drivers/usb/host/ohci-ep93xx.c |   80 ++++++-------
 drivers/usb/host/ohci-hcd.c    |   24 ----
 drivers/usb/host/ohci-pxa27x.c |  242 ++++++++++++++++++----------------------
 5 files changed, 158 insertions(+), 206 deletions(-)

-- 
1.7.9.5

  parent reply	other threads:[~2013-07-26 14:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-04 17:16 [PATCH 0/2] USB: OHCI: more bus glues as separate modules Manjunath Goudar
2013-07-04 17:16 ` [PATCH 1/2] USB: OHCI: make ohci-ep93xx a separate driver Manjunath Goudar
2013-07-04 20:16   ` Alan Stern
2013-07-04 17:16 ` [PATCH 2/2] USB: OHCI: make ohci-pxa27x " Manjunath Goudar
2013-07-04 20:36   ` Alan Stern
2013-07-26 14:49 ` Manjunath Goudar [this message]
2013-07-26 14:49   ` [PATCH V3 1/2] USB: OHCI: make ohci-ep93xx " Manjunath Goudar
2013-07-26 14:49   ` [PATCH V3 2/2] USB: OHCI: make ohci-pxa27x " Manjunath Goudar
2013-07-26 19:01     ` Alan Stern
2013-08-10  7:41 ` [PATCH V3 0/2] USB: OHCI: more bus glues as separate modules Manjunath Goudar
2013-08-10  7:41   ` [PATCH V3 1/2] USB: OHCI: make ohci-ep93xx a separate driver Manjunath Goudar
2013-08-12 20:19     ` Greg KH
2013-08-10  7:41   ` [PATCH V3 2/2] USB: OHCI: make ohci-pxa27x " Manjunath Goudar

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=1374850157-5854-1-git-send-email-manjunath.goudar@linaro.org \
    --to=manjunath.goudar@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).