All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v4 0/7] usb: host: xhci-plat: add support for the R-Car M2-N and H3 xHCI controllers
@ 2015-11-12 14:57 Mathias Nyman
  0 siblings, 0 replies; 2+ messages in thread
From: Mathias Nyman @ 2015-11-12 14:57 UTC (permalink / raw)
  To: linux-sh

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  

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v4 0/7] usb: host: xhci-plat: add support for the R-Car M2-N and H3 xHCI controllers
@ 2015-10-27  1:18 Yoshihiro Shimoda
  0 siblings, 0 replies; 2+ messages in thread
From: Yoshihiro Shimoda @ 2015-10-27  1:18 UTC (permalink / raw)
  To: linux-sh

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

-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-12 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 14:57 [PATCH v4 0/7] usb: host: xhci-plat: add support for the R-Car M2-N and H3 xHCI controllers Mathias Nyman
  -- strict thread matches above, loose matches on Subject: below --
2015-10-27  1:18 Yoshihiro Shimoda

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.