Re: [PATCH V3 01/15] [media] marvell-ccic: use internal variable replace global frame stats variable

2013-01-01 Thread Guennadi Liakhovetski
On Sat, 15 Dec 2012, Albert Wang wrote: > From: Libin Yang > > This patch replaces the global frame stats variables by using > internal variables in mcam_camera structure. > > Signed-off-by: Albert Wang > Signed-off-by: Libin Yang Acked-by: Guennadi Liakhovetski Thanks Guennadi > --- > d

Re: [PATCH V3 01/15] [media] marvell-ccic: use internal variable replace global frame stats variable

2012-12-27 Thread Mauro Carvalho Chehab
Em Sun, 16 Dec 2012 08:36:59 -0700 Jonathan Corbet escreveu: > On Sat, 15 Dec 2012 17:57:50 +0800 > Albert Wang wrote: > > > This patch replaces the global frame stats variables by using > > internal variables in mcam_camera structure. > > This one seems fine. Someday it might be nice to have

Re: [PATCH V3 01/15] [media] marvell-ccic: use internal variable replace global frame stats variable

2012-12-16 Thread Jonathan Corbet
On Sat, 15 Dec 2012 17:57:50 +0800 Albert Wang wrote: > This patch replaces the global frame stats variables by using > internal variables in mcam_camera structure. This one seems fine. Someday it might be nice to have proper stats rather than my debugging hack, complete with a nice sysfs inter

[PATCH V3 01/15] [media] marvell-ccic: use internal variable replace global frame stats variable

2012-12-15 Thread Albert Wang
From: Libin Yang This patch replaces the global frame stats variables by using internal variables in mcam_camera structure. Signed-off-by: Albert Wang Signed-off-by: Libin Yang --- drivers/media/platform/marvell-ccic/mcam-core.c | 30 ++- drivers/media/platform/marvell-c