Re: [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake

2020-06-30 Thread Bartosz Golaszewski
On Thu, Jun 25, 2020 at 12:01 PM Kent Gibson wrote: > > On Thu, Jun 25, 2020 at 11:44:30AM +0200, Bartosz Golaszewski wrote: > > On Wed, Jun 24, 2020 at 4:08 PM Kent Gibson wrote: > > > > > > On Wed, Jun 24, 2020 at 04:00:42PM +0200, Bartosz Golaszewski wrote: > > > > wt., 23 cze 2020 o 06:02

Re: [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake

2020-06-25 Thread Kent Gibson
On Thu, Jun 25, 2020 at 11:44:30AM +0200, Bartosz Golaszewski wrote: > On Wed, Jun 24, 2020 at 4:08 PM Kent Gibson wrote: > > > > On Wed, Jun 24, 2020 at 04:00:42PM +0200, Bartosz Golaszewski wrote: > > > wt., 23 cze 2020 o 06:02 Kent Gibson napisał(a): [ snip ] > > > > I'm not totally sure

Re: [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake

2020-06-25 Thread Bartosz Golaszewski
On Wed, Jun 24, 2020 at 4:08 PM Kent Gibson wrote: > > On Wed, Jun 24, 2020 at 04:00:42PM +0200, Bartosz Golaszewski wrote: > > wt., 23 cze 2020 o 06:02 Kent Gibson napisał(a): > > > > > > Reset the timestamp field to 0 after using it in lineevent_irq_thread. > > > > > > The timestamp is set by

Re: [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake

2020-06-24 Thread Kent Gibson
On Wed, Jun 24, 2020 at 04:00:42PM +0200, Bartosz Golaszewski wrote: > wt., 23 cze 2020 o 06:02 Kent Gibson napisał(a): > > > > Reset the timestamp field to 0 after using it in lineevent_irq_thread. > > > > The timestamp is set by lineevent_irq_handler and is tested by > > lineevent_irq_thread to

Re: [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake

2020-06-24 Thread Bartosz Golaszewski
wt., 23 cze 2020 o 06:02 Kent Gibson napisał(a): > > Reset the timestamp field to 0 after using it in lineevent_irq_thread. > > The timestamp is set by lineevent_irq_handler and is tested by > lineevent_irq_thread to determine if it is called from a nested theaded > interrupt. >