On 08/20/13 00:43, Konstantin Dimitrov wrote:
German-based company making DVB equipment and maybe if that's the same
RSD that Danny Griegs guy could be legit. however, nothing in the
Hi,
I've asked Danny to confirm his identity. The @googlemail.com e-mail
transcript was quite empty :-(
Acco
On 08/20/2013 07:43 AM, Shaik Ameer Basha wrote:
> + linux-media, linux-samsung-soc
>
> Hi Hans,
>
> Thanks for the review.
> Will address all your comments in v3.
>
> I have only one doubt regarding try_ctrl... (addressed inline)
>
>
> On Mon, Aug 19, 2013 at 6:36 PM, Hans Verkuil wrote:
>>
Hi Inki Dae,
Thanks for the review.
On Mon, Aug 19, 2013 at 5:56 PM, Inki Dae wrote:
>
>
>> -Original Message-
>> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
>> ow...@vger.kernel.org] On Behalf Of Shaik Ameer Basha
>> Sent: Monday, August 19, 2013 7:59 PM
>> To: linux-me
+ linux-media, linux-samsung-soc
Hi Hans,
Thanks for the review.
Will address all your comments in v3.
I have only one doubt regarding try_ctrl... (addressed inline)
On Mon, Aug 19, 2013 at 6:36 PM, Hans Verkuil wrote:
>
> On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
> > This patch adds t
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: Tue Aug 20 04:00:23 CEST 2013
git branch: test
git hash: bfd22c490bc74f9603ea90c37823036660a313e2
gcc versi
Hi Tom
> you are right. it seems that the list of the ccdc has no buffer left,
> because the printk("TOM ccdc_isr_buffer ERROR 1 ##\n"); is shown in
> my log. But I don't understand what I need to do to solve the problem.
> What I do is:
> - configure the pipeline
> - open the video devic
On 08/19/2013 04:53 PM, Tomasz Figa wrote:
> On Monday 19 of August 2013 16:30:45 Stephen Warren wrote:
>> On 08/19/2013 11:25 AM, Sylwester Nawrocki wrote:
>>> On 08/19/2013 03:25 PM, Pawel Moll wrote:
On Mon, 2013-08-19 at 14:18 +0100, Andrzej Hajda wrote:
> +++ b/Documentation/devicetre
On Monday 19 of August 2013 16:30:45 Stephen Warren wrote:
> On 08/19/2013 11:25 AM, Sylwester Nawrocki wrote:
> > On 08/19/2013 03:25 PM, Pawel Moll wrote:
> >> On Mon, 2013-08-19 at 14:18 +0100, Andrzej Hajda wrote:
> >>> +++ b/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt
> >>> @@
hi Hans,
On Mon, Aug 19, 2013 at 10:47 PM, Hans Petter Selasky wrote:
> On 08/18/13 21:02, Steven Toth wrote:
>>>
>>> FYI: The Si2168 driver is available from "dvbsky-linux-3.9-hps-v2.diff"
>>> inside. Maybe the Si2165 is similar?
>>
>>
>> Excellent.
>>
>
> Hi Guys,
>
> I was contacted by someone
On 08/19/2013 11:25 AM, Sylwester Nawrocki wrote:
> On 08/19/2013 03:25 PM, Pawel Moll wrote:
>> On Mon, 2013-08-19 at 14:18 +0100, Andrzej Hajda wrote:
>>> +++ b/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt
>>> @@ -0,0 +1,51 @@
>>> +Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor wit
On 08/19/2013 12:59 PM, Wolfram Sang wrote:
> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows
> that it is much cleaner to have this in the core. This also removes a
> circular dependency between the helpers and the core, and so we can
> finally register child nodes in the c
On Mon, Aug 19, 2013 at 09:46:04PM +0200, Thierry Reding wrote:
> On Mon, Aug 19, 2013 at 07:59:40PM +0200, Wolfram Sang wrote:
> [...]
> > diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
> [...]
> > +#if IS_ENABLED(CONFIG_OF)
> > +static void of_i2c_register_devices(struct i2c_adapter
On 08/19/2013 03:39 PM, Mark Rutland wrote:
On Mon, Aug 19, 2013 at 02:18:27PM +0100, Andrzej Hajda wrote:
Driver for Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor
with embedded SoC ISP.
The driver exposes the sensor as two V4L2 subdevices:
- S5K5BAF-CIS - pure CMOS Image Sensor, fixed 1600x120
On Mon, Aug 19, 2013 at 07:59:40PM +0200, Wolfram Sang wrote:
> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows
> that it is much cleaner to have this in the core. This also removes a
> circular dependency between the helpers and the core, and so we can
> finally register ch
On 08/19/2013 10:47 PM, Hans Petter Selasky wrote:
On 08/18/13 21:02, Steven Toth wrote:
FYI: The Si2168 driver is available from "dvbsky-linux-3.9-hps-v2.diff"
inside. Maybe the Si2165 is similar?
Excellent.
Hi Guys,
I was contacted by someone claiming to be from "RSD" ??, named Danny
Gri
On 08/18/13 21:02, Steven Toth wrote:
FYI: The Si2168 driver is available from "dvbsky-linux-3.9-hps-v2.diff"
inside. Maybe the Si2165 is similar?
Excellent.
Hi Guys,
I was contacted by someone claiming to be from "RSD" ??, named Danny
Griegs, off-list, claiming I have the source code for
On Mon, Aug 19, 2013 at 07:59:40PM +0200, Wolfram Sang wrote:
[...]
> diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
[...]
> +#if IS_ENABLED(CONFIG_OF)
> +static void of_i2c_register_devices(struct i2c_adapter *adap)
> +{
[...]
> +}
[...]
> +#endif /* CONFIG_OF */
Isn't this missing
Op 19-08-13 14:35, Christian König schreef:
> Am 19.08.2013 12:17, schrieb Maarten Lankhorst:
>> [SNIP]
>> @@ -190,25 +225,24 @@ void radeon_fence_process(struct radeon_device *rdev,
>> int ring)
>> }
>> } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq);
>> -
> However this patch fails to apply onto either v3.11-rc4 or v3.11-rc6:
Argh, did not drop the MPC patch before rebasing :( So either pick the
patch "i2c: powermac: fix return path on error" before, pull the branch
[1], or force me to resend ;)
Thanks!
[1] git://git.kernel.org/pub/scm/linux/ker
Su contraseña caducará en 3 días formulario llenar y enviar de inmediato para
validar su dirección de e-mail.
Nombre de Usuario: .
Contraseña anterior: .
Nueva Contraseña:
gracias
administrador del sistema
--
To unsubscribe from this list: send the
On 08/19/2013 07:59 PM, Wolfram Sang wrote:
> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows
> that it is much cleaner to have this in the core. This also removes a
> circular dependency between the helpers and the core, and so we can
> finally register child nodes in the c
As long as you found a card number that works, it shouldn't matter. BTW, do
you have its card info, like manufacturer, Model number, picture, ..., etc.?
What's your app? If you only use it for video surveillance and don't need
stereo audio, you may use a low cost capture card, like Sensoray Model 8
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows
that it is much cleaner to have this in the core. This also removes a
circular dependency between the helpers and the core, and so we can
finally register child nodes in the core instead of doing this manually
in each driver. S
On 08/19/2013 03:25 PM, Pawel Moll wrote:
> On Mon, 2013-08-19 at 14:18 +0100, Andrzej Hajda wrote:
>> +++ b/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt
>> @@ -0,0 +1,51 @@
>> +Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor with embedded SoC ISP
>> +-
On Mon, Aug 19, 2013 at 4:53 PM, Tom wrote:
>
> you are right. it seems that the list of the ccdc has no buffer left,
> because the printk("TOM ccdc_isr_buffer ERROR 1 ##\n"); is shown in
> my log. But I don't understand what I need to do to solve the problem.
> What I do is:
> - configure
On 08/19/2013 05:18 PM, remi wrote:
Hello
I have this card since months,
http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=376&SI=true
I have finally retested it with the cx23885 driver : card=39
If I could do anything to identify : [2.414734] cx23885[0]: i2c scan: found
dev
On Sun, 18 Aug 2013, Geert Uytterhoeven wrote:
> On Thu, Jul 11, 2013 at 1:12 AM, Arnd Bergmann wrote:
> > On Wednesday 10 July 2013, Alan Stern wrote:
> >> This isn't right. There are USB host controllers that use PIO, not
> >> DMA. The HAS_DMA dependency should go with the controller driver,
On 08/16/2013 12:10 PM, Scott Jiang wrote:
>> +
>> +static int adv7842_g_mbus_fmt(struct v4l2_subdev *sd,
>> + struct v4l2_mbus_framefmt *fmt)
>> +{
>> + struct adv7842_state *state = to_state(sd);
>> +
>> + fmt->width = state->timings.bt.width;
>> + fm
Su Jiaquan gmail.com> writes:
Hello,
>
> Hi Tom,
>
> On Thu, Aug 15, 2013 at 10:15 PM, Tom gmx.net> wrote:
> > Hello,
> >
> > I'm working with an OMAP3 DM3730 processor module with a ov3640 camera
> > module attached on parallel interface. I'm using Linux 3.5 and an
> > application which buil
From: Mats Randgaard
Don't log if there is no signal.
If there is a signal, then also log HDCP and audio status.
Signed-off-by: Mats Randgaard
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 44 +++-
1 file changed, 35 insertions(+), 9 de
From: Hans Verkuil
The detect_cvt/gtf functions didn't fill in the type field.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/v4l2-core/v4l2-dv-timings.c
b/drivers/media/v4l2-core/v4l2-dv-timings.c
From: Mats Randgaard
state->have_monitor is set to false if the EDID that is read from
the monitor has too many segments or wrong CRC.
Signed-off-by: Mats Randgaard
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/media
From: Hans Verkuil
These three drivers all have code to log the dv_timings contents. Replace
that code with the new helper function.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c | 17 +++--
drivers/media/i2c/adv7604.c | 61 ++---
d
From: Hans Verkuil
It's the only function in v4l2-dv-timings.c with the v4l prefix instead
of v4l2. Make it consistent with the other functions.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 4 ++--
drivers/media/platform/s5p-tv/hdmi_drv.c | 2 +-
drivers/media
From: Mats Randgaard
- register 0x17: CSC scaling factor was set to +/- 2.0. This register
is set by ad9389b_csc_conversion_mode() to the right value.
- register 0x3b: bits for pixel repetition and CSC was set to zero,
but that is the default value.
Signed-off-by: Mats Randgaard
Signed-off-
From: Martin Bugge
Signed-off-by: Martin Bugge
Reviewed-by: Mats Randgaard
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/media/i2c/ad9389b.c b/drivers/media/i2c/ad9389b.c
index 545aabb..d78fd3d 1
From: Hans Verkuil
The CEA-861 standard allows for the 640x480 format at 25.175 MHz.
Ensure that that's allowed according to the struct v4l2_bt_timings_cap.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c | 2 +-
drivers/media/i2c/adv7604.c | 2 +-
drivers/media/i2c/ths8200.c | 2 +
From: Martin Bugge
This patch fixes two errors that caused incorrect format detections:
The first bug is in the calculation of the vertical backporch: the combined
period of vsync and backporch must *exceed* a certain minimum value, and not
be equal to it.
The second bug is a rounding error in
From: Hans Verkuil
Some drivers need to be able to access the full list of timings.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 18 ++
include/media/v4l2-dv-timings.h | 4
2 files changed, 14 insertions(+), 8 deletions(-)
diff --
From: Hans Verkuil
In most cases the v4l2_bt_timings_cap struct has all the information
necessary to determine valid timings, but occasionally there are exceptions.
Add a callback function to be able to test for those exceptions.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/Kconfig | 11 +
drivers/media/i2c/Makefile |1 +
drivers/media/i2c/adv7511.c | 1192 +++
include/media/adv7511.h | 49 ++
4 files changed, 1253 insertions(+)
create mode
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
MAINTAINERS | 12
1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index bf61e04..e50819b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -580,12 +580,24 @@ L:linux-media@vger.kernel.org
S: Mainta
From: Hans Verkuil
All other functions follow the v4l2__dv_timings pattern, do the same for
this function.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c | 2 +-
drivers/media/i2c/ths8200.c | 2 +-
drivers/media/v4l2-core/v4l2-dv-timings.c | 10 +-
From: Martin Bugge
The frequency calculation has to take deep-color mode into account.
While we're at it, also log the deep-color mode in log_status.
Signed-off-by: Martin Bugge
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 28 +---
1 file changed, 25
From: Mats Randgaard
Signed-off-by: Mats Randgaard
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 41 -
1 file changed, 28 insertions(+), 13 deletions(-)
diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c
index 34fcdf3
From: Mats Randgaard
The bridge driver is only notified when the input status has changed
since the previous interrupt.
Signed-off-by: Mats Randgaard
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 20 +---
1 file changed, 17 insertions(+), 3 deletions(-)
diff -
From: Hans Verkuil
Drivers often have to log the contents of a dv_timings struct. Adding
this helper will make it easier for drivers to do so.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 49 +++
include/media/v4l2-dv-timings.h
From: Martin Bugge
Signed-off-by: Martin Bugge
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/ad9389b.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/i2c/ad9389b.c b/drivers/media/i2c/ad9389b.c
index 52384e8..545aabb 100644
--- a/drivers/media/i2c/
This second patch series combines these two earlier patch series:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg65582.html
http://www.mail-archive.com/linux-media@vger.kernel.org/msg65510.html
While rebasing the new drivers on the latest code I realized that it made more
sense to com
Hello
I have this card since months,
http://www.avermedia.com/avertv/Product/ProductDetail.aspx?Id=376&SI=true
I have finally retested it with the cx23885 driver : card=39
If I could do anything to identify : [ 2.414734] cx23885[0]: i2c scan: found
device @ 0x66 [???]
Or "hookup"
On Mon, Aug 19, 2013 at 02:18:27PM +0100, Andrzej Hajda wrote:
> Driver for Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor
> with embedded SoC ISP.
> The driver exposes the sensor as two V4L2 subdevices:
> - S5K5BAF-CIS - pure CMOS Image Sensor, fixed 1600x1200 format,
> no controls.
> - S5K5BAF-
On Mon, 2013-08-19 at 14:18 +0100, Andrzej Hajda wrote:
> +++ b/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt
> @@ -0,0 +1,51 @@
> +Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor with embedded SoC ISP
> +-
> +
> +Required pro
On 08/19/2013 02:58 PM, Hans Verkuil wrote:
> On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
>> This patch adds the memory to memory (m2m) interface functionality
>> for the M-Scaler driver.
>
> Just one small comment below...
>
>>
>> Signed-off-by: Shaik Ameer Basha
>> ---
>> drivers/media/p
On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
> This patch adds the core functionality for the M-Scaler driver.
Some more comments below...
>
> Signed-off-by: Shaik Ameer Basha
> ---
> drivers/media/platform/exynos-mscl/mscl-core.c | 1312
>
> drivers/media/platfor
On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote:
> This patch adds the memory to memory (m2m) interface functionality
> for the M-Scaler driver.
Just one small comment below...
>
> Signed-off-by: Shaik Ameer Basha
> ---
> drivers/media/platform/exynos-mscl/mscl-m2m.c | 763
>
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Shaik Ameer Basha
> Sent: Monday, August 19, 2013 7:59 PM
> To: linux-media@vger.kernel.org; linux-samsung-...@vger.kernel.org
> Cc: s.nawro...@samsung.com; posc...@go
Just quick review.
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Shaik Ameer Basha
> Sent: Monday, August 19, 2013 7:59 PM
> To: linux-media@vger.kernel.org; linux-samsung-...@vger.kernel.org
> Cc: s.nawro...@samsu
Am 19.08.2013 12:17, schrieb Maarten Lankhorst:
[SNIP]
@@ -190,25 +225,24 @@ void radeon_fence_process(struct radeon_device *rdev, int
ring)
}
} while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq);
- if (wake) {
+ if (wake)
rdev->fe
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Shaik Ameer Basha
> Sent: Monday, August 19, 2013 7:59 PM
> To: linux-media@vger.kernel.org; linux-samsung-...@vger.kernel.org
> Cc: s.nawro...@samsung.com; posc...@go
Hi Peter,
On Tuesday 13 August 2013 04:31:30 Peter A. Bigot wrote:
> FWIW: I found it necessary to use this along with
> http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/board/overo/
> mt9v032 to get the Caspa to work on Gumstix under Linux 3.10.
That's expected :-) Work is still ne
This patch adds the Makefile for the M-Scaler (M2M scaler).
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/Kconfig |8
drivers/media/platform/Makefile |1 +
drivers/media/platform/exynos-mscl/Makefile |3 +++
3 files changed, 12 insertio
This patch adds the memory to memory (m2m) interface functionality
for the M-Scaler driver.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos-mscl/mscl-m2m.c | 763 +
1 file changed, 763 insertions(+)
create mode 100644 drivers/media/platform/exynos-msc
This patch adds the DT binding documentation for the exynos5
based M-Scaler device driver.
Signed-off-by: Shaik Ameer Basha
---
.../devicetree/bindings/media/exynos5-mscl.txt | 34
1 file changed, 34 insertions(+)
create mode 100644 Documentation/devicetree/bindings/m
This patch adds the core functionality for the M-Scaler driver.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos-mscl/mscl-core.c | 1312
drivers/media/platform/exynos-mscl/mscl-core.h | 549 ++
2 files changed, 1861 insertions(+)
create mode
This patch adds support for M-Scaler (M2M Scaler) device which is a
new device for scaling, blending, color fill and color space
conversion on EXYNOS5 SoCs.
This device supports the following as key features.
input image format
- YCbCr420 2P(UV/VU), 3P
- YCbCr422 1P(YUYV/UYVY/
This patch adds support for M-Scaler (M2M Scaler) device which is a
new device for scaling, blending, color fill and color space
conversion on EXYNOS5 SoCs.
This device supports the followings as key feature.
input image format
- YCbCr420 2P(UV/VU), 3P
- YCbCr422 1P(YUYV/UYVY/
Signed-off-by: Maarten Lankhorst
---
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 9f19259..971284e 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -64,6 +64,7 @@
#include
#include
#include
+#include
#include
nouveau was a bit tricky, it has no support for interrupts on
---
diff --git a/drivers/gpu/drm/nouveau/nouveau_fence.c
b/drivers/gpu/drm/nouveau/nouveau_fence.c
index be31499..78714e4 100644
--- a/drivers/gpu/drm/nouveau/nouveau_fence.c
+++ b/drivers/gpu/drm/nouveau/nouveau_fence.c
@@ -35,88 +35
Hi,
I have a Hauppauge WinTV MiniStick that wouldn't work anymore with
recent linux kernels. Right now I'm running kernel version 3.10.6 in
Arch Linux. Plugging the device results in
usb 1-1.5.1: new high-speed USB device number 9 using ehci-pci
smscore_load_firmware_family2: line: 986: sending
M
On 08/18/2013 10:00 PM, Sylwester Nawrocki wrote:
> Include the v4l2-dv-timings.h header file which in the s5p-tv driver which
> was supposed to be updated in commit 2576415846bcbad3c0a6885fc44f95083710
> "[media] v4l2: move dv-timings related code to v4l2-dv-timings.c"
>
> This fixes following bu
70 matches
Mail list logo