Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-23 Thread Heikki Krogerus
Hi Mats, On Wed, Mar 22, 2017 at 10:15:20PM +0100, Mats Karrman wrote: > On 03/21/2017 11:37 AM, Heikki Krogerus wrote: > > > > I'm lost in the long thread here, is this series still ready to be > > > merged in, or is there another version that is being worked on? > > There was one documentation

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-23 Thread Heikki Krogerus
Hi Mats, On Wed, Mar 22, 2017 at 10:15:20PM +0100, Mats Karrman wrote: > On 03/21/2017 11:37 AM, Heikki Krogerus wrote: > > > > I'm lost in the long thread here, is this series still ready to be > > > merged in, or is there another version that is being worked on? > > There was one documentation

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-22 Thread Mats Karrman
On 03/21/2017 11:37 AM, Heikki Krogerus wrote: I'm lost in the long thread here, is this series still ready to be merged in, or is there another version that is being worked on? There was one documentation fix proposed Mats. The rest of the thread was not about these patches. I'll send one

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-22 Thread Mats Karrman
On 03/21/2017 11:37 AM, Heikki Krogerus wrote: I'm lost in the long thread here, is this series still ready to be merged in, or is there another version that is being worked on? There was one documentation fix proposed Mats. The rest of the thread was not about these patches. I'll send one

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-21 Thread Heikki Krogerus
On Tue, Feb 21, 2017 at 05:42:35PM +0200, Felipe Balbi wrote: > Just to clarify one thing here: wherever it says "Reviewed-by: Felipe > Balbi..." you could also read "Reviewed-and-Tested-by: Felipe Balbi..." > as I have been running these patches for past few months to test code on > Intel Joule.

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-21 Thread Heikki Krogerus
On Tue, Feb 21, 2017 at 05:42:35PM +0200, Felipe Balbi wrote: > Just to clarify one thing here: wherever it says "Reviewed-by: Felipe > Balbi..." you could also read "Reviewed-and-Tested-by: Felipe Balbi..." > as I have been running these patches for past few months to test code on > Intel Joule.

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-21 Thread Heikki Krogerus
On Tue, Mar 21, 2017 at 11:23:37AM +0100, Greg KH wrote: > On Tue, Feb 21, 2017 at 05:24:02PM +0300, Heikki Krogerus wrote: > > The USB Type-C class is meant to provide unified interface to the > > userspace to present the USB Type-C ports in a system. > > > > Changes since v16: > > - Using

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-21 Thread Heikki Krogerus
On Tue, Mar 21, 2017 at 11:23:37AM +0100, Greg KH wrote: > On Tue, Feb 21, 2017 at 05:24:02PM +0300, Heikki Krogerus wrote: > > The USB Type-C class is meant to provide unified interface to the > > userspace to present the USB Type-C ports in a system. > > > > Changes since v16: > > - Using

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-21 Thread Greg KH
On Tue, Feb 21, 2017 at 05:24:02PM +0300, Heikki Krogerus wrote: > The USB Type-C class is meant to provide unified interface to the > userspace to present the USB Type-C ports in a system. > > Changes since v16: > - Using PTR_ERR_OR_ZERO macro in typec_init(). I'm lost in the long thread here,

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-03-21 Thread Greg KH
On Tue, Feb 21, 2017 at 05:24:02PM +0300, Heikki Krogerus wrote: > The USB Type-C class is meant to provide unified interface to the > userspace to present the USB Type-C ports in a system. > > Changes since v16: > - Using PTR_ERR_OR_ZERO macro in typec_init(). I'm lost in the long thread here,

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-02-21 Thread Felipe Balbi
Hi, Heikki Krogerus writes: > The USB Type-C class is meant to provide unified interface to the > userspace to present the USB Type-C ports in a system. > > Changes since v16: > - Using PTR_ERR_OR_ZERO macro in typec_init(). > > Changes since v15: > -

Re: [PATCH v17 0/3] USB Type-C Connector class

2017-02-21 Thread Felipe Balbi
Hi, Heikki Krogerus writes: > The USB Type-C class is meant to provide unified interface to the > userspace to present the USB Type-C ports in a system. > > Changes since v16: > - Using PTR_ERR_OR_ZERO macro in typec_init(). > > Changes since v15: > - "stingification" as proposed by Felipe > -

[PATCH v17 0/3] USB Type-C Connector class

2017-02-21 Thread Heikki Krogerus
The USB Type-C class is meant to provide unified interface to the userspace to present the USB Type-C ports in a system. Changes since v16: - Using PTR_ERR_OR_ZERO macro in typec_init(). Changes since v15: - "stingification" as proposed by Felipe - Checking ARRAY_SIZE in

[PATCH v17 0/3] USB Type-C Connector class

2017-02-21 Thread Heikki Krogerus
The USB Type-C class is meant to provide unified interface to the userspace to present the USB Type-C ports in a system. Changes since v16: - Using PTR_ERR_OR_ZERO macro in typec_init(). Changes since v15: - "stingification" as proposed by Felipe - Checking ARRAY_SIZE in