[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VeFCFbjr02BiwbKOAHim-xys3N1Lieyfr99xgwN5GoVLA@mail.gmail.com>
Date: Mon, 4 May 2020 15:37:24 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Hector Bujanda <hector.bujanda@...i.com>,
Linus Walleij <linus.walleij@...aro.org>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Kent Gibson <warthog618@...il.com>
Subject: Re: [PATCH] gpiolib: add GPIO_SET_DEBOUNCE_IOCTL
On Wed, Apr 29, 2020 at 3:09 PM Bartosz Golaszewski <brgl@...ev.pl> wrote:
> niedz., 19 kwi 2020 o 02:19 Hector Bujanda <hector.bujanda@...i.com> napisaĆ(a):
...
> Finally: we can extend the gpiohandle_config structure with a field
> containing the debounce time which would be read by the kernel if the
> debounce flag is set in gpiohandle_config.flags.
Don't forget the 64/32 ABI.
The configuration structure has padding / endianess issues
Should be something like
{
u32 x;
u8 y;
u8 padding8[3];
u32 padding32[2*z];
}
I.O.W. each member must have padding / endianess agnostic place along
with whole structure to be multiple of 64-bit words.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists