Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-23 Thread Mark Brown
On Tue, Sep 22, 2015 at 11:04:01PM +0100, Lee Jones wrote: > On Sat, 19 Sep 2015, Mark Brown wrote: > > On Tue, Sep 15, 2015 at 12:39:17AM +0800, Qipeng Zha wrote: > > > Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq > > > structure easily for other driver module. > > > > Acked-by: Mark

Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-22 Thread Lee Jones
On Tue, 15 Sep 2015, Qipeng Zha wrote: > Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq > structure easily for other driver module. > > Signed-off-by: Qipeng Zha > --- > include/linux/regmap.h | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks. > diff --git a/include/linux/

Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-22 Thread Lee Jones
On Sat, 19 Sep 2015, Mark Brown wrote: > On Tue, Sep 15, 2015 at 12:39:17AM +0800, Qipeng Zha wrote: > > Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq > > structure easily for other driver module. > > Acked-by: Mark Brown Do you want a pull request for this? -- Lee Jones Linaro STM

Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-19 Thread Lee Jones
On Tue, 15 Sep 2015, Qipeng Zha wrote: > Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq > structure easily for other driver module. Couple of people requested this now: Acked-by: Lee Jones > Signed-off-by: Qipeng Zha > --- > include/linux/regmap.h | 3 +++ > 1 file changed, 3 inse

Re: [PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-19 Thread Mark Brown
On Tue, Sep 15, 2015 at 12:39:17AM +0800, Qipeng Zha wrote: > Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq > structure easily for other driver module. Acked-by: Mark Brown signature.asc Description: Digital signature

[PATCH v6 1/3] regmap: add generic macro to define regmap_irq

2015-09-14 Thread Qipeng Zha
Add REGMAP_IRQ_REG macro in regmap.h to define regmap_irq structure easily for other driver module. Signed-off-by: Qipeng Zha --- include/linux/regmap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/regmap.h b/include/linux/regmap.h index 116655d..0d1ee0a 100644 --- a/incl