Re: [PATCH v3] media: ABS macro parameter parenthesization

2017-12-24 Thread Baruch Siach
Hi Dan, On Sun, Dec 24, 2017 at 11:03:08PM -0500, Dan Gopstein wrote: > From: Dan Gopstein > > Replace usages of the locally defined ABS() macro with calls to the > canonical abs() from kernel.h and remove the old definitions of ABS() The note about some wrong ABS() macro implementations that t

cron job: media_tree daily build: ERRORS

2017-12-24 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Mon Dec 25 05:00:15 CET 2017 media-tree git hash:9eb124fe796cbadd454c8f946d7051f4c3f4a251 media_build git

[PATCH v3] media: ABS macro parameter parenthesization

2017-12-24 Thread Dan Gopstein
From: Dan Gopstein Replace usages of the locally defined ABS() macro with calls to the canonical abs() from kernel.h and remove the old definitions of ABS() Signed-off-by: Dan Gopstein --- v2->v3: * replace local ABS() with kernel's abs() v1->v2: * unmangled the patch * added example to commit

Re: [linux-sunxi] [PATCH v4 0/2] Initial Allwinner V3s CSI Support

2017-12-24 Thread Yong
Hi, On Fri, 22 Dec 2017 14:46:48 +0100 Ondřej Jirman wrote: > Hello, > > Yong Deng píše v Pá 22. 12. 2017 v 17:32 +0800: > > This patchset add initial support for Allwinner V3s CSI. > > > > Allwinner V3s SoC have two CSI module. CSI0 is used for MIPI interface > > and CSI1 is used for parallel

Re: [PATCH v3 27/27] devres: kill devm_ioremap_nocache

2017-12-24 Thread Yisheng Xie
On 2017/12/23 21:45, Greg KH wrote: > On Sat, Dec 23, 2017 at 07:02:59PM +0800, Yisheng Xie wrote: >> --- a/lib/devres.c >> +++ b/lib/devres.c >> @@ -44,35 +44,6 @@ void __iomem *devm_ioremap(struct device *dev, >> resource_size_t offset, >> EXPORT_SYMBOL(devm_ioremap); >> >> /** >> - * devm

Re: [PATCH v3 00/27] kill devm_ioremap_nocache

2017-12-24 Thread Yisheng Xie
On 2017/12/24 17:05, christophe leroy wrote: > > > Le 23/12/2017 à 14:48, Greg KH a écrit : >> On Sat, Dec 23, 2017 at 06:55:25PM +0800, Yisheng Xie wrote: >>> Hi all, >>> >>> When I tried to use devm_ioremap function and review related code, I found >>> devm_ioremap and devm_ioremap_nocache is

Re: [PATCH v3 00/27] kill devm_ioremap_nocache

2017-12-24 Thread Yisheng Xie
hi Christophe and Greg, On 2017/12/24 16:55, christophe leroy wrote: > > > Le 23/12/2017 à 16:57, Guenter Roeck a écrit : >> On 12/23/2017 05:48 AM, Greg KH wrote: >>> On Sat, Dec 23, 2017 at 06:55:25PM +0800, Yisheng Xie wrote: Hi all, When I tried to use devm_ioremap function an

Re: [linux-sunxi] [PATCH v4 2/2] media: V3s: Add support for Allwinner CSI.

2017-12-24 Thread Yong
On Fri, 22 Dec 2017 14:40:37 +0100 Philippe Ombredanne wrote: > Yong, > > On Fri, Dec 22, 2017 at 11:21 AM, Priit Laes wrote: > > On Fri, Dec 22, 2017 at 05:47:00PM +0800, Yong Deng wrote: > >> Allwinner V3s SoC have two CSI module. CSI0 is used for MIPI interface > >> and CSI1 is used for para

Re: [PATCH] build: Disabled MEDIA_TUNER_TDA18250 for Kernels older than 4.3

2017-12-24 Thread Jasmin J.
Ping! Missing to compile Kernel 4.2: https://patchwork.linuxtv.org/patch/46153/ BR, Jasmin

Re: [PATCH] build: Added missing get_user_pages_longterm

2017-12-24 Thread Jasmin J.
Hi! I tested this with Kernel 4.4 and Kernel 3.13. It should fix the build for newer Kernels also (requires my other build patch "Disabled MEDIA_TUNER_TDA18250 for Kernels older than 4.3" (newer version) to be applied). Merry Christmas, Jasmin

[PATCH] build: Added missing get_user_pages_longterm

2017-12-24 Thread Jasmin J.
From: Jasmin Jessich Also fixed v4.8_user_pages_flag.patch. Signed-off-by: Jasmin Jessich --- backports/v4.8_user_pages_flag.patch | 5 +++-- v4l/compat.h | 13 + v4l/scripts/make_config_compat.pl| 1 + 3 files changed, 17 insertions(+), 2 deletions(-)

Re: [PATCH v3 00/27] kill devm_ioremap_nocache

2017-12-24 Thread christophe leroy
Le 23/12/2017 à 14:48, Greg KH a écrit : On Sat, Dec 23, 2017 at 06:55:25PM +0800, Yisheng Xie wrote: Hi all, When I tried to use devm_ioremap function and review related code, I found devm_ioremap and devm_ioremap_nocache is almost the same with each other, except one use ioremap while the o

Re: [PATCH v3 00/27] kill devm_ioremap_nocache

2017-12-24 Thread christophe leroy
Le 23/12/2017 à 16:57, Guenter Roeck a écrit : On 12/23/2017 05:48 AM, Greg KH wrote: On Sat, Dec 23, 2017 at 06:55:25PM +0800, Yisheng Xie wrote: Hi all, When I tried to use devm_ioremap function and review related code, I found devm_ioremap and devm_ioremap_nocache is almost the same with