Re: [PATCH v2] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-13 Thread William Breathitt Gray
On Mon, Jun 13, 2016 at 02:15:43PM +0200, Linus Walleij wrote: >On Fri, Jun 3, 2016 at 7:42 PM, William Breathitt Gray > wrote: > >> The Apex Embedded Systems STX104 device features eight lines of digital >> I/O (four digital inputs and four digital outputs). This patch adds GPIO >> support for the

Re: [PATCH v2] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-13 Thread Linus Walleij
On Fri, Jun 3, 2016 at 7:42 PM, William Breathitt Gray wrote: > The Apex Embedded Systems STX104 device features eight lines of digital > I/O (four digital inputs and four digital outputs). This patch adds GPIO > support for these eight lines of digital I/O via GPIOLIB. > > Signed-off-by: William

Re: [PATCH v2] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-11 Thread Jonathan Cameron
On 03/06/16 18:42, William Breathitt Gray wrote: > The Apex Embedded Systems STX104 device features eight lines of digital > I/O (four digital inputs and four digital outputs). This patch adds GPIO > support for these eight lines of digital I/O via GPIOLIB. > > Signed-off-by: William Breathitt Gra

[PATCH v2] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104

2016-06-03 Thread William Breathitt Gray
The Apex Embedded Systems STX104 device features eight lines of digital I/O (four digital inputs and four digital outputs). This patch adds GPIO support for these eight lines of digital I/O via GPIOLIB. Signed-off-by: William Breathitt Gray --- Changes in v2: - Change GPIOLIB Kconfig selection