You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
M
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
the MAINTAINERS file
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
MAINTAINERS | 7 +
drivers/media/Kconfig | 1 +
drivers/media/Makefile| 2
Describe new needed constants defined by SDI format.
Signed-off-by: Charles-Antoine Couret
---
Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 +-
.../media/uapi/v4l/vidioc-g-dv-timings.rst | 15 +++
2 files changed, 39 insertions(+), 7 deletions
SMPTE-125M timings to be compliant to standard
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
drivers/media/Kconfig | 1 +
drivers/media/Makefile| 2 +-
drivers/media/spi
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
Le 12/08/2016 à 15:17, Hans Verkuil a écrit :
> On 08/04/2016 05:39 PM, Charles-Antoine Couret wrote:
>
> A commit log is missing here.
Yeah I will fix that.
>> diff --git a/Documentation/media/uapi/v4l/vidioc-g-dv-timings.rst
>> b/Documentation/media/uapi/v4l/vidioc-g-dv
SMPTE-125M timings to be compliant to standard
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
drivers/media/Kconfig | 1 +
drivers/media/Makefile| 2 +-
drivers/media/spi
es, your're right about this.
In SMPTE 125M (I like this standard :D), some "frontporchs" or similar values
are available.
So, I can precise that in the documentation and fix SMPTE 125M definition to
take this into account.
Thank you very much.
Regards,
Charles-Antoine
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
Signed-off-by: Charles-Antoine Couret
---
Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 +-
.../media/uapi/v4l/vidioc-g-dv-timings.rst | 16 +++
2 files changed, 40 insertions(+), 7 deletions(-)
diff --git a/Documentation/media/uapi/v4l/vidioc
Signed-off-by: Charles-Antoine Couret
---
Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 +-
.../media/uapi/v4l/vidioc-g-dv-timings.rst | 15 +++
2 files changed, 39 insertions(+), 7 deletions(-)
diff --git a/Documentation/media/uapi/v4l/vidioc
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 8
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
V4L2_DV_FIRST_FIELD_EXTRA_LINE to
V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE
* change V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE value and comments
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
Charles-Antoine Couret (2):
SDI
Adding others generic flags, which could be used by many
components like GS1662.
Signed-off-by: Charles-Antoine Couret
---
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++
include/uapi/linux/v4l2-dv-timings.h | 12
include/uapi/linux/videodev2.h| 5
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a component which supports HD and SD CEA or SDI formats
to SDI output. It's configured through SPI bus.
GS1662 driver is implemented as v4l2 subdev.
Signed-off-by: Charles-Antoine Couret
---
dri
* additional comments
* timings->pad checking
* fix configuration dependencies
Charles-Antoine Couret (2):
SDI: add flag for SDI formats and SMPTE 125M definition
Add GS1662 driver, a video serializer
drivers/media/Kconfig | 1 +
drivers/me
>From c6b157259081bd40d881a5c642dd1a4a07195ca5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 15 Jul 2016 15:04:57 +0200
Subject: [PATCH 1/2] SDI: add flag for SDI formats and SMPTE 125M definition
Adding others generic flags, which could be used by many
components like GS1
>From c6b157259081bd40d881a5c642dd1a4a07195ca5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 15 Jul 2016 15:04:57 +0200
Subject: [PATCH 1/2] SDI: add flag for SDI formats and SMPTE 125M definition
Adding others generic flags, which could be used by many
components like GS1
>From 111c02ef44dc1588891b40337fb0669fa586ec50 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 15 Jul 2016 15:06:43 +0200
Subject: [PATCH 2/2] Add GS1662 driver, a video serializer
You can read datasheet here:
http://www.c-dis.net/media/871/GS1662_Datasheet.pdf
It's a c
neric functions about
timings in the V4L2 API...
It was a RFC based on my difficulties to write a driver for GS1662. Maybe
others components or elements have other issues and need a different solution.
Thanks in advance.
Regards,
Charles-Antoine Couret
--
To unsubscribe from this list: send the
ts around that. I will configure like your suggestion.
> BTW, you also need to implement the g_input_status video op. I just realized
> that
> that is missing. It is used to fill in the status field when calling
> VIDIOC_ENUMINPUTS.
Ok, I will add that. Thanks.
> Remember that today ther
Le 04/05/2016 à 13:41, Hans Verkuil a écrit :
> Hi Charles-Antoine,
Hi,
> On 04/28/2016 04:10 PM, Charles-Antoine Couret wrote:
>> But this component family support CEA standards and other
>> (SMPTE XXXM in fact). V4L2 seems oriented to manage CEA or
>> VGA formats. So,
seems deprecated. But for this
component, it should be the right way to reset in auto-detection mode
instead of "timings forced by user".
Thank you in advance for your comments.
Regards.
Charles-Antoine Couret
>From a1bc59b8b18dc75bbf3a70483f57d4ccd190b5f9 Mon Sep 17 00:00:00 2001
Fro
ts to validate all behaviours.
Thanks.
Charles-Antoine Couret
--
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.org/majordomo-info.html
Le 01/04/2016 21:11, Jean-Michel Hautbois a écrit :
> Hi Charles-Antoine,
Hi,
> FIrst of all, we, on the ML, do prefer reading patches as sent by git
> send-email tool.
Ok, I will configure that.
> Next, you should add a complete description to your commit. Just
> having an object and a signed-o
>From 65b48bf1c77801c210bf93c07bc7f513efdbcbb5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 1 Apr 2016 17:19:26 +0200
Subject: [PATCH] Add GS1662 driver (a SPI video serializer)
Signed-off-by: Charles-Antoine Couret
---
drivers/media/Kconfig | 1 +
drivers/me
>From 65b48bf1c77801c210bf93c07bc7f513efdbcbb5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 1 Apr 2016 17:19:26 +0200
Subject: [PATCH] Add GS1662 driver (a SPI video serializer)
Signed-off-by: Charles-Antoine Couret
---
drivers/media/Kconfig | 1 +
drivers/me
>From 65b48bf1c77801c210bf93c07bc7f513efdbcbb5 Mon Sep 17 00:00:00 2001
From: Charles-Antoine Couret
Date: Fri, 1 Apr 2016 17:19:26 +0200
Subject: [PATCH] Add GS1662 driver (a SPI video serializer)
Signed-off-by: Charles-Antoine Couret
---
drivers/media/Kconfig | 1 +
drivers/me
32 matches
Mail list logo