RE: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl()

2020-11-09 Thread Dragan Cvetic
> Subject: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl() > > Driver has a trivial helper function to convert > the pointer argument and then call the native ioctl handler. > But now we have a generic implementation for that, so we can use it. > > Signed-off-by: Harshal Chaudha

Re: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl()

2020-11-01 Thread harshal chaudhari
; Sent: Monday 26 October 2020 15:58 > > To: gre...@linuxfoundation.org > > Cc: Derek Kiernan ; Dragan Cvetic > > ; a...@arndb.de; Michal Simek > > ; linux-arm-ker...@lists.infradead.org; > > linux-kernel@vger.kernel.org > > Subject: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioct

Re: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl()

2020-10-30 Thread Arnd Bergmann
On Mon, Oct 26, 2020 at 4:58 PM Harshal Chaudhari wrote: > > Driver has a trivial helper function to convert > the pointer argument and then call the native ioctl handler. > But now we have a generic implementation for that, so we can use it. > > Signed-off-by: Harshal Chaudhari Reviewed-by: Arn

RE: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl()

2020-10-30 Thread Dragan Cvetic
> Cc: Derek Kiernan ; Dragan Cvetic ; > a...@arndb.de; Michal Simek > ; linux-arm-ker...@lists.infradead.org; > linux-kernel@vger.kernel.org > Subject: [PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl() > > Driver has a trivial helper function to convert > the pointer arg

[PATCH] misc: xilinx_sdfec: add compat_ptr_ioctl()

2020-10-26 Thread Harshal Chaudhari
Driver has a trivial helper function to convert the pointer argument and then call the native ioctl handler. But now we have a generic implementation for that, so we can use it. Signed-off-by: Harshal Chaudhari --- drivers/misc/xilinx_sdfec.c | 12 +--- 1 file changed, 1 insertion(+), 11