mbox series

[0/2] usb: dwc2: gadget: Fix Service Interval support.

Message ID cover.1540902331.git.arturp@synopsys.com (mailing list archive)
Headers show
Series usb: dwc2: gadget: Fix Service Interval support. | expand

Message

Artur Petrosyan Oct. 30, 2018, 12:26 p.m. UTC
1. This patch set fixes WkupAlert interrupt handler.
2. Adds support to accept LPM token when TxFIFO
   is not empty.

NOTE: Request to add this patch set on "tag: usb-for-v4.20"


Artur Petrosyan (2):
  usb: dwc2: gadget: Fix WkupAlert interrupt handler.
  usb: dwc2: gadget: Accept LPM token when TxFIFO is not empty

 drivers/usb/dwc2/gadget.c | 3 ++-
 drivers/usb/dwc2/hw.h     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Felipe Balbi Oct. 30, 2018, 12:32 p.m. UTC | #1
Hi,

Artur Petrosyan <arthur.petrosyan@synopsys.com> writes:

> 1. This patch set fixes WkupAlert interrupt handler.
> 2. Adds support to accept LPM token when TxFIFO
>    is not empty.
>
> NOTE: Request to add this patch set on "tag: usb-for-v4.20"

now that the merge window is already open? patch 1 seems like a fix, so
it may be accepted during the -rc cycle. Patch 2 is more likely to be
delayed for the next merge window.
Artur Petrosyan Oct. 30, 2018, 2:27 p.m. UTC | #2
Hi Balbi,

On 10/30/2018 16:33, Felipe Balbi wrote:
> 
> Hi,
> 
> Artur Petrosyan <arthur.petrosyan@synopsys.com> writes:
> 
>> 1. This patch set fixes WkupAlert interrupt handler.
>> 2. Adds support to accept LPM token when TxFIFO
>>     is not empty.
>>
>> NOTE: Request to add this patch set on "tag: usb-for-v4.20"
> 
> now that the merge window is already open? patch 1 seems like a fix, so
> it may be accepted during the -rc cycle. Patch 2 is more likely to be
> delayed for the next merge window.
> 

Both patches are required to complete Service Interval feature support. 
I would prefer to have both patches on the -rc cycle.

Regards,
Artur