Re: [PATCH 0/6] usb: dwc2: minor fixes

2018-02-15 Thread Felipe Balbi
Felipe Balbi  writes:

> Hi,
>
> Grigor Tovmasyan  writes:
>> This series contains patches which are already have been sent in
>> "usb: dwc2: fixes, enhancements and new features" series.
>>
>> That patch series was too large, and based on community feedbacks decided to 
>> split that series into small pieces. This is a first one.
>>
>> In this series we included only minor fixes for dwc2 driver. 
>>
>> All patches were tested on HAPS-DX7 platform.
>>
>>
>> Changes after first submission:
>>
>> usb: dwc2: Add safety check in setting of descriptor chain pointer
>>   
>> Updated description of patch.
>
> odd, I don't have 1/6 in my inbox. Care to resend it?

nevermind, it just wasn't in the same thread (go figure)

-- 
balbi


signature.asc
Description: PGP signature


Re: [PATCH 0/6] usb: dwc2: minor fixes

2018-02-15 Thread Felipe Balbi

Hi,

Grigor Tovmasyan  writes:
> This series contains patches which are already have been sent in
> "usb: dwc2: fixes, enhancements and new features" series.
>
> That patch series was too large, and based on community feedbacks decided to 
> split that series into small pieces. This is a first one.
>
> In this series we included only minor fixes for dwc2 driver. 
>
> All patches were tested on HAPS-DX7 platform.
>
>
> Changes after first submission:
>
> usb: dwc2: Add safety check in setting of descriptor chain pointer
>   
> Updated description of patch.

odd, I don't have 1/6 in my inbox. Care to resend it?

-- 
balbi


signature.asc
Description: PGP signature


Re: [PATCH 0/6] usb: dwc2: minor fixes

2018-02-05 Thread John Youn

On 01/16/2018 04:03 AM, Grigor Tovmasyan wrote:

This series contains patches which are already have been sent in
"usb: dwc2: fixes, enhancements and new features" series.

That patch series was too large, and based on community feedbacks decided to
split that series into small pieces. This is a first one.

In this series we included only minor fixes for dwc2 driver.

All patches were tested on HAPS-DX7 platform.


Changes after first submission:

usb: dwc2: Add safety check in setting of descriptor chain pointer
   
 Updated description of patch.





Gevorg Sahakyan (1):
   usb: dwc2: Remove version check in GSNPSID

Minas Harutyunyan (2):
   usb: dwc2: Add safety check in setting of descriptor chain pointers
   usb: dwc2: Add safety check for STSPHSERCVD intr

Vardan Mikayelyan (3):
   usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
   usb: dwc2: eliminate irq parameter from dwc2_gadget_init
   usb: dwc2: Force mode optimizations

  drivers/usb/dwc2/core.c | 61 +++--
  drivers/usb/dwc2/core.h | 13 ++
  drivers/usb/dwc2/gadget.c   | 33 +---
  drivers/usb/dwc2/hcd.c  |  6 ++---
  drivers/usb/dwc2/hw.h   |  1 +
  drivers/usb/dwc2/params.c   | 23 ++---
  drivers/usb/dwc2/platform.c | 11 ++--
  7 files changed, 61 insertions(+), 87 deletions(-)




For this series:

Acked-by: John Youn 

John
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/6] usb: dwc2: minor fixes

2018-01-16 Thread Grigor Tovmasyan
This series contains patches which are already have been sent in
"usb: dwc2: fixes, enhancements and new features" series.

That patch series was too large, and based on community feedbacks decided to 
split that series into small pieces. This is a first one.

In this series we included only minor fixes for dwc2 driver. 

All patches were tested on HAPS-DX7 platform.


Changes after first submission:

usb: dwc2: Add safety check in setting of descriptor chain pointer
  
Updated description of patch.




Gevorg Sahakyan (1):
  usb: dwc2: Remove version check in GSNPSID

Minas Harutyunyan (2):
  usb: dwc2: Add safety check in setting of descriptor chain pointers
  usb: dwc2: Add safety check for STSPHSERCVD intr

Vardan Mikayelyan (3):
  usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
  usb: dwc2: eliminate irq parameter from dwc2_gadget_init
  usb: dwc2: Force mode optimizations

 drivers/usb/dwc2/core.c | 61 +++--
 drivers/usb/dwc2/core.h | 13 ++
 drivers/usb/dwc2/gadget.c   | 33 +---
 drivers/usb/dwc2/hcd.c  |  6 ++---
 drivers/usb/dwc2/hw.h   |  1 +
 drivers/usb/dwc2/params.c   | 23 ++---
 drivers/usb/dwc2/platform.c | 11 ++--
 7 files changed, 61 insertions(+), 87 deletions(-)

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/6] usb: dwc2: Minor fixes and cleanup

2016-11-16 Thread John Youn
This series includes some minor fixes and cleanup commits for dwc2
that we've had locally for some time.


Razmik Karapetyan (5):
  usb: dwc2: Don't program DMA address for 0 length request
  usb: dwc2: Fix Control Write issue in DMA mode
  usb: dwc2: Remove unnecessary request length checking
  usb: dwc2: Fix fifo_show() functionality
  usb: dwc2: Move functions from header to source

Sevak Arakelyan (1):
  usb: dwc2: Stop Complete Splits after Data PID == 0

 drivers/usb/dwc2/debugfs.c  |  2 +-
 drivers/usb/dwc2/gadget.c   | 19 +++
 drivers/usb/dwc2/hcd.c  | 58 ++---
 drivers/usb/dwc2/hcd.h  |  5 
 drivers/usb/dwc2/hcd_intr.c |  7 +-
 5 files changed, 44 insertions(+), 47 deletions(-)

-- 
2.10.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html