Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2021-01-13 Thread Dmitry Osipenko
13.01.2021 13:27, Greg Kroah-Hartman пишет: > On Wed, Jan 13, 2021 at 12:01:51PM +0300, Dmitry Osipenko wrote: >> 13.01.2021 04:20, Peter Chen пишет: >>> On 21-01-12 09:56:37, Dmitry Osipenko wrote: 29.12.2020 17:26, Dmitry Osipenko пишет: > 29.12.2020 08:16, Peter Chen пишет: >> On 20

Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2021-01-13 Thread Greg Kroah-Hartman
On Wed, Jan 13, 2021 at 12:01:51PM +0300, Dmitry Osipenko wrote: > 13.01.2021 04:20, Peter Chen пишет: > > On 21-01-12 09:56:37, Dmitry Osipenko wrote: > >> 29.12.2020 17:26, Dmitry Osipenko пишет: > >>> 29.12.2020 08:16, Peter Chen пишет: > On 20-12-18 15:02:37, Dmitry Osipenko wrote: > >

Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2021-01-13 Thread Dmitry Osipenko
13.01.2021 04:20, Peter Chen пишет: > On 21-01-12 09:56:37, Dmitry Osipenko wrote: >> 29.12.2020 17:26, Dmitry Osipenko пишет: >>> 29.12.2020 08:16, Peter Chen пишет: On 20-12-18 15:02:37, Dmitry Osipenko wrote: > This series implements Runtime PM support for the Tegra ChipIdea USB >

Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2021-01-12 Thread Peter Chen
On 21-01-12 09:56:37, Dmitry Osipenko wrote: > 29.12.2020 17:26, Dmitry Osipenko пишет: > > 29.12.2020 08:16, Peter Chen пишет: > >> On 20-12-18 15:02:37, Dmitry Osipenko wrote: > >>> This series implements Runtime PM support for the Tegra ChipIdea USB > >>> driver. > >>> It also squashes the olde

Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2021-01-11 Thread Dmitry Osipenko
29.12.2020 17:26, Dmitry Osipenko пишет: > 29.12.2020 08:16, Peter Chen пишет: >> On 20-12-18 15:02:37, Dmitry Osipenko wrote: >>> This series implements Runtime PM support for the Tegra ChipIdea USB driver. >>> It also squashes the older ehci-tegra driver into the ChipIdea driver, hence >>> the RP

Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2020-12-29 Thread Dmitry Osipenko
29.12.2020 08:16, Peter Chen пишет: > On 20-12-18 15:02:37, Dmitry Osipenko wrote: >> This series implements Runtime PM support for the Tegra ChipIdea USB driver. >> It also squashes the older ehci-tegra driver into the ChipIdea driver, hence >> the RPM is supported by both UDC and host controllers

Re: [PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2020-12-28 Thread Peter Chen
On 20-12-18 15:02:37, Dmitry Osipenko wrote: > This series implements Runtime PM support for the Tegra ChipIdea USB driver. > It also squashes the older ehci-tegra driver into the ChipIdea driver, hence > the RPM is supported by both UDC and host controllers, secondly this opens > opportunity for i

[PATCH v3 0/9] Support Runtime PM and host mode by Tegra ChipIdea USB driver

2020-12-18 Thread Dmitry Osipenko
This series implements Runtime PM support for the Tegra ChipIdea USB driver. It also squashes the older ehci-tegra driver into the ChipIdea driver, hence the RPM is supported by both UDC and host controllers, secondly this opens opportunity for implementing OTG support in the future. Patchset was