Re: [PATCH 1/1] Staging: media: davinci_vpfe: fix over 80 characters coding style issue.

2015-08-06 Thread Sudip Mukherjee
On Thu, Aug 06, 2015 at 09:55:54PM -0500, Junsu Shin wrote: > This is a patch to the dm365_ipipe.c that fixes over 80 characters warning > detected by checkpatch.pl. > Signed-off-by: Junsu Shin please do not use whitespace before Signed-off-by: line. > > --- > drivers/staging/media/davinci_vp

[PATCH 1/1] Staging: media: davinci_vpfe: fix over 80 characters coding style issue.

2015-08-06 Thread Junsu Shin
This is a patch to the dm365_ipipe.c that fixes over 80 characters warning detected by checkpatch.pl. Signed-off-by: Junsu Shin --- drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/davinci_vpfe/dm36

cron job: media_tree daily build: OK

2015-08-06 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: Fri Aug 7 04:00:13 CEST 2015 git branch: test git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301 gcc versi

Re: [Xen-devel] RIP MTRR - status update for upcoming v4.2

2015-08-06 Thread Toshi Kani
On Thu, 2015-08-06 at 12:53 -0700, Luis R. Rodriguez wrote: > On Fri, Jun 12, 2015 at 9:58 AM, Toshi Kani wrote: > > On Fri, 2015-06-12 at 08:59 +0100, Jan Beulich wrote: > > > > > > On 12.06.15 at 01:23, wrote: > > > > There are two usages on MTRRs: > > > > 1) MTRR entries set by firmware > > >

[PATCH 3/7] [media] vimc: Add vimc_ent_sd_init/cleanup helper functions

2015-08-06 Thread Helen Fornazier
As all the subdevices in the topology will be initialized in the same way, to avoid code repetition the vimc_ent_sd_init/cleanup helper functions were created Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/vimc-core.c | 76 ++ drivers/media/platform/vimc/vi

[PATCH 4/7] [media] vimc: Add vimc_pipeline_s_stream in the core

2015-08-06 Thread Helen Fornazier
Move the vimc_cap_pipeline_s_stream from the vimc-cap.c to vimc-core.c as this core will be reused by other subdevices to activate the stream in their directly connected nodes Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/vimc-capture.c | 32 ++ drive

[PATCH 0/7] vimc: Virtual Media Control VPU's

2015-08-06 Thread Helen Fornazier
* This patch series add to the vimc driver video processing units ad a debayer and a scaler. * The test pattern generator from vivid driver was exported as a module, as it is used by the vimc driver as well. * The debayer transforms the bayer format image received in its sink pad to a bayer fo

[PATCH 5/7] [media] vimc: deb: Add debayer filter

2015-08-06 Thread Helen Fornazier
Implement the debayer filter and integrate it with the core Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/Makefile | 2 +- drivers/media/platform/vimc/vimc-core.c| 6 +- drivers/media/platform/vimc/vimc-core.h| 2 + drivers/media/platform/vimc/vimc-debayer.c

[PATCH 7/7] [media] vimc: Implement set format in the nodes

2015-08-06 Thread Helen Fornazier
Implement set format in the topology nodes capture, debayer, sensor and scaler Allow user space to change the frame size and the pixel format Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/vimc-capture.c | 56 - drivers/media/platform/vimc/vimc-core.c| 81

[PATCH 2/7] [media] vimc: sen: Integrate the tpg on the sensor

2015-08-06 Thread Helen Fornazier
Initialize the test pattern generator on the sensor Generate a colored bar image instead of a grey one Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/Kconfig | 1 + drivers/media/platform/vimc/vimc-sensor.c | 44 +-- 2 files changed, 43 insertio

[PATCH 6/7] [media] vimc: sca: Add scaler subdevice

2015-08-06 Thread Helen Fornazier
Implement scaler and integrated with the core Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/Makefile | 3 +- drivers/media/platform/vimc/vimc-core.c | 6 +- drivers/media/platform/vimc/vimc-scaler.c | 321 ++ drivers/media/platform/vimc/vim

Re: [Xen-devel] RIP MTRR - status update for upcoming v4.2

2015-08-06 Thread Luis R. Rodriguez
On Thu, Aug 6, 2015 at 12:53 PM, Luis R. Rodriguez wrote: > For those type of OSes... > could it be possible to negotiate or hint to the platform through an > attribute somehow that the OS has such capability to not use MTRR? And if that's not possible how about a new platform setting that would

Re: [Xen-devel] RIP MTRR - status update for upcoming v4.2

2015-08-06 Thread Luis R. Rodriguez
On Fri, Jun 12, 2015 at 9:58 AM, Toshi Kani wrote: > On Fri, 2015-06-12 at 08:59 +0100, Jan Beulich wrote: >> >>> On 12.06.15 at 01:23, wrote: >> > There are two usages on MTRRs: >> > 1) MTRR entries set by firmware >> > 2) MTRR entries set by OS drivers >> > >> > We can obsolete 2), but we hav

Re: [PATCH] [media] v4l2: move tracepoint generation into separate file

2015-08-06 Thread Philipp Zabel
Am Donnerstag, den 06.08.2015, 09:23 -0400 schrieb Steven Rostedt: > On Thu, 6 Aug 2015 14:38:02 +0200 > Philipp Zabel wrote: > > > To compile videobuf2-core as a module, the vb2_* tracepoints must be > > exported from the videodev module. Instead of exporting vb2 tracepoint > > symbols from v4l

Re: [PATCH] [media] v4l2: move tracepoint generation into separate file

2015-08-06 Thread Steven Rostedt
On Thu, 6 Aug 2015 14:38:02 +0200 Philipp Zabel wrote: > To compile videobuf2-core as a module, the vb2_* tracepoints must be > exported from the videodev module. Instead of exporting vb2 tracepoint > symbols from v4l2-ioctl.c, move the tracepoint generation into a separate > file. This patch fi

[PATCH] [media] v4l2: move tracepoint generation into separate file

2015-08-06 Thread Philipp Zabel
To compile videobuf2-core as a module, the vb2_* tracepoints must be exported from the videodev module. Instead of exporting vb2 tracepoint symbols from v4l2-ioctl.c, move the tracepoint generation into a separate file. This patch fixes the following build error in the modpost stage, introduced by

Purchasing/Infrared lamp therapy products/Aukewel Co., ltd

2015-08-06 Thread Woody Wu
Dear Client, Have a good day! Glad to learn you're on the market of Infrared Lamp products We are the manufacture at family use electronic health devices since 2000. We keep good quality and reliable cooperation for global valued customers. Main products include infrared lamp. If any product m

[PATCH v3 2/2] Staging: media: lirc: use USB API functions rather than constants

2015-08-06 Thread Shraddha Barke
This patch introduces the use of the function usb_endpoint_type. The Coccinelle semantic patch that makes these changes is as follows: @@ struct usb_endpoint_descriptor *epd; @@ - (epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\)) + usb_endpoint_type(epd) Signed-off-by: Shraddha Barke ---

[PATCH v3 1/2] Staging: ft1000: ft1000-usb: use USB API functions rather than constants

2015-08-06 Thread Shraddha Barke
This patch introduces the use of the function usb_endpoint_is_bulk_in(). Signed-off-by: Shraddha Barke --- Changes in v3: -Change in commit message and add use of function usb_endpoint_is_bulk_in(). drivers/staging/ft1000/ft1000-usb/ft1000_usb.c | 8 ++-- 1 file changed, 2 insertions(+),

Re: [PATCH 2/4] v4l: atmel-isi: Remove unused variable

2015-08-06 Thread Josh Wu
Hi, Laurent On 8/1/2015 5:22 PM, Laurent Pinchart wrote: Fix a compilation warning by removing an unused local variable in the probe function. Signed-off-by: Laurent Pinchart --- drivers/media/platform/soc_camera/atmel-isi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/p

Re: VIDIOC_S_EXT_CTRLS

2015-08-06 Thread Hans Verkuil
Hi Udit, That's why it is called a 'string'. The NUL terminates the string. If you want to pass character arrays, then use a V4L2_CTRL_TYPE_U8 array. Regards, Hans On 08/06/2015 07:22 AM, Udit KUMAR wrote: > Hello > > When passing strings which has NULL in between, low level driver w