u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <neil.armstrong@linaro.org>
To: Alexey Romanov <avromanov@salutedevices.com>,
	narmstrong@baylibre.com, sjg@google.com, lukma@denx.de,
	seanga2@gmail.com, marex@denx.de
Cc: u-boot-amlogic@groups.io, u-boot@lists.denx.de, kernel@sberdevices.ru
Subject: Re: [PATCH v2 0/8] Support USB for Meson A1
Date: Wed, 4 Oct 2023 18:03:23 +0200	[thread overview]
Message-ID: <d45fa973-3ea1-4d97-a285-f7f85e67e614@linaro.org> (raw)
In-Reply-To: <20231003112838.41503-1-avromanov@salutedevices.com>

On 03/10/2023 13:28, Alexey Romanov wrote:
> Hello!
> 
> This patchset adds USB stack support for Amlogic A1 SoC's
> series. Made reset / phy / dwc3 drivers more flexible and
> added support for A1 board.
> 
> V2:
> 
> - Made power domain for PHY optional.
> - Add missing CLKID_USB_PHY gate.
> - Drop patch with USB stack initialization in board-a1.c.
> Instead of, enable CONFIG_DM_USB_GADGET for AD401 board.
> - Support A1 in g12a_child_pre_probe/post_remove functions
> in dwc3 driver.
> 
> 
> Alexey Romanov (7):
>    dt-bindings: reset: add Meson A1 reset bindings
>    reset: add support for Amlogic A1 family
>    phy: get rid of raw hex values
>    phy: move clk enable/disable in init/exit
>    phy: support Amlogic A1 family
>    dwc3: add support for Amlogic A1 family
>    ad401: enable USB stack
> 
> Igor Prusov (1):
>    a1: clk: Add missing USB_PHY_IN and USB_PHY gates
> 
>   configs/ad401_defconfig                       |   3 +
>   drivers/clk/meson/a1.c                        |   6 +
>   drivers/phy/Kconfig                           |   2 +-
>   drivers/phy/meson-g12a-usb2.c                 | 235 ++++++++++++++++--
>   drivers/reset/reset-meson.c                   |  42 +++-
>   drivers/usb/dwc3/dwc3-meson-g12a.c            |  73 +++++-
>   .../reset/amlogic,meson-a1-reset.h            |  76 ++++++
>   7 files changed, 403 insertions(+), 34 deletions(-)
>   create mode 100644 include/dt-bindings/reset/amlogic,meson-a1-reset.h
> 

The PHY and DWC3 patches don't apply cleanly, could you rebase on top of:
https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commits/u-boot-amlogic

Thanks,
Neil

      parent reply	other threads:[~2023-10-04 16:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03 11:28 [PATCH v2 0/8] Support USB for Meson A1 Alexey Romanov
2023-10-03 11:28 ` [PATCH v2 1/8] dt-bindings: reset: add Meson A1 reset bindings Alexey Romanov
2023-10-03 11:28 ` [PATCH v2 2/8] reset: add support for Amlogic A1 family Alexey Romanov
2023-10-03 11:28 ` [PATCH v2 3/8] phy: get rid of raw hex values Alexey Romanov
2023-10-03 11:28 ` [PATCH v2 4/8] phy: move clk enable/disable in init/exit Alexey Romanov
2023-10-03 11:28 ` [PATCH v2 5/8] phy: support Amlogic A1 family Alexey Romanov
2023-10-03 13:20   ` Neil Armstrong
2023-10-03 11:28 ` [PATCH v2 6/8] a1: clk: Add missing USB_PHY_IN and USB_PHY gates Alexey Romanov
2023-10-03 13:20   ` Neil Armstrong
2023-10-03 11:28 ` [PATCH v2 7/8] dwc3: add support for Amlogic A1 family Alexey Romanov
2023-10-03 11:28 ` [PATCH v2 8/8] ad401: enable USB stack Alexey Romanov
2023-10-03 13:21   ` Neil Armstrong
2023-10-04 16:03 ` Neil Armstrong [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=d45fa973-3ea1-4d97-a285-f7f85e67e614@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=avromanov@salutedevices.com \
    --cc=kernel@sberdevices.ru \
    --cc=lukma@denx.de \
    --cc=marex@denx.de \
    --cc=narmstrong@baylibre.com \
    --cc=seanga2@gmail.com \
    --cc=sjg@google.com \
    --cc=u-boot-amlogic@groups.io \
    --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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).