Re: [PATCH] media: soc_camera: rcar_vin: Fix alignment of clipping size

2014-11-19 Thread Simon Horman
Hi, On Fri, Oct 31, 2014 at 04:40:46PM +0300, Sergei Shtylyov wrote: > Hello. > > On 10/31/2014 12:10 PM, Yoshihiro Kaneko wrote: > > >From: Koji Matsuoka > > >Since the Start Line Pre-Clip register, the Start Pixel Pre-Clip > >register and the End Line Post-Clip register do not have restricti

Re: [PATCH] media: soc_camera: rcar_vin: Fix alignment of clipping size

2014-10-31 Thread Sergei Shtylyov
Hello. On 10/31/2014 12:10 PM, Yoshihiro Kaneko wrote: From: Koji Matsuoka Since the Start Line Pre-Clip register, the Start Pixel Pre-Clip register and the End Line Post-Clip register do not have restriction Hm, my R-Car H1 manual says to specify an even number for the Start Pixel Pr

[PATCH] media: soc_camera: rcar_vin: Fix alignment of clipping size

2014-10-31 Thread Yoshihiro Kaneko
From: Koji Matsuoka Since the Start Line Pre-Clip register, the Start Pixel Pre-Clip register and the End Line Post-Clip register do not have restriction of H/W to a setting value, the processing of alignment is unnecessary. This patch corrects so that processing of alignment is not performed. H