Re: [PATCH] drivers: staging: Add driver for Amplicon PCIe215

2017-09-01 Thread Greg Kroah-Hartman
On Fri, Sep 01, 2017 at 09:58:52AM +0100, Piotr Gregor wrote: > On Fri, Sep 01, 2017 at 08:57:50AM +0200, Greg Kroah-Hartman wrote: > > On Thu, Aug 31, 2017 at 05:54:58PM +0100, Piotr Gregor wrote: > > > This is a small and simple driver for handling of external > > > interrupt signal asserted on

Re: [PATCH] drivers: staging: Add driver for Amplicon PCIe215

2017-09-01 Thread Piotr Gregor
On Fri, Sep 01, 2017 at 08:57:50AM +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 31, 2017 at 05:54:58PM +0100, Piotr Gregor wrote: > > This is a small and simple driver for handling of external > > interrupt signal asserted on pins of Amplicon's PCIe215 board. > > There is already a Comedi driver

Re: [PATCH] drivers: staging: Add driver for Amplicon PCIe215

2017-09-01 Thread Greg Kroah-Hartman
On Thu, Aug 31, 2017 at 05:54:58PM +0100, Piotr Gregor wrote: > This is a small and simple driver for handling of external > interrupt signal asserted on pins of Amplicon's PCIe215 board. > There is already a Comedi driver subsystem in kernel which handles > that (and more) board, but that

[PATCH] drivers: staging: Add driver for Amplicon PCIe215

2017-08-31 Thread Piotr Gregor
This is a small and simple driver for handling of external interrupt signal asserted on pins of Amplicon's PCIe215 board. There is already a Comedi driver subsystem in kernel which handles that (and more) board, but that framework while offering more flexibility brings also additional complexity