Re: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Felipe Balbi
Hi, Nathael Pajani writes: > From: Nathael Pajani > Date: Wed, 1 Jun 2016 20:35:50 +0200 > Subject: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support. > > Add SMSC/Microchip USB2514 HUB support. > Hub configuration made through I2C from host instead of external EEPRO

Re: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Greg KH
On Wed, Jun 01, 2016 at 09:33:02PM +0200, Nathael Pajani wrote: > Hi ! > > On 01/06/2016 20:43, Greg KH wrote: > > On Wed, Jun 01, 2016 at 08:35:50PM +0200, Nathael Pajani wrote: > >> From: Nathael Pajani > >> Date: Wed, 1 Jun 2016 20:35:50 +0200 > >> Su

Re: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Nathael Pajani
Hi ! On 01/06/2016 20:43, Greg KH wrote: > On Wed, Jun 01, 2016 at 08:35:50PM +0200, Nathael Pajani wrote: >> From: Nathael Pajani >> Date: Wed, 1 Jun 2016 20:35:50 +0200 >> Subject: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support. > > Why is this here in the

Re: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Greg KH
On Wed, Jun 01, 2016 at 08:35:50PM +0200, Nathael Pajani wrote: > +/* > + * Driver for SMSC USB2514 USB 2.0 hub controller driver > + * > + * Copyright (c) 2012-2013 Dongjin Kim (tobet...@gmail.com) > + * Copyright (c) 2016 Nathael Pajani (nathael.paj...@ed3l.fr) > + * > + * This program is free so

Re: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Greg KH
On Wed, Jun 01, 2016 at 08:35:50PM +0200, Nathael Pajani wrote: > From: Nathael Pajani > Date: Wed, 1 Jun 2016 20:35:50 +0200 > Subject: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support. Why is this here in the body of the email? > > Add SMSC/Microchip USB2514 HUB

[PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Nathael Pajani
From: Nathael Pajani Date: Wed, 1 Jun 2016 20:35:50 +0200 Subject: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support. Add SMSC/Microchip USB2514 HUB support. Hub configuration made through I2C from host instead of external EEPROM. Signed-off-by: Nathael Pajani --- The following patch

Re: [PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Greg KH
On Wed, Jun 01, 2016 at 06:32:13PM +0200, Nathael Pajani wrote: > Hi ! > > Linked patch adds a driver for the USB2514 USB2.0 Hub from SMSC/Microchip : > > http://www.nathael.org/Data/Domotab/Cape_RCCar/commit-972ddd3 > > I Tried to support this chip using usb3503 driver > (drivers/usb/misc/usb3

[PATCH 1/1] usb: Add SMSC/Microchip USB2514 HUB support.

2016-06-01 Thread Nathael Pajani
Hi ! Linked patch adds a driver for the USB2514 USB2.0 Hub from SMSC/Microchip : http://www.nathael.org/Data/Domotab/Cape_RCCar/commit-972ddd3 I Tried to support this chip using usb3503 driver (drivers/usb/misc/usb3503.c), but I2C communication is different and configuration fails. Thus I crea