Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-07-03 Thread Michal Simek
On 07/01/2013 07:20 PM, Greg Kroah-Hartman wrote: > On Mon, Jul 01, 2013 at 09:21:14AM +0200, Michal Simek wrote: >> Hi Greg, >> >> On 06/27/2013 01:17 AM, Pavel Machek wrote: >>> On Wed 2013-06-26 11:52:12, Michal Simek wrote: The patch "UIO: fix uio_pdrv_genirq with device tree but no

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-07-03 Thread Michal Simek
On 07/01/2013 07:20 PM, Greg Kroah-Hartman wrote: On Mon, Jul 01, 2013 at 09:21:14AM +0200, Michal Simek wrote: Hi Greg, On 06/27/2013 01:17 AM, Pavel Machek wrote: On Wed 2013-06-26 11:52:12, Michal Simek wrote: The patch UIO: fix uio_pdrv_genirq with device tree but no interrupt (sha1:

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-07-01 Thread Greg Kroah-Hartman
On Mon, Jul 01, 2013 at 09:21:14AM +0200, Michal Simek wrote: > Hi Greg, > > On 06/27/2013 01:17 AM, Pavel Machek wrote: > > On Wed 2013-06-26 11:52:12, Michal Simek wrote: > >> The patch "UIO: fix uio_pdrv_genirq with device tree but no interrupt" > >> (sha1:

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-07-01 Thread Michal Simek
Hi Greg, On 06/27/2013 01:17 AM, Pavel Machek wrote: > On Wed 2013-06-26 11:52:12, Michal Simek wrote: >> The patch "UIO: fix uio_pdrv_genirq with device tree but no interrupt" >> (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) >> add support to use this driver with no interrupts. >>

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-07-01 Thread Michal Simek
Hi Greg, On 06/27/2013 01:17 AM, Pavel Machek wrote: On Wed 2013-06-26 11:52:12, Michal Simek wrote: The patch UIO: fix uio_pdrv_genirq with device tree but no interrupt (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add support to use this driver with no interrupts. uio_pdrv_genirq also

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-07-01 Thread Greg Kroah-Hartman
On Mon, Jul 01, 2013 at 09:21:14AM +0200, Michal Simek wrote: Hi Greg, On 06/27/2013 01:17 AM, Pavel Machek wrote: On Wed 2013-06-26 11:52:12, Michal Simek wrote: The patch UIO: fix uio_pdrv_genirq with device tree but no interrupt (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-06-26 Thread Pavel Machek
On Wed 2013-06-26 11:52:12, Michal Simek wrote: > The patch "UIO: fix uio_pdrv_genirq with device tree but no interrupt" > (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) > add support to use this driver with no interrupts. > uio_pdrv_genirq also supports device-tree binding > which is not

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-06-26 Thread Vitalii Demianets
On Wednesday 26 June 2013 12:52:12 Michal Simek wrote: > The patch "UIO: fix uio_pdrv_genirq with device tree but no interrupt" > (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) > add support to use this driver with no interrupts. > uio_pdrv_genirq also supports device-tree binding > which is not

[PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-06-26 Thread Michal Simek
The patch "UIO: fix uio_pdrv_genirq with device tree but no interrupt" (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add support to use this driver with no interrupts. uio_pdrv_genirq also supports device-tree binding which is not available in uio_pdrv. That's why this uio_pdrv driver can be

[PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-06-26 Thread Michal Simek
The patch UIO: fix uio_pdrv_genirq with device tree but no interrupt (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add support to use this driver with no interrupts. uio_pdrv_genirq also supports device-tree binding which is not available in uio_pdrv. That's why this uio_pdrv driver can be

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-06-26 Thread Vitalii Demianets
On Wednesday 26 June 2013 12:52:12 Michal Simek wrote: The patch UIO: fix uio_pdrv_genirq with device tree but no interrupt (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add support to use this driver with no interrupts. uio_pdrv_genirq also supports device-tree binding which is not

Re: [PATCH v3 2/2] uio: Remove uio_pdrv and use uio_pdrv_genirq instead

2013-06-26 Thread Pavel Machek
On Wed 2013-06-26 11:52:12, Michal Simek wrote: The patch UIO: fix uio_pdrv_genirq with device tree but no interrupt (sha1: e3a3c3a205554e564751cd9c0276b2af813d7a92) add support to use this driver with no interrupts. uio_pdrv_genirq also supports device-tree binding which is not available in