Hi Daniel, Rob,
On 11 May 2012 21:00, Rob Clark wrote:
> On Tue, Apr 24, 2012 at 4:08 AM, Daniel Vetter wrote:
>> Compared to Rob Clark's RFC I've ditched the prepare/finish hooks
>>
>> Cc: Rob Clark
>> Cc: Rebecca Schultz Zavin
>> Signed-Off-by: Daniel Vetter
>
> Acked-by: Rob Clark
Thanks
On 05/17/2012 04:19 PM, Antti Palosaari wrote:
> Moikka Thomas,
>
> Here is the review. See comments below.
>
> And conclusion is that it is ready for the Kernel merge. I did not see
> any big functiuonality problems - only some small issues that are likely
> considered as a coding style etc. Fee
This driver is for USB devices, but was incorrectly listed under
V4L_PCI_DRIVERS.
Signed-off-by: Ismael Luceno
---
drivers/media/video/Kconfig |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index ce1e7ba..5d9e5
Tested with Yfeng 680 ATV dongle.
Signed-off-by: Ismael Luceno
---
drivers/media/video/au0828/au0828-cards.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/video/au0828/au0828-cards.c
b/drivers/media/video/au0828/au0828-cards.c
index 1c6015a..e3fe9a6 100644
--- a/drivers
Hi Sakari,
On 05/18/2012 12:35 AM, Sakari Ailus wrote:
...
>> On 05/17/2012 11:15 PM, Sakari Ailus wrote:
>>> The string "_ACTUAL" does not say anything more about the target names. Drop
>>> it. V4L2 selection API was changed by "V4L: Rename
>>> V4L2_SEL_TGT_[CROP/COMPOSE]_ACTIVE to
>>> V4L2_SEL_
---
lib/include/libscan.h | 12 ++--
lib/libdvbv5/libscan.c |6 +++---
utils/dvb/dvbv5-scan.c |4 ++--
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/lib/include/libscan.h b/lib/include/libscan.h
index bc11ce1..a2b061c 100644
--- a/lib/include/libscan.h
+++ b/li
On Wed, May 16, 2012 at 12:05:24AM +0200, Sylwester Nawrocki wrote:
> This patch removes the estimate color temperature range specification
> for the white balance presets for which exact values heavily depend
> on a particular camera specification.
>
> Signed-off-by: Sylwester Nawrocki
Acked-by
Hi Sylwester,
Sylwester Nawrocki wrote:
> Hi Sakari,
>
> On 05/16/2012 08:57 AM, Sakari Ailus wrote:
> ...
> +
> +
> + spanname="id">V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE
> + enum v4l2_auto_n_preset_white_balance
> + Sets white balance to automatic,
> +manual or a pr
Hi Sylwester,
On Thu, May 17, 2012 at 11:37:47PM +0200, Sylwester Nawrocki wrote:
> Hi Sakari,
>
> thanks for the patch.
>
> On 05/17/2012 11:15 PM, Sakari Ailus wrote:
> > The string "_ACTUAL" does not say anything more about the target names. Drop
> > it. V4L2 selection API was changed by "V4L
Signed-off-by: Antti Palosaari
---
drivers/media/video/em28xx/em28xx-dvb.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c
b/drivers/media/video/em28xx/em28xx-dvb.c
index ea3810f..3a5b89d 100644
--- a/drivers/media/video/em28xx/em
UIO-2 and UIO-3 were broken.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb/frontends/drxk_hard.c |4 ++--
drivers/media/dvb/frontends/drxk_map.h |2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/frontends/drxk_hard.c
b/drivers/media/dvb/fron
Signed-off-by: Antti Palosaari
---
drivers/media/video/em28xx/em28xx-dvb.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c
b/drivers/media/video/em28xx/em28xx-dvb.c
index 3a5b89d..16410ac 100644
--- a/drivers/media/video/em28xx/
Hi Sakari,
thanks for the patch.
On 05/17/2012 11:15 PM, Sakari Ailus wrote:
> The string "_ACTUAL" does not say anything more about the target names. Drop
> it. V4L2 selection API was changed by "V4L: Rename
> V4L2_SEL_TGT_[CROP/COMPOSE]_ACTIVE to
> V4L2_SEL_TGT_[CROP/COMPOSE]" by Sylwester Naw
On 05/17/2012 11:19 PM, Thomas Mair wrote:
> On 17.05.2012 23:08, poma wrote:
>> On 05/17/2012 10:45 PM, Thomas Mair wrote:
>>> On 17.05.2012 22:41, Antti Palosaari wrote:
On 17.05.2012 23:27, poma wrote:
> On 05/17/2012 04:19 PM, Antti Palosaari wrote:
>> Moikka Thomas,
>>
>>
On 17.05.2012 23:08, poma wrote:
> On 05/17/2012 10:45 PM, Thomas Mair wrote:
>> On 17.05.2012 22:41, Antti Palosaari wrote:
>>> On 17.05.2012 23:27, poma wrote:
On 05/17/2012 04:19 PM, Antti Palosaari wrote:
> Moikka Thomas,
>
> Here is the review. See comments below.
>
>
The string "_ACTUAL" does not say anything more about the target names. Drop
it. V4L2 selection API was changed by "V4L: Rename
V4L2_SEL_TGT_[CROP/COMPOSE]_ACTIVE to
V4L2_SEL_TGT_[CROP/COMPOSE]" by Sylwester Nawrocki. This patch does the same
for the V4L2 subdev API.
Signed-off-by: Sakari Ailus
On 05/17/2012 10:45 PM, Thomas Mair wrote:
> On 17.05.2012 22:41, Antti Palosaari wrote:
>> On 17.05.2012 23:27, poma wrote:
>>> On 05/17/2012 04:19 PM, Antti Palosaari wrote:
Moikka Thomas,
Here is the review. See comments below.
And conclusion is that it is ready for the
On Mon, May 14, 2012 at 07:17:03PM +0200, Sylwester Nawrocki wrote:
> This patch drops the _ACTIVE part from the selection target names as
> a prerequisite to unify the selection target names on subdevs and regular
> video nodes.
>
> Although not exactly the same, the meaning of V4L2_SEL_TGT_*_ACT
On 05/17/2012 10:49 PM, Antti Palosaari wrote:
> On 17.05.2012 23:45, Thomas Mair wrote:
>> On 17.05.2012 22:41, Antti Palosaari wrote:
>>> On 17.05.2012 23:27, poma wrote:
On 05/17/2012 04:19 PM, Antti Palosaari wrote:
> Moikka Thomas,
>
> Here is the review. See comments below.
>
On 17.05.2012 23:45, Thomas Mair wrote:
On 17.05.2012 22:41, Antti Palosaari wrote:
On 17.05.2012 23:27, poma wrote:
On 05/17/2012 04:19 PM, Antti Palosaari wrote:
Moikka Thomas,
Here is the review. See comments below.
And conclusion is that it is ready for the Kernel merge. I did not see
an
On 5/14/12 1:54 PM, Andrew Benham wrote:
I don't know if it's just Crystal Palace, but one of the multiplexes
thinks it's using QPSK even though it's using QAM64 - this messes up
'scan' unless one reorders the frequency list.
Having done the scan, one then needs to replace 'QPSK' by 'QAM_64' in
On 17.05.2012 22:41, Antti Palosaari wrote:
> On 17.05.2012 23:27, poma wrote:
>> On 05/17/2012 04:19 PM, Antti Palosaari wrote:
>>> Moikka Thomas,
>>>
>>> Here is the review. See comments below.
>>>
>>> And conclusion is that it is ready for the Kernel merge. I did not see
>>> any big functiuonali
On 05/17/2012 04:47 PM, Antti Palosaari wrote:
> On 17.05.2012 01:13, Thomas Mair wrote:
>> Signed-off-by: Thomas Mair
>
> Nacked.
> Better PID definition is required.
>
>> ---
>> drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 +
>> drivers/media/dvb/dvb-usb/rtl28xxu.c| 11 ++-
>>
On 17.05.2012 23:27, poma wrote:
On 05/17/2012 04:19 PM, Antti Palosaari wrote:
Moikka Thomas,
Here is the review. See comments below.
And conclusion is that it is ready for the Kernel merge. I did not see
any big functiuonality problems - only some small issues that are likely
considered as a
On 05/17/2012 04:19 PM, Antti Palosaari wrote:
> Moikka Thomas,
>
> Here is the review. See comments below.
>
> And conclusion is that it is ready for the Kernel merge. I did not see
> any big functiuonality problems - only some small issues that are likely
> considered as a coding style etc. Fee
---
lib/libdvbv5/dvb-fe.c | 32
lib/libdvbv5/dvb-v5-std.c |2 ++
2 files changed, 30 insertions(+), 4 deletions(-)
diff --git a/lib/libdvbv5/dvb-fe.c b/lib/libdvbv5/dvb-fe.c
index 4f7a217..a91dd65 100644
--- a/lib/libdvbv5/dvb-fe.c
+++ b/lib/libdvbv5/dvb
---
lib/include/dvb-fe.h |1 +
lib/libdvbv5/dvb-fe.c | 21 +++--
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h
index 872a558..b4c5279 100644
--- a/lib/include/dvb-fe.h
+++ b/lib/include/dvb-fe.h
@@ -108,6 +108,7 @
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:Thu May 17 19:00:18 CEST 2012
git hash:61282daf505f3c8def09332ca337ac257b792029
gcc version: i686-linux-gcc (GC
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c | 17 ++---
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/drivers/media/video/smiapp/smiapp-core.c
b/drivers/media/video/smiapp/smiapp-core.c
index ffc6eb7..f518026 100644
--- a/drivers/media
Implement more generic quirk registers than just limit and capability
registers. This comes with the expense of a little bit more access time so
these should be only used when really needed.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-quirk.c | 46
Add support for uncompressed 8-bit raw bayer formats.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/smiapp/smiapp-core.c
b/drivers/media/video/smiapp/smiapp-core.c
index 47
Some sensors do use binning but do not have valid limits in binning
registers. Use non-binning limits in that case.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c | 31 +++--
1 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/drive
rval was not properly initialised in smiapp_read_nvm(). Do that.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/smiapp/smiapp-core.c
b/drivers/media/video/smiapp/smiapp-core.c
Some sensors only allow 8-bit access, so use safe 8-bit access before the
sensor has been identified.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c | 63 --
1 files changed, 34 insertions(+), 29 deletions(-)
diff --git a/drivers/media/vid
The pre_pll divisor must be such that ext_clk / pre_pll divisor does not
result in a frequency that is greater than pll_ip_clk_freq. Fix this.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp-pll.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/med
Some sensors implement only 8-bit read functionality and fail on wider
reads. Add a quirk flag for such sensors.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-quirk.h |1 +
drivers/media/video/smiapp/smiapp-regs.c | 73 +
drivers/media/video
Pass struct sensor to register access commands. This allows taking quirks
into account in register access.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c | 154 ++---
drivers/media/video/smiapp/smiapp-quirk.c |4 +-
drivers/media/video/smia
Instead of providing a function in platform data, allow also providing the
name of the external clock and use it through the clock framework.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp/smiapp-core.c | 55 ++
drivers/media/video/smiapp/smiapp.h |
Hi,
This patchset contains a few improvements and fixes to the SMIA++
driver. Perhaps most importantly, it's no longer necessary to use board
code to use the driver: alternatively a clock name can be provided
instead of a function to configure the external clock. The platform data
function to conf
On 17.05.2012 01:13, Thomas Mair wrote:
This is the new version of the patch series to add support for the
rtl2832 demodulator driver. Before applying the patches you need to
add the fc0012/fc0013 driver from Hans-Frider Vogt.
Who wants to review those tuner drivers?
The changes from the priv
On 17.05.2012 01:13, Thomas Mair wrote:
Signed-off-by: Hans-Frieder Vogt
Signed-off-by: Thomas Mair
Acked-by: Antti Palosaari
---
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 +
drivers/media/dvb/dvb-usb/rtl28xxu.c| 27 ++-
2 files changed, 27 insertions(
On 17.05.2012 01:13, Thomas Mair wrote:
Signed-off-by: Thomas Mair
Nacked.
Better PID definition is required.
---
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 +
drivers/media/dvb/dvb-usb/rtl28xxu.c| 11 ++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/d
On 17.05.2012 01:13, Thomas Mair wrote:
Signed-off-by: Thomas Mair
Acked-by: Antti Palosaari
---
drivers/media/dvb/dvb-usb/rtl28xxu.c | 102 +-
1 files changed, 51 insertions(+), 51 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/rtl28xxu.c
b/driver
Moikka
Comments below.
Reviewed-by: Antti Palosaari
On 17.05.2012 01:13, Thomas Mair wrote:
This only adds support for the Terratec Cinergy T Stick Black device.
Signed-off-by: Thomas Mair
---
drivers/media/dvb/dvb-usb/Kconfig |3 +
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |
Moikka Thomas,
Here is the review. See comments below.
And conclusion is that it is ready for the Kernel merge. I did not see
any big functiuonality problems - only some small issues that are likely
considered as a coding style etc. Feel free to fix those and sent new
patc serie or just new p
On Thu May 17 2012 10:55:01 Ondrej Zary wrote:
> Add PnP support to radio-sf16fmr2 driver to support SF16-FMD2 card (SB16 +
> TEA5757). The driver can now handle two cards (FMR2 is hardwired to 0x384,
> FMD2 can be put at 0x384 or 0x284 by PnP).
> Tested with both SF16-FMR2 and SF16-FMD2 (the can w
Add PnP support to radio-sf16fmr2 driver to support SF16-FMD2 card (SB16 +
TEA5757). The driver can now handle two cards (FMR2 is hardwired to 0x384,
FMD2 can be put at 0x384 or 0x284 by PnP).
Tested with both SF16-FMR2 and SF16-FMD2 (the can work at the same time by
using kernel parameter "pnp_res
On Mon May 14 2012 21:11:57 Hans Verkuil wrote:
> Hi all,
>
> These two patches deprecate the ISA video capture pms driver and the three
> parallel port webcam drivers bw-qcam, c-qcam and w9966.
>
> Nobody has hardware for the three parallel port webcams anymore (and we really
> tried to get hold
On 17.05.2012 05:40, poma wrote:
> […]
> v4-1-5-rtl2832-ver.-0.4-v2.diff
>
Oh thanks. That Makefile is haunting me badly ;)
--
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 http://vger.kernel.or
On Thu May 17 2012 04:46:37 Jun Nie wrote:
> Is there any discussion on HDCP on the summit? It is tightly
> coupled with HDMI and DVI and should be managed together with the
> transmitter. But there is not code to handle HDCP in DRM/FB/V4L in
> latest kernel. Any thoughts on HDCP? Or you guys t
Hi,
I'm working on some new Smatch stuff and so I'm finding old bugs and
emailing bug reports.
This is a semi-automatic email about new static checker warnings.
The patch 68fe255cd15c: "V4L/DVB (13799): [Mantis] Unregister
frontend" from Dec 4, 2009, leads to the following Smatch complaint
51 matches
Mail list logo