Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-09 Thread Mauro Carvalho Chehab
HI Arnd, Em Mon, 9 Apr 2018 10:50:13 +0200 Arnd Bergmann escreveu: > >> > That hardly seems to be an arch-specific iommu solution, but, instead, > >> > some > >> > hack used by only three drivers or some legacy iommu binding. > >> > >> It's more complex than that. There are multiple IOMMU-rel

Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-09 Thread Arnd Bergmann
On Sat, Apr 7, 2018 at 3:14 PM, Mauro Carvalho Chehab wrote: > Em Sat, 07 Apr 2018 14:56:59 +0300 > Laurent Pinchart escreveu: >> On Thursday, 5 April 2018 22:44:44 EEST Mauro Carvalho Chehab wrote: >> > Em Thu, 05 Apr 2018 21:30:27 +0300 Laurent Pinchart escreveu: >> > > If you want to make dri

Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-07 Thread Mauro Carvalho Chehab
Em Sat, 07 Apr 2018 14:56:59 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > On Thursday, 5 April 2018 22:44:44 EEST Mauro Carvalho Chehab wrote: > > Em Thu, 05 Apr 2018 21:30:27 +0300 Laurent Pinchart escreveu: > > > On Thursday, 5 April 2018 20:54:02 EEST Mauro Carvalho Chehab wrote: > >

Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-07 Thread Laurent Pinchart
Hi Mauro, On Thursday, 5 April 2018 22:44:44 EEST Mauro Carvalho Chehab wrote: > Em Thu, 05 Apr 2018 21:30:27 +0300 Laurent Pinchart escreveu: > > On Thursday, 5 April 2018 20:54:02 EEST Mauro Carvalho Chehab wrote: > > > There aren't much things required for it to build with COMPILE_TEST. > > > I

Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-06 Thread kbuild test robot
Hi Mauro, I love your patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.16 next-20180406] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-05 Thread Mauro Carvalho Chehab
Em Thu, 05 Apr 2018 21:30:27 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Thursday, 5 April 2018 20:54:02 EEST Mauro Carvalho Chehab wrote: > > There aren't much things required for it to build with COMPILE_TEST. > > It just needs to provide stub for an arm-d

Re: [PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-05 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Thursday, 5 April 2018 20:54:02 EEST Mauro Carvalho Chehab wrote: > There aren't much things required for it to build with COMPILE_TEST. > It just needs to provide stub for an arm-dependent include. > > Let's replicate the same solution used by ipmmu-vmsa, i

[PATCH 02/16] media: omap3isp: allow it to build with COMPILE_TEST

2018-04-05 Thread Mauro Carvalho Chehab
There aren't much things required for it to build with COMPILE_TEST. It just needs to provide stub for an arm-dependent include. Let's replicate the same solution used by ipmmu-vmsa, in order to allow building omap3 with COMPILE_TEST. The actual logic here came from this driver: drivers/iommu