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

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

[PATCH 0/3] Add the Generic Netlink controller

2017-03-26 Thread Alexandre Bailon
(like gbsim but only support control and loopback protcols), TCP/IP, Bluetooth and UART. It is still under development but it was stable enough to test this series. The application can found here: https://github.com/anobli/gbridge Alexandre Bailon (3): staging greybus: make cport_quiesce

[greybus-dev][PATCH 1/3] staging: greybus: make cport_quiesce() method optional

2017-03-26 Thread Alexandre Bailon
it before to use it. Signed-off-by: Alexandre Bailon <abai...@baylibre.com> --- drivers/staging/greybus/connection.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c index 1bf0ee4..2cf6464 100644 --- a/drivers/s

[greybus-dev][PATCH 3/3] staging: greybus: netlink: Add a way to "hot remove" SVC

2017-03-26 Thread Alexandre Bailon
be reinitialized by Greybus, the SVC won't do its job and Greybus won't work. Add a netlink operation to remove the SVC, which will remove the hd driver, and then register it again. Signed-off-by: Alexandre Bailon <abai...@baylibre.com> --- drivers/staging/greybus/gb_netlink.h | 1 + d

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

2017-03-26 Thread Alexandre Bailon
as a bridge between Greybus and any kind of bus supported by the platform (e.g. Bluetooth). In addition, this add an easy way to implement some component such as SVC which is required by Greybus though it may not be available on every platforms. Signed-off-by: Alexandre Bailon <abai...@baylibre.

Re: Greybus Future

2016-11-02 Thread Alexandre Bailon
On 10/31/2016 02:50 PM, Alex Elder wrote: > Git repositories. Public git repositories related to Project Ara > are all hosted here: > https://github.com/projectara > At this time I see no reason to move away from this, but it would > not surprise me if we decided to host the code and