devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Add PHY USB3 drivers for Hikey 970
@ 2020-09-10  5:52 Mauro Carvalho Chehab
  2020-09-11 11:47 ` Vinod Koul
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-10  5:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, John Stultz,
	Manivannan Sadhasivam, David S. Miller, Kishon Vijay Abraham I,
	Krzysztof Kozlowski, Rob Herring, Rob Herring, Vinod Koul,
	Yu Chen, devicetree, linux-kernel

This patch series add the PHY layer needed in order to support the USB
functionality on Hikey 970 boards.

v3:
- split a namespace patch on two (one with code changes and another
  one with dt-bindings changes);
- placed just the PHY driver on this series. Another series will add the
  USB HUB driver and the DTS changes required to enable USB support
  for this board.

Mauro Carvalho Chehab (6):
  phy: hisilicon: phy-hi3670-usb3: use a consistent namespace
  dts: phy: phy-hi3670-usb3.txt: use a consistent namespace
  phy: hisilicon: phy-hi3670-usb3: fix coding style
  phy: hisilicon: phy-hi3670-usb3: change some DT properties
  dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml
  MAINTAINERS: add myself as maintainer for Kirin 970 USB PHY

Yu Chen (2):
  phy: hisilicon: add USB physical layer for Kirin 3670
  phy: hisilicon: phy-hi3670-usb3: fix some issues at the init code

 .../bindings/phy/hisilicon,hi3670-usb3.yaml   |  72 ++
 MAINTAINERS                                   |   9 +-
 drivers/phy/hisilicon/Kconfig                 |  10 +
 drivers/phy/hisilicon/Makefile                |   1 +
 drivers/phy/hisilicon/phy-hi3670-usb3.c       | 671 ++++++++++++++++++
 5 files changed, 762 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
 create mode 100644 drivers/phy/hisilicon/phy-hi3670-usb3.c

-- 
2.26.2



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

* Re: [PATCH v3 0/8] Add PHY USB3 drivers for Hikey 970
  2020-09-10  5:52 [PATCH v3 0/8] Add PHY USB3 drivers for Hikey 970 Mauro Carvalho Chehab
@ 2020-09-11 11:47 ` Vinod Koul
  2020-09-11 12:04   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Vinod Koul @ 2020-09-11 11:47 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Greg Kroah-Hartman, linuxarm, mauro.chehab, John Stultz,
	Manivannan Sadhasivam, David S. Miller, Kishon Vijay Abraham I,
	Krzysztof Kozlowski, Rob Herring, Rob Herring, Yu Chen,
	devicetree, linux-kernel

On 10-09-20, 07:52, Mauro Carvalho Chehab wrote:
> This patch series add the PHY layer needed in order to support the USB
> functionality on Hikey 970 boards.
> 
> v3:
> - split a namespace patch on two (one with code changes and another
>   one with dt-bindings changes);
> - placed just the PHY driver on this series. Another series will add the
>   USB HUB driver and the DTS changes required to enable USB support
>   for this board.

I have only cover in my inbox, no other patches. Even lore doesn't show
the series, not sure what happened here

> 
> Mauro Carvalho Chehab (6):
>   phy: hisilicon: phy-hi3670-usb3: use a consistent namespace
>   dts: phy: phy-hi3670-usb3.txt: use a consistent namespace
>   phy: hisilicon: phy-hi3670-usb3: fix coding style
>   phy: hisilicon: phy-hi3670-usb3: change some DT properties
>   dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml
>   MAINTAINERS: add myself as maintainer for Kirin 970 USB PHY
> 
> Yu Chen (2):
>   phy: hisilicon: add USB physical layer for Kirin 3670
>   phy: hisilicon: phy-hi3670-usb3: fix some issues at the init code
> 
>  .../bindings/phy/hisilicon,hi3670-usb3.yaml   |  72 ++
>  MAINTAINERS                                   |   9 +-
>  drivers/phy/hisilicon/Kconfig                 |  10 +
>  drivers/phy/hisilicon/Makefile                |   1 +
>  drivers/phy/hisilicon/phy-hi3670-usb3.c       | 671 ++++++++++++++++++
>  5 files changed, 762 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
>  create mode 100644 drivers/phy/hisilicon/phy-hi3670-usb3.c
> 
> -- 
> 2.26.2
> 

-- 
~Vinod

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

* Re: [PATCH v3 0/8] Add PHY USB3 drivers for Hikey 970
  2020-09-11 11:47 ` Vinod Koul
@ 2020-09-11 12:04   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-11 12:04 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Greg Kroah-Hartman, linuxarm, mauro.chehab, John Stultz,
	Manivannan Sadhasivam, David S. Miller, Kishon Vijay Abraham I,
	Krzysztof Kozlowski, Rob Herring, Rob Herring, Yu Chen,
	devicetree, linux-kernel

Em Fri, 11 Sep 2020 17:17:11 +0530
Vinod Koul <vkoul@kernel.org> escreveu:

> On 10-09-20, 07:52, Mauro Carvalho Chehab wrote:
> > This patch series add the PHY layer needed in order to support the USB
> > functionality on Hikey 970 boards.
> > 
> > v3:
> > - split a namespace patch on two (one with code changes and another
> >   one with dt-bindings changes);
> > - placed just the PHY driver on this series. Another series will add the
> >   USB HUB driver and the DTS changes required to enable USB support
> >   for this board.  
> 
> I have only cover in my inbox, no other patches. Even lore doesn't show
> the series, not sure what happened here

Gah, it sounds that my scripts did something really weird there.

I changed it while sending some docs patches, as, by adding
all maintainers and MLs for each patch on that series to the
cover letter would produce around ~100 e-mail addresses,
which would hardly be accepted by most of the email servers.

It sounds that I ended breaking it :-(

I'll re-send this patch series.

Thanks,
Mauro

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

end of thread, other threads:[~2020-09-11 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  5:52 [PATCH v3 0/8] Add PHY USB3 drivers for Hikey 970 Mauro Carvalho Chehab
2020-09-11 11:47 ` Vinod Koul
2020-09-11 12:04   ` Mauro Carvalho Chehab

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).