mbox series

[for-5.8,0/2] dwc3: meson-g12a: two fixes for v5.8

Message ID 20200526202943.715220-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series dwc3: meson-g12a: two fixes for v5.8 | expand

Message

Martin Blumenstingl May 26, 2020, 8:29 p.m. UTC
I discovered the problem addressed by the first patch while I was
investigating a Kernel CI regression: [0]
It is unrelated to that regression but should still be fixed.

The second patch adresses the actual regression. Testing was focussed
on GXL and GXM for the previous patches. Unfortunately one of them
regresses USB on G12A, G12B, SM1 and A1 SoCs.

Please queue these for v5.8 so we don't end up with broken USB on
some boards.


[0] https://lore.kernel.org/linux-usb/ffe2c64c-62ed-9b59-3754-7ede0f0203be@collabora.com/T/#u


Martin Blumenstingl (2):
  usb: dwc3: meson-g12a: fix error path when fetching the reset line
    fails
  usb: dwc3: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCs

 drivers/usb/dwc3/dwc3-meson-g12a.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-amlogic@kernel.org July 7, 2020, 6:51 p.m. UTC | #1
Hello:

This series was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Tue, 26 May 2020 22:29:41 +0200 you wrote:
> I discovered the problem addressed by the first patch while I was
> investigating a Kernel CI regression: [0]
> It is unrelated to that regression but should still be fixed.
> 
> The second patch adresses the actual regression. Testing was focussed
> on GXL and GXM for the previous patches. Unfortunately one of them
> regresses USB on G12A, G12B, SM1 and A1 SoCs.
> 
> [...]


Here is a summary with links:
  - [for-5.8,1/2] usb: dwc3: meson-g12a: fix error path when fetching the reset line fails
    https://git.kernel.org/khilman/linux-amlogic/c/be8c1001a7e681e8813882a42ed51c8dbffd8800
  - [for-5.8,2/2] usb: dwc3: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCs
    https://git.kernel.org/khilman/linux-amlogic/c/347052e3bf1b62a25c11f7a673acfbaf554d67a1

You are awesome, thank you!