2020-08-23 08:45:28

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] arm64: defconfig: Enable USB gadget with configfs

On Sun, Aug 23, 2020 at 09:46:01AM +0800, Shawn Guo wrote:
> On Mon, Aug 17, 2020 at 08:56:53AM +0200, Krzysztof Kozlowski wrote:
> > USB OTG connections are pretty common for embedded and development
> > boards, for example to have networking or serial access to the device.
> > Build as a module the USB gadget configfs options so the defconfig can
> > be used in such development configurations.
> >
> > Signed-off-by: Krzysztof Kozlowski <[email protected]>
>
> Applied both, thanks.

Thanks, although few days ago I got confirmation from patchwork that
Olof already applied them to arm-soc. I cannot find them in arm-soc
or next trees, though.

Dear Olof,
Did you pick these up already?

Best regards,
Krzysztof


2020-08-23 23:07:04

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] arm64: defconfig: Enable USB gadget with configfs

Hi,

On Sun, Aug 23, 2020 at 1:42 AM Krzysztof Kozlowski <[email protected]> wrote:
>
> On Sun, Aug 23, 2020 at 09:46:01AM +0800, Shawn Guo wrote:
> > On Mon, Aug 17, 2020 at 08:56:53AM +0200, Krzysztof Kozlowski wrote:
> > > USB OTG connections are pretty common for embedded and development
> > > boards, for example to have networking or serial access to the device.
> > > Build as a module the USB gadget configfs options so the defconfig can
> > > be used in such development configurations.
> > >
> > > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> >
> > Applied both, thanks.
>
> Thanks, although few days ago I got confirmation from patchwork that
> Olof already applied them to arm-soc. I cannot find them in arm-soc
> or next trees, though.
>
> Dear Olof,
> Did you pick these up already?

Yes, I applied them to the arm/fixes in the soc tree:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/log/?h=arm/fixes


-Olof