Re: [PATCH v8 3/4] intel-ipu3: cio2: add new MIPI-CSI2 driver

2017-11-10 Thread Sakari Ailus
Hi Yong, On Thu, Nov 09, 2017 at 02:25:26PM -0800, Yong Zhi wrote: > Hi, Sakari, > > Fixed warnings about memset of pointer array and unsigned int used for 0 > comparison > reported by static code analysis tool, please squash this to the driver, > thanks!! Done, thanks! I've pushed the result

Re: [PATCH v8 3/4] intel-ipu3: cio2: add new MIPI-CSI2 driver

2017-11-09 Thread Yong Zhi
Hi, Sakari, Fixed warnings about memset of pointer array and unsigned int used for 0 comparison reported by static code analysis tool, please squash this to the driver, thanks!! Signed-off-by: Yong Zhi --- drivers/media/pci/intel/ipu3/ipu3-cio2.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH v8 3/4] intel-ipu3: cio2: add new MIPI-CSI2 driver

2017-11-08 Thread Yong Zhi
This patch adds CIO2 CSI-2 device driver for Intel's IPU3 camera sub-system support. Signed-off-by: Yong Zhi Signed-off-by: Hyungwoo Yang Signed-off-by: Rajmohan Mani Signed-off-by: Vijaykumar Ramya --- drivers/media/pci/Kconfig|2 + drivers/media/pci/Makefile