Re: [RESEND PATCH 1/1] headers_install.sh: Support __aligned(x) for uAPI headers

2019-03-06 Thread Sakari Ailus
On Wed, Feb 27, 2019 at 10:14:56PM +0900, Masahiro Yamada wrote: > On Fri, Feb 22, 2019 at 8:37 PM Sakari Ailus > wrote: > > > > Hi Yamada-san, > > > > On Fri, Feb 22, 2019 at 01:36:03PM +0900, Masahiro Yamada wrote: > > > On Thu, Feb 21, 2019 at 10:29 PM Sakari Ailus > > > wrote: > > > > > > > >

Re: [RESEND PATCH 1/1] headers_install.sh: Support __aligned(x) for uAPI headers

2019-02-27 Thread Masahiro Yamada
On Fri, Feb 22, 2019 at 8:37 PM Sakari Ailus wrote: > > Hi Yamada-san, > > On Fri, Feb 22, 2019 at 01:36:03PM +0900, Masahiro Yamada wrote: > > On Thu, Feb 21, 2019 at 10:29 PM Sakari Ailus > > wrote: > > > > > > The headers-install.sh already supports __packed conversion to > > > __attribute__((

Re: [RESEND PATCH 1/1] headers_install.sh: Support __aligned(x) for uAPI headers

2019-02-22 Thread Sakari Ailus
Hi Yamada-san, On Fri, Feb 22, 2019 at 01:36:03PM +0900, Masahiro Yamada wrote: > On Thu, Feb 21, 2019 at 10:29 PM Sakari Ailus > wrote: > > > > The headers-install.sh already supports __packed conversion to > > __attribute__((packed)) for uAPI headers but it does not support similar > > __aligne

Re: [RESEND PATCH 1/1] headers_install.sh: Support __aligned(x) for uAPI headers

2019-02-21 Thread Masahiro Yamada
On Thu, Feb 21, 2019 at 10:29 PM Sakari Ailus wrote: > > The headers-install.sh already supports __packed conversion to > __attribute__((packed)) for uAPI headers but it does not support similar > __aligned(x) conversion. > > Add support for __aligned(x). I am not a big fan of sed scripting in h

[RESEND PATCH 1/1] headers_install.sh: Support __aligned(x) for uAPI headers

2019-02-21 Thread Sakari Ailus
The headers-install.sh already supports __packed conversion to __attribute__((packed)) for uAPI headers but it does not support similar __aligned(x) conversion. Add support for __aligned(x). Signed-off-by: Sakari Ailus --- scripts/headers_install.sh | 1 + 1 file changed, 1 insertion(+) diff -