Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-30 Thread Linus Walleij
On Thu, Oct 29, 2015 at 9:22 AM, Mika Westerberg wrote: > x86 has I/O space regardless of ISA or PCI (even though most probably it > also has ISA and PCI). Looking at the drivers in question they seem to > be x86 drivers so maybe "depends on X86"? Yeah I see it now... x86 had these instructions

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-29 Thread Mika Westerberg
On Wed, Oct 28, 2015 at 04:11:41PM +0100, Linus Walleij wrote: > On Tue, Oct 27, 2015 at 5:51 PM, Mika Westerberg > wrote: > > On Tue, Oct 27, 2015 at 05:42:23PM +0100, Linus Walleij wrote: > >> On Tue, Oct 27, 2015 at 3:23 PM, Mika Westerberg > >> wrote: > >> > On Tue, Oct 27, 2015 at 11:06:58AM

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-28 Thread Linus Walleij
On Tue, Oct 27, 2015 at 5:51 PM, Mika Westerberg wrote: > On Tue, Oct 27, 2015 at 05:42:23PM +0100, Linus Walleij wrote: >> On Tue, Oct 27, 2015 at 3:23 PM, Mika Westerberg >> wrote: >> > On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: >> >> > +menu "ISA GPIO drivers" >> >> > + >>

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Mika Westerberg
On Tue, Oct 27, 2015 at 05:42:23PM +0100, Linus Walleij wrote: > On Tue, Oct 27, 2015 at 3:23 PM, Mika Westerberg > wrote: > > On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: > >> > +menu "ISA GPIO drivers" > >> > + > >> > +config GPIO_104_IDIO_16 > >> > + tristate "ACCES 104-

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Linus Walleij
On Tue, Oct 27, 2015 at 3:23 PM, Mika Westerberg wrote: > On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: >> > +menu "ISA GPIO drivers" >> > + >> > +config GPIO_104_IDIO_16 >> > + tristate "ACCES 104-IDIO-16 GPIO support" >> > + depends on X86 >> > + help >> > +

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Mika Westerberg
On Tue, Oct 27, 2015 at 03:40:38PM +0100, Simon Guinot wrote: > Should this driver not be moved under the "MFD GPIO expanders" menu ? Maybe. It is still part of the PCH (Platform Controller Hub) as far as I can tell so I would not call it a GPIO expander either ;-) -- To unsubscribe from this list

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Simon Guinot
On Tue, Oct 27, 2015 at 04:23:43PM +0200, Mika Westerberg wrote: > On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: > > > +menu "ISA GPIO drivers" > > > + > > > +config GPIO_104_IDIO_16 > > > + tristate "ACCES 104-IDIO-16 GPIO support" > > > + depends on X86 > > > +

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Mika Westerberg
On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: > > +menu "ISA GPIO drivers" > > + > > +config GPIO_104_IDIO_16 > > + tristate "ACCES 104-IDIO-16 GPIO support" > > + depends on X86 > > + help > > + Enables GPIO support for the ACCES 104-IDIO-16 family. > > +

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread William Breathitt Gray
On 10/27/2015 07:13 AM, Simon Guinot wrote: > On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: >> On Mon, Oct 19, 2015 at 6:59 PM, William Breathitt Gray >> wrote: >> >>> The ACCES 104-IDIO-16 family of PC/104 utility boards feature 16 >>> optically isolated inputs and 16 optically i

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Simon Guinot
On Tue, Oct 27, 2015 at 11:06:58AM +0100, Linus Walleij wrote: > On Mon, Oct 19, 2015 at 6:59 PM, William Breathitt Gray > wrote: > > > The ACCES 104-IDIO-16 family of PC/104 utility boards feature 16 > > optically isolated inputs and 16 optically isolated FET solid state > > outputs. This driver

Re: [PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16

2015-10-27 Thread Linus Walleij
On Mon, Oct 19, 2015 at 6:59 PM, William Breathitt Gray wrote: > The ACCES 104-IDIO-16 family of PC/104 utility boards feature 16 > optically isolated inputs and 16 optically isolated FET solid state > outputs. This driver provides GPIO support for these 32 channels of > digital I/O. Change-of-St