Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Greg KH
On Fri, May 05, 2017 at 11:38:38AM +0200, Alexandre Bailon wrote: > > > On 04/18/2017 01:59 PM, Greg KH wrote: > > On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: > > > Currently, the only hd controller supported by Greybus is the es2 > > > controller which only support is

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Greg KH
On Fri, May 05, 2017 at 11:43:28AM +0200, Alexandre Bailon wrote: > > > + dev = device_create(gb_nl_class, NULL, major_dev, NULL, DEVICE_NAME); > > > + if (IS_ERR(dev)) { > > > + retval = PTR_ERR(dev); > > > + goto err_class_destroy; > > > + } > > What do you do with this character

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Alexandre Bailon
On 04/18/2017 02:01 PM, Greg KH wrote: On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: Currently, the only hd controller supported by Greybus is the es2 controller which only support is mainly a bridge between USB and UniPro. In order to use Greybus on devices that do not

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-05-05 Thread Alexandre Bailon
On 04/18/2017 01:59 PM, Greg KH wrote: On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: Currently, the only hd controller supported by Greybus is the es2 controller which only support is mainly a bridge between USB and UniPro. In order to use Greybus on devices that do not

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-04-18 Thread Greg KH
On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: > Currently, the only hd controller supported by Greybus is the es2 > controller which only support is mainly a bridge between USB and UniPro. > In order to use Greybus on devices that do not support UniPro, > add a the Greybus

Re: [greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-04-18 Thread Greg KH
On Sun, Mar 26, 2017 at 06:58:24PM +0200, Alexandre Bailon wrote: > Currently, the only hd controller supported by Greybus is the es2 > controller which only support is mainly a bridge between USB and UniPro. > In order to use Greybus on devices that do not support UniPro, > add a the Greybus

[greybus-dev][PATCH 2/3] staging: greybus: Add Greybus netlink driver

2017-03-26 Thread Alexandre Bailon
Currently, the only hd controller supported by Greybus is the es2 controller which only support is mainly a bridge between USB and UniPro. In order to use Greybus on devices that do not support UniPro, add a the Greybus netlink hd controller. By using Generic Netlink, userspace can act as a