From: Lad, Prabhakar
The current code was implemented with some default configurations,
this default configuration works on board and doesn't work on other.
This patch accepts the configuration through platform data and configures
the encoder depending on the data passed.
Signed-off-by: Lad, Pr
Use WARN_ON(condition) directly instead of wrapping around an if
condition.
Signed-off-by: Sachin Kamat
---
drivers/media/platform/s5p-mfc/s5p_mfc.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c
b/drivers/media/platform/s5p-m
On Mon, Jan 21, 2013 at 05:16:02PM +, Arnd Bergmann wrote:
> The coda video codec driver depends on a mach-imx or mach-mxs specific
> header file "mach/iram.h". This is not available when building for
> multiplatform, so let us disable this driver for v3.8 when building
> multiplatform, and hop
On Mon, 21 Jan 2013, Laurent Pinchart wrote:
> OK. The omap3isp patch can go through Paul's tree as well, it won't conflict
> with other changes to the driver in this merge window.
>
> Paul, can you take both patches together ? If so I'll send you a pull request.
Yes I'll take them, as long as
Hans de Goede wrote:
> Thanks for the patches I'll pick up 5 - 21 and add them to
> my tree for Mauro.
Ack on patch 1, BTW.
Thanks,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at htt
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:Mon Jan 21 19:00:16 CET 2013
git hash:3151d14aa6e983aa36d51a80d0477859f9ba12af
gcc version: i686-linux-gcc (GCC
On Mon January 21 2013 22:25:37 Frank Schäfer wrote:
> Hi Hans,
>
> Am 21.01.2013 09:59, schrieb Hans Verkuil:
> > On Sun January 20 2013 22:15:51 Frank Schäfer wrote:
> >> Hi Hans,
> >>
> >> I noticed that there's code in the v4l2 core that enables/disables
> >> ioctls and checks some of the para
Am 21.01.2013 14:51, schrieb Mauro Carvalho Chehab:
,,,
>> The following kernel bugs can be closed as "resolved - fixed":
>> - bug 26572 "rmmod em28xx or unplugging em28xx tv adapter problem"
>> => resolved with commit 05fe2175cf87da8a5475aed422bd636475ab0412
>> "em28xx: refactor the code in em28
Hi Hans,
Am 21.01.2013 09:59, schrieb Hans Verkuil:
> On Sun January 20 2013 22:15:51 Frank Schäfer wrote:
>> Hi Hans,
>>
>> I noticed that there's code in the v4l2 core that enables/disables
>> ioctls and checks some of the parameters depending on the device type.
>> While reading the code an com
Em Mon, 21 Jan 2013 15:47:49 +
Mike Martin escreveu:
> After updating the kernel on Fedora 18 module dvb-usb-it913x seems to
> have dissapeared.
>
> This has meant my dvb stick ( ID 1b80:e409 Afatech IT9137FN Dual DVB-T
> [KWorld UB499-2T]) no longer works
>
> Is this a Redhat only thing or
Quoting Laurent Pinchart (2013-01-21 10:54:38)
> Hi Tony,
>
> On Monday 21 January 2013 09:18:12 Tony Lindgren wrote:
> > * Laurent Pinchart [130121 05:37]:
> > > On Monday 14 January 2013 17:10:15 Mike Turquette wrote:
> > > > Quoting Laurent Pinchart (2013-01-08 05:43:52)
> > > >
> > > > > Hel
Hi Tony,
On Monday 21 January 2013 09:18:12 Tony Lindgren wrote:
> * Laurent Pinchart [130121 05:37]:
> > On Monday 14 January 2013 17:10:15 Mike Turquette wrote:
> > > Quoting Laurent Pinchart (2013-01-08 05:43:52)
> > >
> > > > Hello,
> > > >
> > > > Now that the OMAP3 supports the common clo
On Monday 21 January 2013 10:06:01 Antti Palosaari wrote:
> On 01/21/2013 10:18 AM, Ondrej Zary wrote:
> > On Monday 21 January 2013, Antti Palosaari wrote:
> >> On 01/20/2013 11:22 PM, Ondrej Zary wrote:
> >>> Allow disabling I2C gate handling by external configuration.
> >>> This is required by c
The coda video codec driver depends on a mach-imx or mach-mxs specific
header file "mach/iram.h". This is not available when building for
multiplatform, so let us disable this driver for v3.8 when building
multiplatform, and hopefully find a proper fix for v3.9.
drivers/media/platform/coda.c:27:23
* Laurent Pinchart [130121 05:37]:
> Hi Mike,
>
> On Monday 14 January 2013 17:10:15 Mike Turquette wrote:
> > Quoting Laurent Pinchart (2013-01-08 05:43:52)
> >
> > > Hello,
> > >
> > > Now that the OMAP3 supports the common clock framework, clock rate
> > > back-propagation is available for t
I know this comes late, but we have a number of broken
configurations in ARM in v3.8 that were still building
in v3.7, and I'd like to get them all fixed in the
final 3.8 release.
It would be nice if the respective maintainers could
have a look at these patches and apply them directly
when they ar
After updating the kernel on Fedora 18 module dvb-usb-it913x seems to
have dissapeared.
This has meant my dvb stick ( ID 1b80:e409 Afatech IT9137FN Dual DVB-T
[KWorld UB499-2T]) no longer works
Is this a Redhat only thing or is it upstream
--
To unsubscribe from this list: send the line "unsubscr
Hi,
> From: Sakari Ailus [mailto:sakari.ai...@iki.fi]
> Sent: Saturday, January 19, 2013 6:43 PM
> Hi Kamil,
>
> Thanks for the patch.
>
> On Mon, Jan 14, 2013 at 10:36:04AM +0100, Kamil Debski wrote:
> > Set proper timestamp type in drivers that I am sure that use either
> > MONOTONIC or COPY t
Em Sun, 20 Jan 2013 14:07:07 +0100
Frank Schäfer escreveu:
> Hi Mauro,
>
> the patches 16225, 16231, 16232 at patchwork are superseeded:
>
> pwclient update -s 'superseded' 16225
> pwclient update -s 'superseded' 16231
> pwclient update -s 'superseded' 16232
Updated.
> The following kernel bu
Hi Mike,
On Monday 14 January 2013 17:10:15 Mike Turquette wrote:
> Quoting Laurent Pinchart (2013-01-08 05:43:52)
>
> > Hello,
> >
> > Now that the OMAP3 supports the common clock framework, clock rate
> > back-propagation is available for the ISP clocks. Instead of setting the
> > cam_mclk par
On Mon, Jan 21, 2013 at 10:47 AM, Hans de Goede wrote:
> Hi,
>
> Thanks for the patches I'll pick up 5 - 21 and add them to
> my tree for Mauro.
I have sent V2 of this patches with another subject and with fixed
commit message for two patches.
>
> Regards,
>
> Hans
>
>
>
> On 01/19/2013 05:33 PM,
Hi,
Thanks for the patches I'll pick up 5 - 21 and add them to
my tree for Mauro.
Regards,
Hans
On 01/19/2013 05:33 PM, Peter Senna Tschudin wrote:
replace:
#if defined(CONFIG_VIDEO_CX88_DVB) || \
defined(CONFIG_VIDEO_CX88_DVB_MODULE)
with:
#if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
Th
Hi Sylwester,
Just two comments...
On Thu January 3 2013 18:09:22 Sylwester Nawrocki wrote:
> From: Guennadi Liakhovetski
>
> Add a V4L2 OF parser, implementing bindings documented in
> Documentation/devicetree/bindings/media/video-interfaces.txt.
>
> Signed-off-by: Guennadi Liakhovetski
> Si
Hi,
ov7670 and ov7675 sensors have the possibility of querying the average
value of the Y/Cb components of the image reading a register. This
could be useful for applications such as calise [1]. This program
grabs frames from a video camera, calculates the average brightness
and then adjusts screen
Hi Andrzej,
On Tuesday 15 January 2013 15:34:47 Andrzej Hajda wrote:
> On 12.01.2013 23:05, Sakari Ailus wrote:
> > Andrzej Hajda wrote:
> >> Hi,
> >>
> >> I have included this proposition already in the post "[PATCH RFC 0/2]
> >> V4L: Add auto focus area control and selection" but it left unansw
Hi Mauro,
The following changes since commit 3151d14aa6e983aa36d51a80d0477859f9ba12af:
[media] media: remove __dev* annotations (2013-01-11 13:03:24 -0200)
are available in the git repository at:
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next
Ezequiel Garcia (1):
uvcvideo: Rep
Add helper to get drm_display_mode from devicetree.
Signed-off-by: Steffen Trumtrar
Reviewed-by: Thierry Reding
Acked-by: Thierry Reding
Tested-by: Thierry Reding
Tested-by: Philipp Zabel
Reviewed-by: Laurent Pinchart
Acked-by: Laurent Pinchart
Tested-by: Afzal Mohammed
---
drivers/gpu/dr
Add display_timing structure and the according helper functions. This allows
the description of a display via its supported timing parameters.
Also, add helper functions to convert from display timings to a generic
videomode
structure.
The struct display_timing specifies all needed parameters to
The struct display_timing is specific to the via subsystem. The naming leads to
collisions with the new struct display_timing, which is supposed to be a shared
struct between different subsystems.
To clean this up, prepend the existing struct with the subsystem it is specific
to.
Signed-off-by: St
Hi!
There was still no maintainer, that commented, ack'd, nack'd, apply'd the
series. So, this is just a resend.
The patches were tested with:
- v15 on Tegra by Thierry
- sh-mobile-lcdcfb by Laurent
- MX53QSB by Marek
- Exynos: smdk5250 by Leela
- AM335X EV
This adds support for reading display timings from DT into a struct
display_timings. The of_display_timing implementation supports multiple
subnodes. All children are read into an array, that can be queried.
If no native mode is specified, the first subnode will be used.
For cases where the graph
Add a function to convert from the generic videomode to a fb_videomode.
Signed-off-by: Steffen Trumtrar
Reviewed-by: Thierry Reding
Acked-by: Thierry Reding
Tested-by: Thierry Reding
Tested-by: Philipp Zabel
Reviewed-by: Laurent Pinchart
Acked-by: Laurent Pinchart
Tested-by: Afzal Mohammed
Add helper to get fb_videomode from devicetree.
Signed-off-by: Steffen Trumtrar
Reviewed-by: Thierry Reding
Acked-by: Thierry Reding
Tested-by: Thierry Reding
Tested-by: Philipp Zabel
Reviewed-by: Laurent Pinchart
Acked-by: Laurent Pinchart
Tested-by: Afzal Mohammed
---
drivers/video/fbmo
Add conversion from videomode to drm_display_mode
Signed-off-by: Steffen Trumtrar
Reviewed-by: Thierry Reding
Acked-by: Thierry Reding
Tested-by: Thierry Reding
Tested-by: Philipp Zabel
Reviewed-by: Laurent Pinchart
Acked-by: Laurent Pinchart
Tested-by: Afzal Mohammed
---
drivers/gpu/drm/
Those optional operations are used to release and reacquire the queue
lock when videobuf2 needs to perform operations that sleep for a long
time, such as waiting for a buffer to be complete. Implement them to
avoid blocking qbuf or streamoff calls when a dqbuf is in progress.
Signed-off-by: Lauren
On Thu January 3 2013 18:03:49 Sylwester Nawrocki wrote:
> From: Guennadi Liakhovetski
>
> This patch adds a document describing common OF bindings for video
> capture, output and video processing devices. It is curently mainly
> focused on video capture devices, with data busses defined by
> sta
Hi Hans,
Thanks for the review!
On Mon, Jan 21, 2013 at 3:31 PM, Hans Verkuil wrote:
> On Tue January 15 2013 09:00:53 Lad, Prabhakar wrote:
>> The current code was implemented with some default configurations,
>> this default configuration works on board and doesn't work on other.
>>
>> This pa
Hi Johannes,
On Friday 11 January 2013 16:00:19 Johannes Schellen wrote:
> From: Johannes Schellen
>
> This patch fixes a bug which causes all histogram regions to start in the
> top left corner of the image. The histogram region coordinates are 16 bit
> values which share a 32 bit register. The
Convert all uses of devm_request_and_ioremap() to the newly introduced
devm_ioremap_resource() which provides more consistent error handling.
devm_ioremap_resource() provides its own error messages so all explicit
error messages can be removed from the failure code paths.
Signed-off-by: Thierry R
Hi William,
On Monday 14 January 2013 14:21:29 William Swanson wrote:
> On 01/09/2013 02:35 PM, Laurent Pinchart wrote:
> > On Tuesday 08 January 2013 14:49:41 William Swanson wrote:
> >> I believe the data is combined in a single buffer, with alternate fields
> >> interleaved.
> >
> > Could you
Hi,
On Monday 14 January 2013 15:22:55 Ezequiel Garcia wrote:
> This kind of memcpy() is error-prone. Its replacement with a struct
> assignment is prefered because it's type-safe and much easier to read.
>
> Cc: Laurent Pinchart
> Signed-off-by: Peter Senna Tschudin
> Signed-off-by: Ezequiel G
On Tue January 15 2013 09:00:53 Lad, Prabhakar wrote:
> The current code was implemented with some default configurations,
> this default configuration works on board and doesn't work on other.
>
> This patch accepts the configuration through platform data and configures
> the encoder depending on
On Tue January 15 2013 08:55:40 Lad, Prabhakar wrote:
> This patch removes the field description of fields that no
> longer exists, along side aligns the field description of
> fields.
>
> Signed-off-by: Lad, Prabhakar
Acked-by: Hans Verkuil
Regards,
Hans
> ---
> include/media/tvp51
On Thu January 17 2013 08:31:50 Jan Stumpf wrote:
> Hi!
>
> I'm trying to get an Hauppauge Live Usb 2 video grabber to run on on Omap4
> (Gumstix Duovero). I'm using Sakomans omap-3.6 head kernel sources from
> http://git.sakoman.com/git/gitweb.cgi?p=linux.git;a=summary . The hardware is
> succ
On Sat January 19 2013 22:38:13 Sylwester Nawrocki wrote:
> All host drivers using this subdev driver are already converted
> to use the control framework so the compatibility ops can be dropped.
>
> Signed-off-by: Sylwester Nawrocki
Acked-by: Hans Verkuil
Regards,
Hans
> ---
> driv
On Sun January 20 2013 00:41:31 Peter Senna Tschudin wrote:
> replace:
> #if defined(CONFIG_MEDIA_TUNER_TEA5761) || \
> defined(CONFIG_MEDIA_TUNER_TEA5761_MODULE)
> with:
> #if IS_ENABLED(CONFIG_MEDIA_TUNER_TEA5761)
>
> This change was made for: CONFIG_MEDIA_TUNER_TEA5761
>
> Also replaced
On Sat January 19 2013 22:27:22 Sylwester Nawrocki wrote:
> This patch adds V4L2 sub-device driver for OV9650/OV9652 image sensors.
>
> The driver exposes following V4L2 controls:
> - auto/manual exposure,
> - auto/manual white balance,
> - auto/manual gain,
> - brightness, saturation, sharpness,
On 01/21/2013 10:18 AM, Ondrej Zary wrote:
On Monday 21 January 2013, Antti Palosaari wrote:
On 01/20/2013 11:22 PM, Ondrej Zary wrote:
Allow disabling I2C gate handling by external configuration.
This is required by cards that have all devices on a single I2C bus,
like AverMedia A706.
My per
On Sat January 19 2013 22:27:20 Sylwester Nawrocki wrote:
> Add common header file defining standard image sizes, so we can
> avoid redefining those in each driver.
>
> Signed-off-by: Sylwester Nawrocki
> ---
> include/media/image-sizes.h | 34 ++
Since this is
On Sun January 20 2013 22:15:51 Frank Schäfer wrote:
> Hi Hans,
>
> I noticed that there's code in the v4l2 core that enables/disables
> ioctls and checks some of the parameters depending on the device type.
> While reading the code an comparing it to the V4L2 API document, some
> more questions c
Hi Sylwester!
On Sat January 19 2013 22:27:21 Sylwester Nawrocki wrote:
> This patch adds a helper function that allows to modify range,
> i.e. minimum, maximum, step and default value of a v4l2 control,
> after the control has been created and initialized. This is helpful
> in situations when ran
On Monday 21 January 2013, Antti Palosaari wrote:
> On 01/20/2013 11:22 PM, Ondrej Zary wrote:
> > Allow disabling I2C gate handling by external configuration.
> > This is required by cards that have all devices on a single I2C bus,
> > like AverMedia A706.
>
> My personal opinion is that I2C gate
On 01/20/2013 11:22 PM, Ondrej Zary wrote:
Allow disabling I2C gate handling by external configuration.
This is required by cards that have all devices on a single I2C bus,
like AverMedia A706.
My personal opinion is that I2C gate control should be disabled setting
callback to NULL (same for t
53 matches
Mail list logo