Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-21 Thread Michal Simek
On 06/21/2013 01:13 AM, Pavel Machek wrote: > Hi! > > can you please comment this? I'll let Hans handle this, as he's the UIO maintainer now. >>> >>> Looks good to me. >>> >>> Anyway, Hans disappeared, so Greg takes patches, again. Take a look, >>> it seems I already did some changes

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-20 Thread Pavel Machek
Hi! > >>> can you please comment this? > >> > >> I'll let Hans handle this, as he's the UIO maintainer now. > > > > Looks good to me. > > > > Anyway, Hans disappeared, so Greg takes patches, again. Take a look, > > it seems I already did some changes you wanted, they are in char-misc > > tree. >

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-20 Thread Michal Simek
Hi, On 06/20/2013 06:01 PM, Pavel Machek wrote: > Hi! > >>> can you please comment this? >> >> I'll let Hans handle this, as he's the UIO maintainer now. > > Looks good to me. > > Anyway, Hans disappeared, so Greg takes patches, again. Take a look, > it seems I already did some changes you want

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-20 Thread Pavel Machek
Hi! > > can you please comment this? > > I'll let Hans handle this, as he's the UIO maintainer now. Looks good to me. Anyway, Hans disappeared, so Greg takes patches, again. Take a look, it seems I already did some changes you wanted, they are in char-misc tree.

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-11 Thread Michal Simek
On 06/03/2013 11:05 PM, Greg Kroah-Hartman wrote: > On Mon, Jun 03, 2013 at 02:34:11PM +0200, Michal Simek wrote: >> Hi Hans and Greg, >> >> can you please comment this? > > I'll let Hans handle this, as he's the UIO maintainer now. > Hans: Any update on this? Thanks, Michal -- Michal Simek,

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-10 Thread Michal Simek
Hi Hans, can you please look at this patch? Thanks, Michal On 05/23/2013 04:01 PM, Michal Simek wrote: > - Remove Userspace I/O platform driver without IRQ support > but add this functionality to genirq driver > - Remove code duplication from OF binding > > Signed-off-by: Michal Simek > ---

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-03 Thread Greg Kroah-Hartman
On Mon, Jun 03, 2013 at 02:34:11PM +0200, Michal Simek wrote: > Hi Hans and Greg, > > can you please comment this? I'll let Hans handle this, as he's the UIO maintainer now. thanks, greg -h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ma

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-06-03 Thread Michal Simek
Hi Hans and Greg, can you please comment this? Thanks, Michal On 05/29/2013 01:28 PM, Michal Simek wrote: > Hi Hans, > > any comment on this? > > Thanks, > Michal > > On 05/23/2013 04:01 PM, Michal Simek wrote: >> - Remove Userspace I/O platform driver without IRQ support >> but add this f

Re: [RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-05-29 Thread Michal Simek
Hi Hans, any comment on this? Thanks, Michal On 05/23/2013 04:01 PM, Michal Simek wrote: > - Remove Userspace I/O platform driver without IRQ support > but add this functionality to genirq driver > - Remove code duplication from OF binding > > Signed-off-by: Michal Simek > --- > The main rea

[RFC PATCH 2/2] uio: Add two platform uio drivers to one

2013-05-23 Thread Michal Simek
- Remove Userspace I/O platform driver without IRQ support but add this functionality to genirq driver - Remove code duplication from OF binding Signed-off-by: Michal Simek --- The main reason for this change is to have one compatibility string for UIO with and without IRQ. --- drivers/uio/Kc