Re: [PATCH v2 0/7] RATP i2c and GPIO support

2018-09-17 Thread Sascha Hauer
On Wed, Sep 12, 2018 at 03:45:43PM +0200, Aleksander Morgado wrote: > This series of patches implements support for i2c and GPIO operations via > RATP. > > It addresses most of the comments from the first series review, except for > Sascha's suggestion to implement name resolving for the i2c

[PATCH v2 0/7] RATP i2c and GPIO support

2018-09-12 Thread Aleksander Morgado
This series of patches implements support for i2c and GPIO operations via RATP. It addresses most of the comments from the first series review, except for Sascha's suggestion to implement name resolving for the i2c buses and Andrey's suggestion to prepare a new helper method to initialize the

RATP i2c and GPIO support

2018-08-21 Thread Aleksander Morgado
This patch series implements support for i2c and GPIO operations via RATP. [PATCH 1/4] ratp: implement i2c read/write support [PATCH 2/4] bbremote: implement i2c read/write support [PATCH 3/4] ratp: implement support for GPIO commands [PATCH 4/4] bbremote: implement support for GPIO