Re: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-06-05 Thread William Breathitt Gray
On Sun, Jun 05, 2016 at 09:24:24PM +0200, Pavel Machek wrote: >On Sat 2016-06-04 07:12:21, William Breathitt Gray wrote: >> I think I see the merit of a prompt for PC104 devices. I've encountered >> a use case recently which I'm curious about in this scenario. Given the >> compatibility with ISA, m

Re: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-06-05 Thread Pavel Machek
On Sat 2016-06-04 07:12:21, William Breathitt Gray wrote: > On Sat, Jun 04, 2016 at 09:14:08AM +0200, Pavel Machek wrote: > >On Fri 2016-06-03 17:12:44, William Breathitt Gray wrote: > >> On Fri, Jun 03, 2016 at 10:57:03PM +0200, Pavel Machek wrote: > >> >Should we do "depends on PC104" here, becau

Re: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-06-04 Thread William Breathitt Gray
On Sat, Jun 04, 2016 at 09:14:08AM +0200, Pavel Machek wrote: >On Fri 2016-06-03 17:12:44, William Breathitt Gray wrote: >> On Fri, Jun 03, 2016 at 10:57:03PM +0200, Pavel Machek wrote: >> >Should we do "depends on PC104" here, because that is what it really >> >means, and have PC104 enabled when I

Re: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-06-04 Thread Pavel Machek
On Fri 2016-06-03 17:12:44, William Breathitt Gray wrote: > On Fri, Jun 03, 2016 at 10:57:03PM +0200, Pavel Machek wrote: > >Hi! > > > >> With the introduction of the ISA_BUS_API Kconfig option, ISA-style > >> drivers may be built for X86_64 architectures. This patch changes the > >> ISA Kconfig op

Re: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-06-03 Thread William Breathitt Gray
On Fri, Jun 03, 2016 at 10:57:03PM +0200, Pavel Machek wrote: >Hi! > >> With the introduction of the ISA_BUS_API Kconfig option, ISA-style >> drivers may be built for X86_64 architectures. This patch changes the >> ISA Kconfig option dependency of the PC/104 drivers to ISA_BUS_API, thus >> allowing

Re: [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-06-03 Thread Pavel Machek
Hi! > With the introduction of the ISA_BUS_API Kconfig option, ISA-style > drivers may be built for X86_64 architectures. This patch changes the > ISA Kconfig option dependency of the PC/104 drivers to ISA_BUS_API, thus > allowing them to build for X86_64 as they are expected to. > > Cc: Guenter

[PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

2016-05-23 Thread William Breathitt Gray
With the introduction of the ISA_BUS_API Kconfig option, ISA-style drivers may be built for X86_64 architectures. This patch changes the ISA Kconfig option dependency of the PC/104 drivers to ISA_BUS_API, thus allowing them to build for X86_64 as they are expected to. Cc: Guenter Roeck Cc: Linus