Re: [PATCH 00/15] staging: comedi: use common module for ISA DMA

2015-01-15 Thread Ian Abbott
On 14/01/15 17:05, H Hartley Sweeten wrote: The comedi legacy drivers that use ISA DMA all currently depend on the ISA_DMA_API being avaliable in order to be selected. The ISA_DMA_API is only needed to optionally support DMA when running asnyc commands. Introduce a new helper module that provide

[PATCH 00/15] staging: comedi: use common module for ISA DMA

2015-01-14 Thread H Hartley Sweeten
The comedi legacy drivers that use ISA DMA all currently depend on the ISA_DMA_API being avaliable in order to be selected. The ISA_DMA_API is only needed to optionally support DMA when running asnyc commands. Introduce a new helper module that provides all the ISA DMA support. Modify the Kconfig