Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1377881
| From | William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option |
| Date | 2016-04-13 14:20 +0200 |
| Message-ID | <rnrW2-15F-9@gated-at.bofh.it> (permalink) |
| References | <rmK4G-6zt-15@gated-at.bofh.it> <rnnpo-5TB-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Apr 13, 2016 at 09:26:02AM +0200, Ingo Molnar wrote: >What's the practical motivation of this? What exact hardware is this for? > >Thanks, > > Ingo The PC/104 bus is equivalent to the ISA bus regarding software communication. Many small form factor systems have a PC/104 bus where PC/104 cards may be stacked. Nowadays, these systems are commonly running 64-bit processors such as the Intel Atom. I would like to utilize the ISA bus driver to support these PC/104 devices (see http://lkml.org/lkml/2016/4/7/418), but the ISA configuration option has an arbitrary X86_32 dependency. Decoupling the X86_32 dependency from the ISA configuration option will allow these PC/104 drivers to build for 64-bit architectures. The existing kernel drivers which I intend to utilize the ISA bus driver in a X86_64 architecture for PC/104 support are the ACCES 104-DIO-48E GPIO driver, the ACCES 104-IDI-48 GPIO driver, the ACCES 104-IDIO-16 GPIO driver, and the Apex Embedded Systems STX104 DAC driver. I have several more PC/104 devices for which I wish to write drivers, but I would like to resolve this ISA bus driver situation before submitting new code. William Breathitt Gray
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-04-11 15:30 +0200
Re: [PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option Ingo Molnar <mingo@kernel.org> - 2016-04-13 09:30 +0200
Re: [PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-04-13 14:20 +0200
Re: [PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option Ingo Molnar <mingo@kernel.org> - 2016-04-13 16:40 +0200
Re: [PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-04-13 16:50 +0200
Re: [PATCH 0/4] Decouple X86_32 dependency from the ISA Kconfig option Greg KH <gregkh@linuxfoundation.org> - 2016-04-13 17:20 +0200
csiph-web