From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v4 0/7] usb: host: xhci-plat: add support for the R-Car M2-N and H3 xHCI controllers
Date: Thu, 12 Nov 2015 14:57:03 +0000 [thread overview]
Message-ID: <5644A8BF.1060805@linux.intel.com> (raw)
On 27.10.2015 03:18, Yoshihiro Shimoda wrote:
> This patch set adds support for R-Car M2-N (r8a7793) and H3 (r8a7795) xHCI
> controllers. To add support these new SoCs, this patch set adds a new member
> "priv" in struct xhci_hcd.
>
> This patch is based on the latest usb.git / usb-next branch.
> (The commit id = 0bbc367e21bfeea33230d893be4fa3a3ff9bcb48)
>
> Changes from v3:
> - Fix subject and description in patch 1.
>
> Changes from v2:
> - Rebase the latest usb-next branch (commit id = 0bbc367e21bfeea33230d)
> - Modify hcd_priv_size and extra_priv_size in xhci.c and xhci-{plat,pci}.c
> as a clean-up patch.
> - Change "priv" of struct xhci_hcd from const pointer to priv[0].
>
> Changes from v1:
> - Add "const void *priv" in struct xhci_hcd to simplify the code to match
> platform specific variables using of_device_id.data.
> To achieve this purpose, this patch set made patch 1 to 3.
>
>
> Yoshihiro Shimoda (7):
> usb: host: xhci: cleanup hcd private size
> usb: host: xhci: add a platform-private field
> usb: host: xhci-plat: add struct xhci_plat_priv
> usb: host: xhci-plat: add firmware_name in xhci_plat_priv
> usb: host: xhci-rcar: Change code for new SoCs
> usb: host: xhci-plat: add support for the R-Car M2-N xHCI controller
> usb: host: xhci-plat: add support for the R-Car H3 xHCI controllers
>
> Documentation/devicetree/bindings/usb/usb-xhci.txt | 4 +-
> drivers/usb/host/xhci-pci.c | 1 -
> drivers/usb/host/xhci-plat.c | 88 +++++++++++++++-------
> drivers/usb/host/xhci-plat.h | 39 ++++++++++
> drivers/usb/host/xhci-rcar.c | 44 +++++++----
> drivers/usb/host/xhci-rcar.h | 3 +
> drivers/usb/host/xhci.c | 2 +-
> drivers/usb/host/xhci.h | 3 +
> 8 files changed, 140 insertions(+), 44 deletions(-)
> create mode 100644 drivers/usb/host/xhci-plat.h
>
Thanks, I'll send this series forward after rc1 is out
-Mathias
next reply other threads:[~2015-11-12 14:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 14:57 Mathias Nyman [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-27 1:18 [PATCH v4 0/7] usb: host: xhci-plat: add support for the R-Car M2-N and H3 xHCI controllers Yoshihiro Shimoda
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=5644A8BF.1060805@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=linux-sh@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.