public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Patrice CHOTARD <patrice.chotard@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v8 0/6] Extend xhci-dwc3
Date: Mon, 24 Jul 2017 13:36:03 +0000	[thread overview]
Message-ID: <3e4dec4a-653d-192d-e5b2-7bda5e471db7@st.com> (raw)
In-Reply-To: <1500889471-13291-1-git-send-email-patrice.chotard@st.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="windows-1254", Size: 1981 bytes --]

After discussion with Marek, this series will be canceled, only 
incremental patches are needed.

Patrice

On 07/24/2017 11:44 AM, patrice.chotard at st.com wrote:
> From: Patrice Chotard <patrice.chotard@st.com>
> 
> This series extend xhci-dwc3.c drivers by :
> 	_ converting it to DM model,
> 	_ adding dual role mode support from DT
> 	_ adding new generic_phy_valid() method in PHY framework
> 	_ adding support of generic PHY framework
> 
> 
> v8:	_ Add CONFIG_DM_USB flag in path 1 to fix compilation issue for platforms
> 	  which uses xhci-dwc3 driver and doesn't support yet driver model
> 	_ add PHY stub functions in patch 5 to fix compilation issue for platforms
> 	  which uses xhci-dwc3 driver and doesn't support generic PHY framework
> 	_ fix bisection issue with patch 1 reported by Łukasz Majewski, move struct
> 	  xhci_dwc3_platdata in patch 6 to fix it.
> v7:	_ add Reviewed-by in patch 1
> 	_ declare bool generic_phy_valid(struct phy *phy) as static inline in
> 	  patch 4
> v6:	_ remove useless struct xhci_dwc3 in patch 1
> v5:	_ rebase on top of dm/master in order to use the last livetree update
> 	_ replace dev_get_addr() by devfdt_get_addr() in patch 1
> v4:	_ set phy->dev to NULL in case of generic_phy_get_by_index()
> v3:	_ introduce generic_phy_valid() method
> 	_ add Reviewed-by
> v2:	_ use dev_get_addr() in PATCH 1 and removed useless piece of code
> 
> Patrice Chotard (6):
>    usb: host: xhci-dwc3: Convert driver to DM
>    usb: host: xhci-dwc3: Add dual role mode support from DT
>    drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index()
>      fails
>    drivers: phy: add generic_phy_valid() method
>    dm: phy: add PHY stub function
>    usb: host: xhci-dwc3: Add generic PHY support
> 
>   drivers/phy/phy-uclass.c     |  1 +
>   drivers/usb/host/xhci-dwc3.c | 89 ++++++++++++++++++++++++++++++++++++++++++++
>   include/generic-phy.h        | 53 ++++++++++++++++++++++++++
>   3 files changed, 143 insertions(+)
> 

      parent reply	other threads:[~2017-07-24 13:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-24  9:44 [U-Boot] [PATCH v8 0/6] Extend xhci-dwc3 patrice.chotard at st.com
2017-07-24  9:44 ` [U-Boot] [PATCH v8 1/6] usb: host: xhci-dwc3: Convert driver to DM patrice.chotard at st.com
2017-08-06  5:15   ` Simon Glass
2017-07-24  9:44 ` [U-Boot] [PATCH v8 2/6] usb: host: xhci-dwc3: Add dual role mode support from DT patrice.chotard at st.com
2017-07-24  9:44 ` [U-Boot] [PATCH v8 3/6] drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails patrice.chotard at st.com
2017-07-24  9:44 ` [U-Boot] [PATCH v8 4/6] drivers: phy: add generic_phy_valid() method patrice.chotard at st.com
2017-07-24  9:44 ` [U-Boot] [PATCH v8 5/6] dm: phy: add PHY stub function patrice.chotard at st.com
2017-08-06  5:15   ` Simon Glass
2017-07-24  9:44 ` [U-Boot] [PATCH v8 6/6] usb: host: xhci-dwc3: Add generic PHY support patrice.chotard at st.com
2017-08-06  5:15   ` Simon Glass
2017-07-24 13:36 ` Patrice CHOTARD [this message]

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=3e4dec4a-653d-192d-e5b2-7bda5e471db7@st.com \
    --to=patrice.chotard@st.com \
    --cc=u-boot@lists.denx.de \
    /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