Re: [PATCH 1/5] usb: dwc3: reference clock period configuration

From: Greg Kroah-Hartman
Date: Mon Sep 04 2023 - 10:52:42 EST


On Mon, Sep 04, 2023 at 09:14:22AM +0200, Tomasz Rostanski wrote:
> From: Balaji Prakash J <bjagadee@xxxxxxxxxxxxxx>
>
> Set reference clock period when it differs from dwc3 default hardware
> set.
>
> We could calculate clock period based on reference clock frequency. But
> this information is not always available. This is the case of PCI bus
> attached USB host. For that reason we use a custom property.
>
> Tested (USB2 only) on IPQ6010 SoC based board with 24 MHz reference
> clock while hardware default is 19.2 MHz.
>
> [ baruch: rewrite commit message; drop GFLADJ code; remove 'quirk-' from
> property name; mention tested hardware ]
>
> Acked-by: Felipe Balbi <balbi@xxxxxxxxxx>
> Signed-off-by: Balaji Prakash J <bjagadee@xxxxxxxxxxxxxx>
> Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx>
> Nacked-by: Rob Herring <robh@xxxxxxxxxx>
> Link: https://lore.kernel.org/r/9f399bdf1ff752e31ab7497e3d5ce19bbb3ff247.1630389452.git.baruch@xxxxxxxxxx
> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> ---
> drivers/usb/dwc3/core.c | 29 +++++++++++++++++++++++++++++
> drivers/usb/dwc3/core.h | 6 ++++++
> 2 files changed, 35 insertions(+)

What is the git commit id of this change (and all the others in this
series?)

What stable tree(s) are you wanting this to be applied to?

And you forgot to sign off on the patches as well, that is required.

thanks,

greg k-h