On Tue, 08 Sep 2020 16:59:00 +0200, Krzysztof Kozlowski wrote:
> GPIO_ACTIVE_x flags are not correct in the context of interrupt flags.
> These are simple defines so they could be used in DTS but they will not
> have the same meaning:
> 1. GPIO_ACTIVE_HIGH = 0 = IRQ_TYPE_NONE
> 2. GPIO_ACTIVE_LOW
On Tue, Sep 8, 2020 at 7:59 AM Krzysztof Kozlowski wrote:
>
> GPIO_ACTIVE_x flags are not correct in the context of interrupt flags.
> These are simple defines so they could be used in DTS but they will not
> have the same meaning:
> 1. GPIO_ACTIVE_HIGH = 0 = IRQ_TYPE_NONE
> 2. GPIO_ACTIVE_LOW =
On Wed, 2020-09-09 at 11:20 +0200, k...@kernel.org wrote:
> On Wed, Sep 09, 2020 at 08:57:36AM +, Vaittinen, Matti wrote:
> > Hello Krzysztof,
> >
> > On Wed, 2020-09-09 at 10:17 +0200, k...@kernel.org wrote:
> > > On Wed, Sep 09, 2020 at 06:30:44AM +, Vaittinen, Matti wrote:
> > > > On Tu
On Wed, Sep 09, 2020 at 08:57:36AM +, Vaittinen, Matti wrote:
> Hello Krzysztof,
>
> On Wed, 2020-09-09 at 10:17 +0200, k...@kernel.org wrote:
> > On Wed, Sep 09, 2020 at 06:30:44AM +, Vaittinen, Matti wrote:
> > > On Tue, 2020-09-08 at 16:59 +0200, Krzysztof Kozlowski wrote:
> > > > GPIO_
Hello Krzysztof,
On Wed, 2020-09-09 at 10:17 +0200, k...@kernel.org wrote:
> On Wed, Sep 09, 2020 at 06:30:44AM +, Vaittinen, Matti wrote:
> > On Tue, 2020-09-08 at 16:59 +0200, Krzysztof Kozlowski wrote:
> > > GPIO_ACTIVE_x flags are not correct in the context of interrupt
> > > flags.
> > >
On Wed, Sep 09, 2020 at 06:30:44AM +, Vaittinen, Matti wrote:
>
> On Tue, 2020-09-08 at 16:59 +0200, Krzysztof Kozlowski wrote:
> > GPIO_ACTIVE_x flags are not correct in the context of interrupt
> > flags.
> > These are simple defines so they could be used in DTS but they will
> > not
> > hav
On Tue, 2020-09-08 at 16:59 +0200, Krzysztof Kozlowski wrote:
> GPIO_ACTIVE_x flags are not correct in the context of interrupt
> flags.
> These are simple defines so they could be used in DTS but they will
> not
> have the same meaning:
> 1. GPIO_ACTIVE_HIGH = 0 = IRQ_TYPE_NONE
> 2. GPIO_ACTIVE_L
On Tue, 08 Sep 2020, Krzysztof Kozlowski wrote:
> GPIO_ACTIVE_x flags are not correct in the context of interrupt flags.
> These are simple defines so they could be used in DTS but they will not
> have the same meaning:
> 1. GPIO_ACTIVE_HIGH = 0 = IRQ_TYPE_NONE
> 2. GPIO_ACTIVE_LOW = 1 = IRQ_TYPE
GPIO_ACTIVE_x flags are not correct in the context of interrupt flags.
These are simple defines so they could be used in DTS but they will not
have the same meaning:
1. GPIO_ACTIVE_HIGH = 0 = IRQ_TYPE_NONE
2. GPIO_ACTIVE_LOW = 1 = IRQ_TYPE_EDGE_RISING
Correct the interrupt flags, assuming the aut
9 matches
Mail list logo