Hi Guennadi,
Vladimir Barinov wrote:
Hi Guennadi,
Guennadi Liakhovetski wrote:
Hi Sergei
On Sat, 22 Jun 2013, Sergei Shtylyov wrote:
From: Vladimir Barinov
Add Renesas R-Car VIN (Video In) V4L2 driver.
Based on the patch by Phil Edworthy .
Signed-off-by: Vladimir Barinov
[Sergei: rem
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 Jun 28 19:00:18 CEST 2013
git branch: test
git hash: 188af63c0af2d7ef395bc94e3efa173f34dae03d
gcc versi
Em Fri, 28 Jun 2013 10:55:15 -0300
Mauro Carvalho Chehab escreveu:
> > This patch
> >
> > http://git.linuxtv.org/gliakhovetski/v4l-dvb.git/commitdiff/a92d0222c693db29a5d00eaedcdebf748789c38e
> >
> > has been pushed 3 days ago:
> >
> > https://patchwork.linuxtv.org/patch/19090/
>
> As, accordi
Hello.
On 06/28/2013 03:58 AM, Vladimir Barinov wrote:
From: Vladimir Barinov
Add Renesas R-Car VIN (Video In) V4L2 driver.
Based on the patch by Phil Edworthy .
Signed-off-by: Vladimir Barinov
[Sergei: removed deprecated IRQF_DISABLED flag, reordered/renamed
'enum chip_id'
values, r
Em Fri, 28 Jun 2013 16:15:29 +0200
Hans Verkuil escreveu:
> > > > I prefer to keep this part of videodev, at least for now: I think there
> > > > will
> > > > be a fairly quick uptake of this API internally, certainly for subdevs.
> > > > Note
> > > > BTW that even x86 kernels come with CONFIG_
On Thu, Jun 27, 2013 at 11:00 PM, Carl-Fredrik Sundstrom
wrote:
>
> I am able to detect two lgdt3304 one on each i2c bus now. As you suspected I
> had to set GPIO pin 17 for them to come alive.
>
> Now to my next question, how do I attach two front ends I have two lgdt3304
> and two TDA18271HD/C2
The following changes since commit ee17608d6aa04a86e253a9130d6c6d00892f132b:
[media] imx074: support asynchronous probing (2013-06-21 16:36:15 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-v3.11
for you to fetch changes up to a2bdc80ec11aa569b5
Hi Arun,
As promised, here is my review.
I have been thinking a bit more about whether or not a VPX control class
should be added, and in my opinion it shouldn't. These controls should be
part of the MPEG control class, as the VPX encoder shares a lot of general
encoding parameters, just like h26
The following changes since commit 53f501a96b81cedb8449153fd2afd533eeac3172:
Merge branch 'v4l_for_linus' into patchwork (2013-06-25 15:30:23 +0200)
are available in the git repository at:
git://git.linuxtv.org/kdebski/media.git master
for you to fetch changes up to f4603fe949a1e4ec61f4900
On Fri June 28 2013 15:55:15 Mauro Carvalho Chehab wrote:
> Em Fri, 28 Jun 2013 15:24:20 +0200 (CEST)
> Guennadi Liakhovetski escreveu:
>
> > Hi Hans, Mauro
> >
> > On Fri, 28 Jun 2013, Hans Verkuil wrote:
> >
> > > On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote:
> > > > Em Fri, 28 Ju
On 12:35 Fri 28 Jun , Felipe Balbi wrote:
> On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote:
> > Use the generic PHY API instead of the platform callback to control
> > the DP PHY. The 'phy_label' field is added to the platform data
> > structure to allow PHY lookup on non-dt platfor
Em Fri, 28 Jun 2013 15:24:20 +0200 (CEST)
Guennadi Liakhovetski escreveu:
> Hi Hans, Mauro
>
> On Fri, 28 Jun 2013, Hans Verkuil wrote:
>
> > On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote:
> > > Em Fri, 28 Jun 2013 13:18:44 +0200
> > > Hans Verkuil escreveu:
> > >
> > > > On Fri Ju
Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM
DPHYs so we can remove now unused code at arch/arm/plat-samsung.
In case there is any board file for S5PV210 platforms using MIPI
CSIS/DSIM (not any upstream currently) it should use the generic
PHY API to bind the PHYs to respectiv
Use the generic PHY API instead of the platform callback to control
the MIPI CSIS DPHY. The 'phy_label' field is added to the platform
data structure to allow PHY lookup on non-dt platforms
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felipe Balbi
Acked-by: Mauro Car
Use the generic PHY API instead of the platform callback to control
the MIPI DSIM DPHY. The 'phy_label' field is added to the platform
data structure to allow PHY lookup on non-dt platforms.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felipe Balbi
Acked-by: Donghwa
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2
receiver and MIPI DSI transmitter DPHYs.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felipe Balbi
---
Changes since v3:
- replaced spin_(un)lock_irq_{save,restore} with spin_{lock,unlock}.
- DT bi
Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felipe Balbi
---
arch/arm/boot/dts/exynos4.dtsi | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/
This patch series adds a simple driver for the Samsung S5P/Exynos SoC
series MIPI CSI-2 receiver (MIPI CSIS) and MIPI DSI transmitter (MIPI
DSIM) DPHYs, using the generic PHY framework [1]. Previously the MIPI
CSIS and MIPI DSIM used a platform callback to control the PHY power
enable and reset bit
Hi Hans, Mauro
On Fri, 28 Jun 2013, Hans Verkuil wrote:
> On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote:
> > Em Fri, 28 Jun 2013 13:18:44 +0200
> > Hans Verkuil escreveu:
> >
> > > On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote:
> > > > Em Fri, 28 Jun 2013 10:24:15 +0200
>
On Tue June 25 2013 12:57:13 Arun Kumar K wrote:
> From: Sylwester Nawrocki
>
> The patch modifies the helper function v4l2_ctrl_new_std_menu
> to accept integer menu controls with standard menu items.
>
> Signed-off-by: Sylwester Nawrocki
> Signed-off-by: Arun Kumar K
After fixing the very m
On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote:
> Em Fri, 28 Jun 2013 13:18:44 +0200
> Hans Verkuil escreveu:
>
> > On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote:
> > > Em Fri, 28 Jun 2013 10:24:15 +0200
> > > Hans Verkuil escreveu:
> > >
> > > > This fixes a dependency pro
Em Fri, 28 Jun 2013 13:18:44 +0200
Hans Verkuil escreveu:
> On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote:
> > Em Fri, 28 Jun 2013 10:24:15 +0200
> > Hans Verkuil escreveu:
> >
> > > This fixes a dependency problem as found by Randy Dunlap:
> > >
> > > https://lkml.org/lkml/2013/6/2
From: Hans Verkuil
This patch adds core support for matrices: querying, getting and setting.
Two initial matrix types are defined for motion detection (defining regions
and thresholds).
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-dev.c | 3 ++
drivers/media/v4l2-core/v4l2-
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 117 +
drivers/staging/media/solo6x10/solo6x10.h | 9 +-
2 files changed, 74 insertions(+), 52 deletions(-)
diff --git a/drivers/staging/media/solo6x10/solo6x1
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 55 +++
1 file changed, 55 insertions(+)
diff --git a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c
b/drivers/media/v4l2-core/v4l2-compat-ioctl32.c
index 8f7a6a4..64155b1
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 102 ++---
drivers/staging/media/solo6x10/solo6x10.h | 10 +-
2 files changed, 89 insertions(+), 23 deletions(-)
diff --git a/drivers/staging/media/solo6x10/solo6x1
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
include/uapi/linux/videodev2.h | 17 +
1 file changed, 17 insertions(+)
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 5cbe815..f926209 100644
--- a/include/uapi/linux/videodev2.h
+++ b/inclu
This patch series adds support for matrices and motion detection and
converts the solo6x10 driver to use these new APIs.
See the RFCv2 for details on the motion detection API:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg62085.html
And this RFC for details on the matrix API (which
Hi,
On 06/28/2013 12:27 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 12:35 Fri 28 Jun , Felipe Balbi wrote:
>> > On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote:
>>> > > Use the generic PHY API instead of the platform callback to control
>>> > > the DP PHY. The 'phy_label' field
On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote:
> Em Fri, 28 Jun 2013 10:24:15 +0200
> Hans Verkuil escreveu:
>
> > This fixes a dependency problem as found by Randy Dunlap:
> >
> > https://lkml.org/lkml/2013/6/27/501
> >
> > Mauro, is there any reason for any V4L2 driver to depend on
Em Fri, 28 Jun 2013 10:24:15 +0200
Hans Verkuil escreveu:
> This fixes a dependency problem as found by Randy Dunlap:
>
> https://lkml.org/lkml/2013/6/27/501
>
> Mauro, is there any reason for any V4L2 driver to depend on VIDEO_DEV instead
> of
> just VIDEO_V4L2?
>
> Some drivers depend on VI
On 06/28/2013 10:17 AM, Hui Wang wrote:
> On 06/26/2013 11:02 PM, Sylwester Nawrocki wrote:
>> Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2
>> receiver and MIPI DSI transmitter DPHYs.
>>
>> Signed-off-by: Sylwester Nawrocki
>> Signed-off-by: Kyungmin Park
>> ---
>> Changes
Hi,
On 06/28/2013 11:31 AM, Kishon Vijay Abraham I wrote:
>> diff --git
>> a/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt
>> b/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt
>> new file mode 100644
>> index 000..8b6fa79
>> --- /dev/null
This patch fixes following error:
include/media/v4l2-ctrls.h:193:15: error: field ‘_lock’ has incomplete type
include/media/v4l2-ctrls.h: In function ‘v4l2_ctrl_lock’:
include/media/v4l2-ctrls.h:570:2: error: implicit declaration of
function ‘mutex_lock’ [-Werror=implicit-function-declarat
On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote:
> Use the generic PHY API instead of the platform callback to control
> the DP PHY. The 'phy_label' field is added to the platform data
> structure to allow PHY lookup on non-dt platforms.
>
> Signed-off-by: Jingoo Han
> ---
> .../devic
Fixes the last three errors of media_api DocBook validatation:
# make DOCBOOKS=media_api.xml XMLTOFLAGS='-m
Documentation/DocBook/stylesheet.xsl' htmldocs
(...)
media_api.xml:414: element imagedata: validity error : Value "SVG" for
attribute format of imagedata is not among the enumerated set
med
On Fri, Jun 28, 2013 at 04:16:44PM +0900, Jingoo Han wrote:
> Add PHY provider node for the DP PHY.
>
> Signed-off-by: Jingoo Han
> ---
> arch/arm/boot/dts/exynos5250.dtsi | 13 -
> 1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
On Fri, Jun 28, 2013 at 04:15:32PM +0900, Jingoo Han wrote:
> Add a PHY provider driver for the Samsung Exynos SoC DP PHY.
>
> Signed-off-by: Jingoo Han
Now that you fixed Kishon's concerns, this looks pretty good:
Acked-by: Felipe Balbi
--
balbi
signature.asc
Description: Digital signatur
Hi,
On Friday 28 June 2013 10:52 AM, Jingoo Han wrote:
Add a PHY provider driver for the Samsung Exynos SoC DP PHY.
Signed-off-by: Jingoo Han
---
.../phy/samsung,exynos5250-dp-video-phy.txt|7 ++
drivers/phy/Kconfig|8 ++
drivers/phy/Makefile
Hi,
On Friday 28 June 2013 11:34 AM, Jingoo Han wrote:
On Friday, June 28, 2013 2:58 PM, Kishon Vijay Abraham I wrote:
Hi,
On Friday 28 June 2013 10:54 AM, Jingoo Han wrote:
Use the generic PHY API instead of the platform callback to control
the DP PHY. The 'phy_label' field is added to the
This fixes a dependency problem as found by Randy Dunlap:
https://lkml.org/lkml/2013/6/27/501
Mauro, is there any reason for any V4L2 driver to depend on VIDEO_DEV instead of
just VIDEO_V4L2?
Some drivers depend on VIDEO_DEV, some on VIDEO_V4L2, some on both. It's all
pretty chaotic.
Regards,
The card type is GeoVision GV800 which is made up of 1 master and 3 slave
controllers, using BT878 capture chips.
02:00.0 Multimedia video controller: Brooktree Corporation Bt878 Video
Capture (rev 11)
02:00.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture
(rev 11)
02:04.0 Mu
On 06/26/2013 11:02 PM, Sylwester Nawrocki wrote:
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2
receiver and MIPI DSI transmitter DPHYs.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
Changes since v2:
- adapted to the generic PHY API v9: use phy_set
Hi Sylwester,
Thanks for the thorough review.
On 06/27/2013 05:57 PM, Sylwester Nawrocki wrote:
> Hi Andrzej,
>
> On 06/05/2013 01:44 PM, 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 subd
Use the generic PHY API instead of the platform callback to control
the DP PHY. The 'phy_label' field is added to the platform data
structure to allow PHY lookup on non-dt platforms.
Signed-off-by: Jingoo Han
---
.../devicetree/bindings/video/exynos_dp.txt| 17 ---
drivers/video/exynos
Add PHY provider node for the DP PHY.
Signed-off-by: Jingoo Han
---
arch/arm/boot/dts/exynos5250.dtsi | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5250.dtsi
b/arch/arm/boot/dts/exynos5250.dtsi
index 41cd625..f7bac75 100644
--- a/arc
Add a PHY provider driver for the Samsung Exynos SoC DP PHY.
Signed-off-by: Jingoo Han
---
.../phy/samsung,exynos5250-dp-video-phy.txt|7 ++
drivers/phy/Kconfig|8 ++
drivers/phy/Makefile |3 +-
drivers/phy/phy-exy
This patch series adds a simple driver for the Samsung Exynos SoC
series DP transmitter PHY, using the generic PHY framework [1].
Previously the DP PHY used a platform callback or internal DT node
to control the PHY power enable bit.
The platform callback and internal DT node can be dropped and thi
48 matches
Mail list logo