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
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
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
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
> > >
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
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
* 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
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
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
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
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
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
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
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
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
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
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
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
---
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(+),
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
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
21 matches
Mail list logo