All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: dwc2: Fix power saving general issues.
@ 2021-03-26 10:23 Artur Petrosyan
  2021-03-26 13:32 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Artur Petrosyan @ 2021-03-26 10:23 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, Artur Petrosyan,
	Minas Harutyunyan, linux-usb, Douglas Anderson
  Cc: John Youn, Minas Harutyunyan, Artur Petrosyan, Paul Zimmerman,
	stable, #, 4.18, stable, #,
	5.2, Felipe Balbi, Kever Yang

This patch set is part of multiple series and is
continuation of the "usb: dwc2: Fix and improve
power saving modes" patch set.
(Patch set link: https://marc.info/?l=linux-usb&m=160379622403975&w=2).

The patches that were included in the "usb: dwc2:
Fix and improve power saving modes" which was submitted
earlier was too large and needed to be split up into
smaller patch sets. So this is the first series in the
whole power saving mode fixes.

Each remaining patch set have dependency on previous set
and will be submitted after each of them are integrated.

The series includes the following patch sets with multiple patches
by below order.
 1. usb: dwc2: Fix power saving general issues.
 2. usb: dwc2: Fix Partial Power down issues.
 3. usb: dwc2: Add clock gating support.
 4. usb: dwc2: Fix Hibernation issues

Changes since V1:
- Added Fixes tag and stable kernel in below patches to point to the commits the
  fixes are addressing
  1. "usb: dwc2: Prevent core suspend when port connection flag is 0"
  2. "usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board."
- Updated the changelog of "usb: dwc2: Add default param to control power optimization." patch. 


Artur Petrosyan (3):
  usb: dwc2: Add default param to control power optimization.
  usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.
  usb: dwc2: Prevent core suspend when port connection flag is 0

 drivers/usb/dwc2/core.h    |  3 +++
 drivers/usb/dwc2/debugfs.c |  2 ++
 drivers/usb/dwc2/hcd.c     |  5 +++--
 drivers/usb/dwc2/params.c  | 17 ++++++++++++-----
 4 files changed, 20 insertions(+), 7 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/3] usb: dwc2: Fix power saving general issues.
  2021-03-26 10:23 [PATCH 0/3] usb: dwc2: Fix power saving general issues Artur Petrosyan
@ 2021-03-26 13:32 ` Greg Kroah-Hartman
  2021-03-26 13:45   ` Artur Petrosyan
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-26 13:32 UTC (permalink / raw)
  To: Artur Petrosyan
  Cc: Felipe Balbi, Minas Harutyunyan, linux-usb, Douglas Anderson,
	John Youn, Paul Zimmerman, stable, #,
	4.18, 5.2, Felipe Balbi, Kever Yang

On Fri, Mar 26, 2021 at 02:23:58PM +0400, Artur Petrosyan wrote:
> This patch set is part of multiple series and is
> continuation of the "usb: dwc2: Fix and improve
> power saving modes" patch set.
> (Patch set link: https://marc.info/?l=linux-usb&m=160379622403975&w=2).
> 
> The patches that were included in the "usb: dwc2:
> Fix and improve power saving modes" which was submitted
> earlier was too large and needed to be split up into
> smaller patch sets. So this is the first series in the
> whole power saving mode fixes.
> 
> Each remaining patch set have dependency on previous set
> and will be submitted after each of them are integrated.
> 
> The series includes the following patch sets with multiple patches
> by below order.
>  1. usb: dwc2: Fix power saving general issues.
>  2. usb: dwc2: Fix Partial Power down issues.
>  3. usb: dwc2: Add clock gating support.
>  4. usb: dwc2: Fix Hibernation issues

You only sent 3 patches, not 4.

So this makes no sense to me, what am I supposed to do?

confused,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/3] usb: dwc2: Fix power saving general issues.
  2021-03-26 13:32 ` Greg Kroah-Hartman
@ 2021-03-26 13:45   ` Artur Petrosyan
  2021-03-26 14:10     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Artur Petrosyan @ 2021-03-26 13:45 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Felipe Balbi, Minas Harutyunyan, linux-usb, Douglas Anderson,
	John Youn, Paul Zimmerman, stable, #,
	4.18, 5.2, Felipe Balbi, Kever Yang

Hi Greg,

On 3/26/2021 17:32, Greg Kroah-Hartman wrote:
> On Fri, Mar 26, 2021 at 02:23:58PM +0400, Artur Petrosyan wrote:
>> This patch set is part of multiple series and is
>> continuation of the "usb: dwc2: Fix and improve
>> power saving modes" patch set.
>> (Patch set link: https://urldefense.com/v3/__https://marc.info/?l=linux-usb&m=160379622403975&w=2__;!!A4F2R9G_pg!Icyuillfz_Iy_FrHe2RmVP0zFNTYupWQYmma2AX71Jsqg4cwSaw4hKokDSvIBxrAdsRmUD4$ ).
>>
>> The patches that were included in the "usb: dwc2:
>> Fix and improve power saving modes" which was submitted
>> earlier was too large and needed to be split up into
>> smaller patch sets. So this is the first series in the
>> whole power saving mode fixes.
>>
>> Each remaining patch set have dependency on previous set
>> and will be submitted after each of them are integrated.
>>
>> The series includes the following patch sets with multiple patches
>> by below order.
>>   1. usb: dwc2: Fix power saving general issues.
>>   2. usb: dwc2: Fix Partial Power down issues.
>>   3. usb: dwc2: Add clock gating support.
>>   4. usb: dwc2: Fix Hibernation issues
> 
> You only sent 3 patches, not 4.
> 
> So this makes no sense to me, what am I supposed to do?
The 4 items that are listed are patch sets. The first patch set that I 
have sent is "usb: dwc2: Fix power saving general issues.", which 
includes the 3 patches that have been sent.

I wrote the other 3 patch set names in the list to indicate that I will 
send them after this "usb: dwc2: Fix power saving general issues." patch 
set is integrated to mainline.

> 
> confused,
> 
> greg k-h
> 

Regards,
Artur

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/3] usb: dwc2: Fix power saving general issues.
  2021-03-26 13:45   ` Artur Petrosyan
@ 2021-03-26 14:10     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-03-26 14:10 UTC (permalink / raw)
  To: Artur Petrosyan
  Cc: Felipe Balbi, Minas Harutyunyan, linux-usb, Douglas Anderson,
	John Youn, Paul Zimmerman, stable, #,
	4.18, 5.2, Felipe Balbi, Kever Yang

On Fri, Mar 26, 2021 at 01:45:40PM +0000, Artur Petrosyan wrote:
> Hi Greg,
> 
> On 3/26/2021 17:32, Greg Kroah-Hartman wrote:
> > On Fri, Mar 26, 2021 at 02:23:58PM +0400, Artur Petrosyan wrote:
> >> This patch set is part of multiple series and is
> >> continuation of the "usb: dwc2: Fix and improve
> >> power saving modes" patch set.
> >> (Patch set link: https://urldefense.com/v3/__https://marc.info/?l=linux-usb&m=160379622403975&w=2__;!!A4F2R9G_pg!Icyuillfz_Iy_FrHe2RmVP0zFNTYupWQYmma2AX71Jsqg4cwSaw4hKokDSvIBxrAdsRmUD4$ ).
> >>
> >> The patches that were included in the "usb: dwc2:
> >> Fix and improve power saving modes" which was submitted
> >> earlier was too large and needed to be split up into
> >> smaller patch sets. So this is the first series in the
> >> whole power saving mode fixes.
> >>
> >> Each remaining patch set have dependency on previous set
> >> and will be submitted after each of them are integrated.
> >>
> >> The series includes the following patch sets with multiple patches
> >> by below order.
> >>   1. usb: dwc2: Fix power saving general issues.
> >>   2. usb: dwc2: Fix Partial Power down issues.
> >>   3. usb: dwc2: Add clock gating support.
> >>   4. usb: dwc2: Fix Hibernation issues
> > 
> > You only sent 3 patches, not 4.
> > 
> > So this makes no sense to me, what am I supposed to do?
> The 4 items that are listed are patch sets. The first patch set that I 
> have sent is "usb: dwc2: Fix power saving general issues.", which 
> includes the 3 patches that have been sent.
> 
> I wrote the other 3 patch set names in the list to indicate that I will 
> send them after this "usb: dwc2: Fix power saving general issues." patch 
> set is integrated to mainline.

I'm not taking this first patch as-is, sorry, see my comments on it
already.

I took patch 2 and 3 though.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-26 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 10:23 [PATCH 0/3] usb: dwc2: Fix power saving general issues Artur Petrosyan
2021-03-26 13:32 ` Greg Kroah-Hartman
2021-03-26 13:45   ` Artur Petrosyan
2021-03-26 14:10     ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.