Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-02-01 Thread Jonathan Cameron
On 31/01/17 20:03, William Breathitt Gray wrote: > On Sun, Jan 22, 2017 at 01:23:07PM +, Jonathan Cameron wrote: >> On 19/01/17 15:06, William Breathitt Gray wrote: >>> The Apex Embedded Systems STX104 series provides a digital output >>> register where 4 lines may be set at a time. This patch

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-02-01 Thread Jonathan Cameron
On 31/01/17 20:03, William Breathitt Gray wrote: > On Sun, Jan 22, 2017 at 01:23:07PM +, Jonathan Cameron wrote: >> On 19/01/17 15:06, William Breathitt Gray wrote: >>> The Apex Embedded Systems STX104 series provides a digital output >>> register where 4 lines may be set at a time. This patch

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-31 Thread William Breathitt Gray
On Sun, Jan 22, 2017 at 01:23:07PM +, Jonathan Cameron wrote: >On 19/01/17 15:06, William Breathitt Gray wrote: >> The Apex Embedded Systems STX104 series provides a digital output >> register where 4 lines may be set at a time. This patch add support for >> the set_multiple callback function,

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-31 Thread William Breathitt Gray
On Sun, Jan 22, 2017 at 01:23:07PM +, Jonathan Cameron wrote: >On 19/01/17 15:06, William Breathitt Gray wrote: >> The Apex Embedded Systems STX104 series provides a digital output >> register where 4 lines may be set at a time. This patch add support for >> the set_multiple callback function,

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-22 Thread Linus Walleij
On Thu, Jan 19, 2017 at 4:06 PM, William Breathitt Gray wrote: > The Apex Embedded Systems STX104 series provides a digital output > register where 4 lines may be set at a time. This patch add support for > the set_multiple callback function, thus allowing multiple

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-22 Thread Linus Walleij
On Thu, Jan 19, 2017 at 4:06 PM, William Breathitt Gray wrote: > The Apex Embedded Systems STX104 series provides a digital output > register where 4 lines may be set at a time. This patch add support for > the set_multiple callback function, thus allowing multiple digital > output lines to be

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-22 Thread Jonathan Cameron
On 19/01/17 15:06, William Breathitt Gray wrote: > The Apex Embedded Systems STX104 series provides a digital output > register where 4 lines may be set at a time. This patch add support for > the set_multiple callback function, thus allowing multiple digital > output lines to be set more

Re: [PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-22 Thread Jonathan Cameron
On 19/01/17 15:06, William Breathitt Gray wrote: > The Apex Embedded Systems STX104 series provides a digital output > register where 4 lines may be set at a time. This patch add support for > the set_multiple callback function, thus allowing multiple digital > output lines to be set more

[PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-19 Thread William Breathitt Gray
The Apex Embedded Systems STX104 series provides a digital output register where 4 lines may be set at a time. This patch add support for the set_multiple callback function, thus allowing multiple digital output lines to be set more efficiently in groups. Cc: Jonathan Cameron

[PATCH 5/5] iio: stx104: Add GPIO set_multiple callback function support

2017-01-19 Thread William Breathitt Gray
The Apex Embedded Systems STX104 series provides a digital output register where 4 lines may be set at a time. This patch add support for the set_multiple callback function, thus allowing multiple digital output lines to be set more efficiently in groups. Cc: Jonathan Cameron Cc: Hartmut Knaack