soc-camera: RGB888, RBG8888 and JPEG formats not supported in v4l2_mbus_pixelcode

2011-02-03 Thread Bhupesh SHARMA
Hi Guennadi, We are developing a Camera Host and Sensor driver for our ST specific SoC and are using the soc-camera framework for the same. Our Camera Host supports a number of YUV, RGB formats in addition to JPEG and Mode3C(color filler mode) formats. 1. I have a few questions regarding the

soc-camera: Benefits of soc-camera interface over specific char drivers that use Gstreamer lib

2011-02-15 Thread Bhupesh SHARMA
Hi Guennadi, As I mentioned in one of my previous mails , we are developing a Camera Host and Sensor driver for our ST specific SoC and considering using the soc-camera framework for the same. One of our open-source customers has raised a interesting case though: It seems they have an existing

RE: soc-camera: Benefits of soc-camera interface over specific char drivers that use Gstreamer lib

2011-02-16 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, February 16, 2011 7:14 PM To: Bhupesh SHARMA Cc: g.liakhovet...@gmx.de; linux-media@vger.kernel.org Subject: Re: soc-camera: Benefits of soc-camera interface over

isp or soc-camera for image co-processors

2011-02-28 Thread Bhupesh SHARMA
Hi Guennadi and Laurent, We are now evaluating another ST platform that supports a image co-processor between the camera sensor and the camera host (SoC). The simple architecture diagram will be similar to one shown below (for the sake of simplicity I show only a single sensor. At least two

RE: isp or soc-camera for image co-processors

2011-03-01 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Tuesday, March 01, 2011 3:11 PM To: Bhupesh SHARMA Cc: Guennadi Liakhovetski; linux-media@vger.kernel.org Subject: Re: isp or soc-camera for image co-processors Hi Bhupesh

RE: isp or soc-camera for image co-processors

2011-03-01 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Tuesday, March 01, 2011 3:40 PM To: Bhupesh SHARMA Cc: Guennadi Liakhovetski; linux-media@vger.kernel.org Subject: Re: isp or soc-camera for image co-processors Hi Bhupesh

RE: isp or soc-camera for image co-processors

2011-03-02 Thread Bhupesh SHARMA
Hi Sakari, Laurent and Guennadi, -Original Message- From: Sakari Ailus [mailto:sakari.ai...@maxwell.research.nokia.com] Sent: Wednesday, March 02, 2011 4:26 PM To: Bhupesh SHARMA Cc: Laurent Pinchart; Guennadi Liakhovetski; linux- me...@vger.kernel.org Subject: Re: isp or soc

Audio Video synchronization for data received from a HDMI receiver chip

2011-05-11 Thread Bhupesh SHARMA
Hi Linux media folks, We are considering putting an advanced HDMI receiver chip on our SoC, to allow reception of HDMI audio and video. The chip receives HDMI data from a host like a set-up box or DVD player. It provides a video data interface and SPDIF/I2S audio data interface. We plan to

RE: Audio Video synchronization for data received from a HDMI receiver chip

2011-05-17 Thread Bhupesh SHARMA
this issue. Do we require a Audio-Video Bridge kind of utility/mechanism? Regards, Bhupesh -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Bhupesh SHARMA Sent: Wednesday, May 11, 2011 10:49 PM To: linux-media

RE: Audio Video synchronization for data received from a HDMI receiver chip

2011-05-19 Thread Bhupesh SHARMA
On Wednesday, May 18, 2011 06:10:43 Bhupesh SHARMA wrote: Hi, (adding alsa mailing list in cc) On Thursday, May 12, 2011 18:59:33 Charlie X. Liu wrote: Which HDMI receiver chip? Indeed, that's my question as well :-) We use Sil 9135 receiver chip which is provided

RE: Audio Video synchronization for data received from a HDMI receiver chip

2011-05-19 Thread Bhupesh SHARMA
Hi Hans, I have another doubt regarding the framework choice for the entire system that I have, especially the video part of the system. The overall system is similar to the one depicted below: HDMI data -- HDMI receiver chip -- Video Port IP on SoC -- System DDR HDMI data is

Purpose of .init and .release methods in soc_camera framework

2012-01-11 Thread Bhupesh SHARMA
Hi Guennadi, I was reading the latest soc_camera framework documentation (see [1]). I can see on line 71 to 73 the following text: .add and .remove methods are called when a sensor is attached to or detached from the host, apart from performing host-internal tasks they shall also call sensor

RE: Purpose of .init and .release methods in soc_camera framework

2012-01-11 Thread Bhupesh SHARMA
Hi Guennadi, -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Wednesday, January 11, 2012 5:18 PM To: Bhupesh SHARMA Cc: linux-media@vger.kernel.org Subject: Re: Purpose of .init and .release methods in soc_camera framework Hi Bhupesh On Wed

Handling Ctrl-c like events in 's_power' implementation when we have a GPIO controlling the sensor CE

2012-01-31 Thread Bhupesh SHARMA
Hi Guennadi, I don't know if you are the right person to ask this query (since it is also related to GPIO stuff), but here goes: Our board has a I2C controlled camera sensor whose Chip Enable (CE) pin is driven via a GPIO. This GPIO is made available by a I2C-to-GPIO expander chip (STMPE801, see

[PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Bhupesh Sharma
) [80008594] (do_one_initcall+0x0/0x184) from [805468d4] (kernel_init+0x94/0x134) [80546840] (kernel_init+0x0/0x134) from [8002875c] (do_exit+0x0/0x6f8) r5:80546840 r4: Code: e1a0c00d e92ddbf0 e24cb004 e24dd008 (e5902004) ---[ end trace 7ecca37f36fbdc06 ]--- Signed-off-by: Bhupesh Sharma

RE: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your review comments. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, March 12, 2012 3:35 PM To: Bhupesh SHARMA Cc: linux-media@vger.kernel.org; spear-devel Subject: Re: [PATCH 1/1] V4L/v4l2-dev: Make

RE: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, March 12, 2012 3:54 PM To: Bhupesh SHARMA Cc: linux-media@vger.kernel.org; spear-devel Subject: Re: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

RE: [PATCH] media: Initialize the media core with subsys_initcall()

2012-03-12 Thread Bhupesh SHARMA
Hi Laurent, Thanks for the patch. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, March 12, 2012 7:33 PM To: linux-media@vger.kernel.org Cc: Bhupesh SHARMA Subject: [PATCH] media: Initialize the media core with subsys_initcall

[PATCH 1/1] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-13 Thread Bhupesh Sharma
) from [803fd0e0] (rest_init+0x64/0x7c) r8:406a r7:805a2bac r6:809778c0 r5:8057b144 r4:8059f690 r3: [803fd07c] (rest_init+0x0/0x7c) from [805527ec] (start_kernel+0x294/0x2e8) [80552558] (start_kernel+0x0/0x2e8) from [8044] (0x8044) Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com

RE: [PATCH 1/1] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-13 Thread Bhupesh SHARMA
Hi, Please ignore this patch as I missed removing the 'flags' variable. I will resend the corrected patch soon. -Original Message- From: Bhupesh SHARMA Sent: Tuesday, March 13, 2012 2:00 PM To: linux-...@vger.kernel.org Cc: linux-media@vger.kernel.org; spear-devel; Bhupesh SHARMA

[PATCH RESEND] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-13 Thread Bhupesh Sharma
) from [803fd0e0] (rest_init+0x64/0x7c) r8:406a r7:805a2bac r6:809778c0 r5:8057b144 r4:8059f690 r3: [803fd07c] (rest_init+0x0/0x7c) from [805527ec] (start_kernel+0x294/0x2e8) [80552558] (start_kernel+0x0/0x2e8) from [8044] (0x8044) Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com

RE: [PATCH RESEND] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-18 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Thursday, March 15, 2012 6:17 AM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; linux-media@vger.kernel.org; spear-devel Subject: Re: [PATCH RESEND] usb: gadget/uvc: Remove non

[PATCH] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-21 Thread Bhupesh Sharma
' routines are called with 'queue_irqlock' already held, so acquiring a 'queue_irqlock' again in 'uvc_queue_next_buffer' routine causes a spin lock recursion. Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/usb/gadget

RE: [PATCH] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-23 Thread Bhupesh SHARMA
Hi Felipe, -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Thursday, March 22, 2012 8:11 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; laurent.pinch...@ideasonboard.com; spear-devel; linux-media@vger.kernel.org Subject: Re: [PATCH] usb: gadget/uvc

RE: [PATCH] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-23 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, March 23, 2012 3:30 PM To: Bhupesh SHARMA Cc: ba...@ti.com; linux-...@vger.kernel.org; spear-devel; linux- me...@vger.kernel.org; Greg KH Subject: Re: [PATCH] usb: gadget

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-06-18 Thread Bhupesh SHARMA
Hi Laurent, Can you please review this patch and let me know if any modifications are required.. -Original Message- From: Bhupesh SHARMA Sent: Friday, June 01, 2012 3:09 PM To: laurent.pinch...@ideasonboard.com; linux-...@vger.kernel.org Cc: ba...@ti.com; linux-media@vger.kernel.org

RE: [PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-06-18 Thread Bhupesh SHARMA
Hi Laurent, Can you please review this patch and let me know if any modifications are required.. -Original Message- From: Bhupesh SHARMA Sent: Friday, June 01, 2012 3:09 PM To: laurent.pinch...@ideasonboard.com; linux-...@vger.kernel.org Cc: ba...@ti.com; linux-media

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-07-03 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your review and sorry for being late with my replies. I have a lot on my plate these days :) -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Tuesday, June 19, 2012 4:19 AM To: Bhupesh SHARMA Cc: linux

RE: [PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-07-03 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your reply and sorry again for the delay in reply. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, June 20, 2012 3:19 AM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; ba...@ti.com; linux- me

RE: [PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-07-25 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Saturday, July 07, 2012 6:37 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; ba...@ti.com; linux- me...@vger.kernel.org; gre...@linuxfoundation.org Subject: Re: [PATCH 5/5

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-07-25 Thread Bhupesh SHARMA
Hi Laurent, Sorry for the delayed reply. I thought of performing some extensive tests before replying to your comments. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Saturday, July 07, 2012 5:28 PM To: Bhupesh SHARMA Cc: linux

[no subject]

2012-08-01 Thread Bhupesh SHARMA
Hi Laurent, I have a query for you regarding the support and testing of MJPEG frame type in the UVC webcam gadget. I see that in the webcam.c gadget, the 720p and VGA MJPEG uvc formats are supported. I was trying the same out and got confused because the data arriving from a real video capture

Query regarding the support and testing of MJPEG frame type in the UVC webcam gadget

2012-08-01 Thread Bhupesh SHARMA
Hi Laurent, I have a query for you regarding the support and testing of MJPEG frame type in the UVC webcam gadget. I see that in the webcam.c gadget, the 720p and VGA MJPEG uvc formats are supported. I was trying the same out and got confused because the data arriving from a real video capture

RE: Query regarding the support and testing of MJPEG frame type in the UVC webcam gadget

2012-08-01 Thread Bhupesh SHARMA
Hi Laurent, Thanks for clearing this doubt.. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, August 01, 2012 6:46 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; linux-media@vger.kernel.org Subject: Re: Query regarding

RE: Query regarding the support and testing of MJPEG frame type in the UVC webcam gadget

2012-08-03 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, August 03, 2012 1:45 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; linux-media@vger.kernel.org Subject: Re: Query regarding the support and testing of MJPEG frame

RE: Using UVC webcam gadget with a real v4l2 device

2012-04-23 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, April 23, 2012 7:47 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; linux-media@vger.kernel.org; ba...@ti.com; g.liakhovet...@gmx.de Subject: Re: Using UVC webcam

RE: Using UVC webcam gadget with a real v4l2 device

2012-04-25 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Tuesday, April 24, 2012 2:26 AM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; linux-media@vger.kernel.org; ba...@ti.com; g.liakhovet...@gmx.de Subject: Re: Using UVC webcam

RE: Using UVC webcam gadget with a real v4l2 device

2012-04-25 Thread Bhupesh SHARMA
Hi Laurent, Sorry to jump-in before your reply on my previous mail, but as I was studying the USERPTR stuff in more detail, I have a few more queries which I believe you can include in your reply as well.. -Original Message- From: Bhupesh SHARMA Sent: Wednesday, April 25, 2012 8:37 PM

RE: Using UVC webcam gadget with a real v4l2 device

2012-04-29 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Bhupesh SHARMA Sent: Thursday, April 26, 2012 10:54 AM To: 'Laurent Pinchart' Cc: 'linux-...@vger.kernel.org'; 'linux-media@vger.kernel.org'; 'ba...@ti.com'; 'g.liakhovet...@gmx.de' Subject: RE: Using UVC webcam gadget with a real v4l2 device

RE: Using UVC webcam gadget with a real v4l2 device

2012-04-30 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, April 30, 2012 3:51 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; linux-media@vger.kernel.org; ba...@ti.com; g.liakhovet...@gmx.de Subject: Re: Using UVC webcam

[PATCH 0/5] UVC webcam gadget related changes

2012-06-01 Thread Bhupesh Sharma
://git.ideasonboard.org/uvc-gadget.git) for testing the complete flow from V4L2 to UVC domain and vice versa. Bhupesh Sharma (5): usb: gadget/uvc: Fix string descriptor STALL issue when multiple uvc functions are added to a configuration usb: gadget/uvc: Use macro for interrupt endpoint status size instead

[PATCH 1/5] usb: gadget/uvc: Fix string descriptor STALL issue when multiple uvc functions are added to a configuration

2012-06-01 Thread Bhupesh Sharma
This patch solved the string descriptor STALL issue when we add multiple UVC functions in a single configuration using a 'webcam.c' like composite driver. Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com --- drivers/usb/gadget/f_uvc.c | 38 ++ 1 files

[PATCH 2/5] usb: gadget/uvc: Use macro for interrupt endpoint status size instead of using a MAGIC number

2012-06-01 Thread Bhupesh Sharma
change the MACRO value instead of changing the max packet size value at a number of locations. Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com --- drivers/usb/gadget/f_uvc.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/f_uvc.c b/drivers/usb

[PATCH 3/5] usb: gadget/uvc: Add super-speed support to UVC webcam gadget

2012-06-01 Thread Bhupesh Sharma
to configure video streaming endpoint. Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com --- drivers/usb/gadget/f_uvc.c | 241 ++- drivers/usb/gadget/f_uvc.h |8 +- drivers/usb/gadget/uvc.h|4 +- drivers/usb/gadget/webcam.c | 29

[PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-06-01 Thread Bhupesh Sharma
, which will still require a copy operation to be performed in the 'encode' routines of the UVC gadget. Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com --- drivers/usb/gadget/Kconfig |1 + drivers/usb/gadget/uvc_queue.c | 524 +++- drivers/usb/gadget

[PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-06-01 Thread Bhupesh Sharma
STREAMING on UVC side. Signed-off-by: Bhupesh Sharma bhupesh.sha...@st.com --- drivers/usb/gadget/f_uvc.c| 17 - drivers/usb/gadget/uvc.h |3 +++ drivers/usb/gadget/uvc_v4l2.c | 38 -- 3 files changed, 51 insertions(+), 7 deletions

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-06-04 Thread Bhupesh SHARMA
Hi Felipe, -Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Monday, June 04, 2012 8:44 PM To: Bhupesh SHARMA Cc: laurent.pinch...@ideasonboard.com; linux-...@vger.kernel.org; ba...@ti.com; linux-media@vger.kernel.org; gre...@linuxfoundation.org Subject: Re: [PATCH

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-06-04 Thread Bhupesh SHARMA
-Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Monday, June 04, 2012 8:59 PM To: Bhupesh SHARMA Cc: ba...@ti.com; laurent.pinch...@ideasonboard.com; linux- u...@vger.kernel.org; linux-media@vger.kernel.org; gre...@linuxfoundation.org Subject: Re: [PATCH 4/5] usb

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-06-04 Thread Bhupesh SHARMA
Hi Felipe, -Original Message- From: Felipe Balbi [mailto:ba...@ti.com] Sent: Monday, June 04, 2012 9:11 PM To: Bhupesh SHARMA Cc: ba...@ti.com; laurent.pinch...@ideasonboard.com; linux- u...@vger.kernel.org; linux-media@vger.kernel.org; gre...@linuxfoundation.org Subject: Re

RE: [PATCH 3/5] usb: gadget/uvc: Add super-speed support to UVC webcam gadget

2012-06-08 Thread Bhupesh SHARMA
for re-review and incorporation in gadget-next. On Friday 01 June 2012 15:08:56 Bhupesh Sharma wrote: This patch adds super-speed support to UVC webcam gadget. Also in this patch: - We add the configurability to pass bInterval, bMaxBurst, mult factors for video streaming endpoint

RE: [PATCH 3/5] usb: gadget/uvc: Add super-speed support to UVC webcam gadget

2012-06-15 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, June 11, 2012 12:55 PM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; ba...@ti.com; linux- me...@vger.kernel.org Subject: Re: [PATCH 3/5] usb: gadget/uvc: Add super

Using MMAP calls on a video capture device having underlying NOMMU arch

2012-09-07 Thread Bhupesh SHARMA
Hi, I have been trying recently to make a usb-based-webcam device to work with Linux. The entire scheme is a bit complex: UVC gadget --User Pointer-- User-Space Daemon -- MMAP -- V4L2 capture device. The UVC gadget is internally a v4l2 based device supporting VB2_VMALLOC operations, whereas

RE: Using MMAP calls on a video capture device having underlying NOMMU arch

2012-09-12 Thread Bhupesh SHARMA
Hi Scott, -Original Message- From: Scott Jiang [mailto:scott.jiang.li...@gmail.com] Sent: Wednesday, September 12, 2012 3:09 PM To: Bhupesh SHARMA Cc: linux-media@vger.kernel.org; Laurent Pinchart; Armando VISCONTI; Shiraz HASHIM; m.szyprow...@samsung.com; uclinux-dist- de

RE: [PATCH] nommu: remap_pfn_range: fix addr parameter check

2012-09-14 Thread Bhupesh SHARMA
-Original Message- From: Scott Jiang [mailto:scott.jiang.li...@gmail.com] Sent: Friday, September 14, 2012 2:53 PM To: Andrew Morton Cc: Bob Liu; linux...@kvack.org; Bhupesh SHARMA; laurent.pinch...@ideasonboard.com; uclinux-dist- de...@blackfin.uclinux.org; linux-media

RE: [PATCH] nommu: remap_pfn_range: fix addr parameter check

2012-09-14 Thread Bhupesh SHARMA
-Original Message- From: Bhupesh SHARMA Sent: Friday, September 14, 2012 3:45 PM To: 'Scott Jiang'; Andrew Morton Cc: Bob Liu; linux...@kvack.org; laurent.pinch...@ideasonboard.com; uclinux-dist-de...@blackfin.uclinux.org; linux-media@vger.kernel.org; dhowe...@redhat.com; ge