Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
On 03/02/2018 09:37 AM, Radosław Pietrzyk wrote: Linus responded in v2 mail thread that he's gonna take it instead of v1. I saw that too late :). Regards Alex 2018-03-02 9:14 GMT+01:00 Alexandre Torgue : Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
On 03/02/2018 09:37 AM, Radosław Pietrzyk wrote: Linus responded in v2 mail thread that he's gonna take it instead of v1. I saw that too late :). Regards Alex 2018-03-02 9:14 GMT+01:00 Alexandre Torgue : Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: I don't

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Radosław Pietrzyk
Linus responded in v2 mail thread that he's gonna take it instead of v1. 2018-03-02 9:14 GMT+01:00 Alexandre Torgue : > Hi Radoslaw and Linus, > > > On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: >> >> I don't know if Alexandre agrees but It might be better to take v2

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Radosław Pietrzyk
Linus responded in v2 mail thread that he's gonna take it instead of v1. 2018-03-02 9:14 GMT+01:00 Alexandre Torgue : > Hi Radoslaw and Linus, > > > On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: >> >> I don't know if Alexandre agrees but It might be better to take v2 >> where irq_ack is added.

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: I don't know if Alexandre agrees but It might be better to take v2 where irq_ack is added. Sorry Linus, I agree with Rodoslaw, you need to take V2 as stm32-exti patch is linked to pinctrl v2 patch. I gonna add my

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: I don't know if Alexandre agrees but It might be better to take v2 where irq_ack is added. Sorry Linus, I agree with Rodoslaw, you need to take V2 as stm32-exti patch is linked to pinctrl v2 patch. I gonna add my

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-01 Thread Radosław Pietrzyk
I don't know if Alexandre agrees but It might be better to take v2 where irq_ack is added. 2018-03-01 22:04 GMT+01:00 Linus Walleij : > On Wed, Feb 21, 2018 at 2:50 PM, Radoslaw Pietrzyk > wrote: > >> - removes unneeded

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-01 Thread Radosław Pietrzyk
I don't know if Alexandre agrees but It might be better to take v2 where irq_ack is added. 2018-03-01 22:04 GMT+01:00 Linus Walleij : > On Wed, Feb 21, 2018 at 2:50 PM, Radoslaw Pietrzyk > wrote: > >> - removes unneeded irq_chip.irq_eoi callback >> - adds irq_chip.irq_set_wake

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-01 Thread Linus Walleij
On Wed, Feb 21, 2018 at 2:50 PM, Radoslaw Pietrzyk wrote: > - removes unneeded irq_chip.irq_eoi callback > - adds irq_chip.irq_set_wake callback for possible > in the future GPIO wakeup > > Signed-off-by: Radoslaw Pietrzyk

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-01 Thread Linus Walleij
On Wed, Feb 21, 2018 at 2:50 PM, Radoslaw Pietrzyk wrote: > - removes unneeded irq_chip.irq_eoi callback > - adds irq_chip.irq_set_wake callback for possible > in the future GPIO wakeup > > Signed-off-by: Radoslaw Pietrzyk Patch applied with Alexandre's ACK, stripping

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
Maybe you could remove ARM from commit header. On 02/21/2018 02:50 PM, Radoslaw Pietrzyk wrote: - removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
Maybe you could remove ARM from commit header. On 02/21/2018 02:50 PM, Radoslaw Pietrzyk wrote: - removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk ---

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
Hi Radoslaw, On 02/21/2018 02:50 PM, Radoslaw Pietrzyk wrote: - removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk ---

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
Hi Radoslaw, On 02/21/2018 02:50 PM, Radoslaw Pietrzyk wrote: - removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk --- drivers/pinctrl/stm32/pinctrl-stm32.c | 2 +-

[PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Radoslaw Pietrzyk
- removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk --- drivers/pinctrl/stm32/pinctrl-stm32.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Radoslaw Pietrzyk
- removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk --- drivers/pinctrl/stm32/pinctrl-stm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git