Re: [PATCH 3/9] irq/irq_sim: provide irq_sim_get_type()

2019-01-24 Thread Uwe Kleine-König
On Thu, Jan 24, 2019 at 08:46:56AM +0100, Bartosz Golaszewski wrote: > śr., 23 sty 2019 o 20:18 Uwe Kleine-König > napisał(a): > > > > Hello Bartosz, > > > > On Wed, Jan 23, 2019 at 03:15:32PM +0100, Bartosz Golaszewski wrote: > > > Provide a helper that allows users to retrieve the configured

Re: [PATCH 3/9] irq/irq_sim: provide irq_sim_get_type()

2019-01-23 Thread Bartosz Golaszewski
śr., 23 sty 2019 o 20:18 Uwe Kleine-König napisał(a): > > Hello Bartosz, > > On Wed, Jan 23, 2019 at 03:15:32PM +0100, Bartosz Golaszewski wrote: > > Provide a helper that allows users to retrieve the configured flow type > > of dummy interrupts. That allows certain users to decide whether an irq

Re: [PATCH 3/9] irq/irq_sim: provide irq_sim_get_type()

2019-01-23 Thread Uwe Kleine-König
Hello Bartosz, On Wed, Jan 23, 2019 at 03:15:32PM +0100, Bartosz Golaszewski wrote: > Provide a helper that allows users to retrieve the configured flow type > of dummy interrupts. That allows certain users to decide whether an irq > needs to be fired depending on its edge/level/...

[PATCH 3/9] irq/irq_sim: provide irq_sim_get_type()

2019-01-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Provide a helper that allows users to retrieve the configured flow type of dummy interrupts. That allows certain users to decide whether an irq needs to be fired depending on its edge/level/... configuration. Signed-off-by: Bartosz Golaszewski ---