Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Fabio Estevam
On Tue, Oct 9, 2012 at 9:04 AM, Linus Walleij wrote: > Ah OK I'll take it out again. Push this through whatever tree you > want (maybe the i.MX or MFD tree then?) > > Reviewed-by: Linus Walleij Sascha/Samuel/Arnd, Which tree could take this patch series, please? Thanks, Fabio Estevam -- To

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Linus Walleij
On Mon, Oct 8, 2012 at 12:40 PM, Fabio Estevam wrote: > Hi Linus, > On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij > wrote: >> On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam wrote: >> >>> From: Fabio Estevam >>> >>> Convert to the new da9052 interrupt functions, so that we can get rid of >>>

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Linus Walleij
On Mon, Oct 8, 2012 at 12:40 PM, Fabio Estevam feste...@gmail.com wrote: Hi Linus, On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Convert

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-09 Thread Fabio Estevam
On Tue, Oct 9, 2012 at 9:04 AM, Linus Walleij linus.wall...@linaro.org wrote: Ah OK I'll take it out again. Push this through whatever tree you want (maybe the i.MX or MFD tree then?) Reviewed-by: Linus Walleij linus.wall...@linaro.org Sascha/Samuel/Arnd, Which tree could take this patch

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-08 Thread Fabio Estevam
Hi Linus, On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij wrote: > On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam wrote: > >> From: Fabio Estevam >> >> Convert to the new da9052 interrupt functions, so that we can get rid of >> irq_base references. >> >> Cc: Grant Likely >> Cc: Linus Walleij >>

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-08 Thread Linus Walleij
On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam wrote: > From: Fabio Estevam > > Convert to the new da9052 interrupt functions, so that we can get rid of > irq_base references. > > Cc: Grant Likely > Cc: Linus Walleij > Signed-off-by: Fabio Estevam Applied to my GPIO tree with Mark's ACK.

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-08 Thread Linus Walleij
On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Convert to the new da9052 interrupt functions, so that we can get rid of irq_base references. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Linus Walleij

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-08 Thread Fabio Estevam
Hi Linus, On Mon, Oct 8, 2012 at 3:20 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Oct 4, 2012 at 5:15 AM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com Convert to the new da9052 interrupt functions, so that we can get rid of irq_base

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-04 Thread Mark Brown
On Thu, Oct 04, 2012 at 12:15:09AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Convert to the new da9052 interrupt functions, so that we can get rid of > irq_base references. Reviewed-by: Mark Brown -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-04 Thread Mark Brown
On Thu, Oct 04, 2012 at 12:15:09AM -0300, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Convert to the new da9052 interrupt functions, so that we can get rid of irq_base references. Reviewed-by: Mark Brown broo...@opensource.wolfsonmicro.com -- To unsubscribe from

[PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-03 Thread Fabio Estevam
From: Fabio Estevam Convert to the new da9052 interrupt functions, so that we can get rid of irq_base references. Cc: Grant Likely Cc: Linus Walleij Signed-off-by: Fabio Estevam --- Build tested only. drivers/gpio/gpio-da9052.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[PATCH 6/6] gpio: gpio-da9052: Convert to the new da9052 interrupt functions

2012-10-03 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Convert to the new da9052 interrupt functions, so that we can get rid of irq_base references. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Linus Walleij linus.wall...@linaro.org Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Build