2015-02-04 12:19:32

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] ARM: sa1100: implement irq driver as proper irqchip driver

On Fri, Jan 30, 2015 at 9:01 PM, Dmitry Eremin-Solenikov
<[email protected]> wrote:

> Hello,
>
> This is a second attempt to move Intel StrongARM SA-11x0 IRQ driver
> to drivers/irqchip/ place.
>
> Changes since V1:
>
> - Added soc/sa1100/pwer.h header containing sa11x0_*_set_wake()
> prototypes.
>
> - Removed spinlock from mask/unmask functions
>
> - Minor whitespace changes.
>
> The patches are based on my previous sa1100 patches that can be found
> in Russell's for-next branch or in linux-next tree.

I have applied it and tested on the Compaq iPaq h3600:
Tested-by: Linus Walleij <[email protected]>

Very nice to see the SC and GPIO offsets in /proc/interrupts
and very clean code, good work!

Yours,
Linus Walleij


2015-02-05 13:22:42

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] ARM: sa1100: implement irq driver as proper irqchip driver

Hello,

2015-02-04 15:19 GMT+03:00 Linus Walleij <[email protected]>:
> On Fri, Jan 30, 2015 at 9:01 PM, Dmitry Eremin-Solenikov
> <[email protected]> wrote:
>
>> This is a second attempt to move Intel StrongARM SA-11x0 IRQ driver
>> to drivers/irqchip/ place.
>>
>> Changes since V1:
>>
>> - Added soc/sa1100/pwer.h header containing sa11x0_*_set_wake()
>> prototypes.
>>
>> - Removed spinlock from mask/unmask functions
>>
>> - Minor whitespace changes.
>>
>> The patches are based on my previous sa1100 patches that can be found
>> in Russell's for-next branch or in linux-next tree.
>
> I have applied it and tested on the Compaq iPaq h3600:
> Tested-by: Linus Walleij <[email protected]>

Thank you. I'll probably wait for a couple more days for more feedback.
Especially from IRQ CHIP maintainers.

Thomas, Jason: any feedback on this version? If no, can you ack it
so that the patches can be merged through Russell's tree? If so, I
can maybe squash last two patches, so that the new driver will
be tied to old one through git internals?

Russell:any comments from your side?

>
> Very nice to see the SC and GPIO offsets in /proc/interrupts
> and very clean code, good work!

--
With best wishes
Dmitry