Re: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-02 Thread Greg Kroah-Hartman
On Thu, Nov 02, 2017 at 05:34:22PM +, Adam Thomson wrote: > On 02 November 2017 16:49, Greg Kroah-Hartman wrote: > > > On Thu, Nov 02, 2017 at 11:40:12AM +, Adam Thomson wrote: > > > On 01 November 2017 17:20, Greg Kroah-Hartman wrote: > > > > > > > On Wed, Nov 01, 2017 at 05:03:10PM +

RE: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-02 Thread Adam Thomson
On 02 November 2017 16:49, Greg Kroah-Hartman wrote: > On Thu, Nov 02, 2017 at 11:40:12AM +, Adam Thomson wrote: > > On 01 November 2017 17:20, Greg Kroah-Hartman wrote: > > > > > On Wed, Nov 01, 2017 at 05:03:10PM +, Adam Thomson wrote: > > > > This commit adds a header providing definiti

Re: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-02 Thread Greg Kroah-Hartman
On Thu, Nov 02, 2017 at 11:40:12AM +, Adam Thomson wrote: > On 01 November 2017 17:20, Greg Kroah-Hartman wrote: > > > On Wed, Nov 01, 2017 at 05:03:10PM +, Adam Thomson wrote: > > > This commit adds a header providing definitions for handling Alert > > > messages. Currently the header onl

RE: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-02 Thread Adam Thomson
On 01 November 2017 17:20, Greg Kroah-Hartman wrote: > On Wed, Nov 01, 2017 at 05:03:10PM +, Adam Thomson wrote: > > This commit adds a header providing definitions for handling Alert > > messages. Currently the header only focuses on handling incoming > > alerts. > > > > Signed-off-by: Adam T

Re: [RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-01 Thread Greg Kroah-Hartman
On Wed, Nov 01, 2017 at 05:03:10PM +, Adam Thomson wrote: > This commit adds a header providing definitions for handling Alert > messages. Currently the header only focuses on handling incoming > alerts. > > Signed-off-by: Adam Thomson > --- > include/linux/usb/pd_ado.h | 49 > +

[RFC PATCH 2/7] typec: tcpm: Add ADO header for Alert message handling

2017-11-01 Thread Adam Thomson
This commit adds a header providing definitions for handling Alert messages. Currently the header only focuses on handling incoming alerts. Signed-off-by: Adam Thomson --- include/linux/usb/pd_ado.h | 49 ++ 1 file changed, 49 insertions(+) create mod