Adding Andrey Utkin, and I'll be using my personal email address from
now on.
Signed-off-by: Ismael Luceno
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0ff630d..b4ba217 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8682,7
On Sat, 15 Nov 2014 21:42:05 +0100
khal...@piap.pl (Krzysztof Hałasa) wrote:
> Andrey Utkin writes:
>
> > In upstream there's no more module parameter for video standard
> > (NTSC/PAL). But there's VIDIOC_S_STD handling procedure. But it
> > turns out not to work correctly: the frame is offset, s
On Tue, 11 Nov 2014 19:05:37 +0100
Hans Verkuil wrote:
> On 11/11/2014 06:46 PM, Andrey Utkin wrote:
> > At Bluecherry, we have issues with servers which have 3 solo6110
> > cards (and cards have up to 16 analog video cameras connected to
> > them, and being actively read).
> > This is a kernel wh
On Fri, 14 Nov 2014 13:35:06 +0100
khal...@piap.pl (Krzysztof Hałasa) wrote:
> The IRQs have to be acknowledged before they are serviced, otherwise
> some events may be skipped. Also, acknowledging IRQs just before
> returning from the handler doesn't leave enough time for the device
> to deassert
On Mon, 17 Nov 2014 20:59:23 +0400
Andrey Utkin wrote:
> Signed-off-by: Andrey Utkin
> ---
> MAINTAINERS | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bb38f02..f5cef1b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8787,7 +87
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 Nov 27 04:00:16 CET 2014
git branch: test
git hash: 504febc3f98c87a8bebd8f2f274f32c0724131e4
gcc versio
Hi, Guennadi
On 11/26/2014 6:23 AM, Guennadi Liakhovetski wrote:
Hi Josh,
On Tue, 25 Nov 2014, Josh Wu wrote:
Add SVGA, UXGA and XGA size definitions to v4l2-image-sizes.h.
The definitions are sorted by alphabet order.
Signed-off-by: Josh Wu
Thanks for your patches. I'm ok with these two,
SVGA height should be 600 not 680.
Reported-by: Sylwester Nawrocki
Signed-off-by: Josh Wu
---
Hi, Mauro
There a typo in my previous patch, so this patch is the fix for that.
Sorry for the incovenience.
Best Regards,
Josh Wu
include/media/v4l2-image-sizes.h | 2 +-
1 file changed, 1 insertion
Regardless of a number of inputs, we should always enable virtual RPF
when BRU is used. This allows the case when there's only one input to
BRU, and a size of the input is smaller than a size of an output of BRU.
Signed-off-by: Takanari Hayama
---
drivers/media/platform/vsp1/vsp1_wpf.c | 11
Source address of VSP1 RPF needs to be reset whenever crop offsets are
recalculated.
This correctly reflects a crop setting even VIDIOC_QBUF is called
before VIDIOIC_STREAMON is called.
Signed-off-by: Takanari Hayama
---
drivers/media/platform/vsp1/vsp1_rpf.c | 15 +++
drivers/medi
Hi,
I've updated patches to reflect comments from Geert and Sergei.
Hope this version could be given a go.
Takanari Hayama (2):
v4l: vsp1: Reset VSP1 RPF source address
v4l: vsp1: Always enable virtual RPF when BRU is in use
drivers/media/platform/vsp1/vsp1_rpf.c | 15 +++
driv
Hi Sergei,
On 11/26/14, 9:55 PM, Sergei Shtylyov wrote:
> Hello.
>
> On 11/26/2014 9:19 AM, Takanari Hayama wrote:
>
>> Regardless of a number of inputs, we should always enable virtual RPF
>> when BRU is used. This allows the case when there's only one input to
>> BRU, and a size of the input i
--
Huomiota!!!
Oletko tarvitsevat pikaisesti lainan? henkilökohtaisia lainoja,
yritysten lainoja, asuntolainojen. Jos ystävällisesti täyttäkää
seuraavat tiedot alla ja tarjoamme 3 prosentin vauhdilla niin, että
voimme jatkaa lainan määrästä välittömästi.
Koko nimi:
Tarvitaan lainan määrä:
Hi Geert,
On 11/26/14, 5:59 PM, Geert Uytterhoeven wrote:
> Hi Hayama-san,
>
> On Wed, Nov 26, 2014 at 7:19 AM, Takanari Hayama wrote:
>> @@ -179,6 +190,10 @@ static void rpf_vdev_queue(struct vsp1_video *video,
>>struct vsp1_video_buffer *buf)
>> {
>> struct
On Wed, Nov 26, 2014 at 08:05:55AM -0800, Joe Perches wrote:
> On Wed, 2014-11-26 at 15:42 +, Luis de Bethencourt wrote:
> > On 26 November 2014 at 01:49, Joe Perches wrote:
> []
> > > There is a script I posted a while back that
> > > groups various checkpatch "types" together and
> > > makes
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
Hi Laurent,
Thanks for the review.
On Wed, Nov 26, 2014 at 10:59 PM, Laurent Pinchart
wrote:
> Hi Prabhakar,
>
> Thank you for the patch.
>
> On Wednesday 26 November 2014 22:42:34 Lad, Prabhakar wrote:
>> This patch drops driver specific wait_prepare() and
>> wait_finish() callbacks from vb2_op
Hi Prabhakar,
Thank you for the patch.
On Wednesday 26 November 2014 22:42:34 Lad, Prabhakar wrote:
> This patch drops driver specific wait_prepare() and
> wait_finish() callbacks from vb2_ops and instead uses
> the the helpers vb2_ops_wait_prepare/finish() provided
> by the vb2 core, the lock me
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
Hi All,
This patch set uses the vb2 ops helpers for wait_prepare and
wait_finish callbacks for drivers which using vb2 helpers.
This patchset is compile tested only.
Changes for v2:
a: Included proper commit message.
b: included Ack.
Lad, Prabhakar (11):
media: s3c-camif: use vb2_ops_wait_prep
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
This patch adds support in the capture driver for using
vb2_ops_wait_prepare/finish() helpers provided by the
vb2 core.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/davinci/vpif_capture.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/platform/davinci/vpif_captu
This patch drops driver specific wait_prepare() and
wait_finish() callbacks from vb2_ops and instead uses
the the helpers vb2_ops_wait_prepare/finish() provided
by the vb2 core, the lock member of the queue needs
to be initalized to a mutex so that vb2 helpers
vb2_ops_wait_prepare/finish() can make
Signed-off-by: Benjamin Larsson
---
drivers/staging/media/mn88472/mn88472.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/media/mn88472/mn88472.c
b/drivers/staging/media/mn88472/mn88472.c
index f648b58..36ef39b 100644
--- a/drivers/staging/media/mn88472/mn88472.c
+++ b/dr
Add xtal as a configuration parameter so it can be used
in the IF register value calculation.
Signed-off-by: Benjamin Larsson
---
drivers/media/dvb-frontends/mn88472.h| 6 ++
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 1 +
drivers/staging/media/mn88472/mn88472.c | 23 +
Hi,
On Tue, Nov 25, 2014 at 09:29:21AM +0100, Hans de Goede wrote:
> Hi,
>
> On 11/24/2014 11:03 PM, Maxime Ripard wrote:
> >On Fri, Nov 21, 2014 at 10:13:10AM +0100, Hans de Goede wrote:
> >>Hi,
> >>
> >>On 11/21/2014 09:49 AM, Maxime Ripard wrote:
> >>>Hi,
> >>>
> >>>On Thu, Nov 20, 2014 at 04:
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:51:03 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Add support for importing dmabuf to videobuf2-dma-sg.
>
> Signed-off-by: Hans Verkuil
> Acked-by: Pawel Osciak
> ---
> drivers/media/v4l2-core/videobuf2-dma-sg.c | 149 +++
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:51:06 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Now that vb2 supports DMABUF export for dma-sg and vmalloc memory
> modes, we can enable the vb2_expbuf support in vivid.
>
> Signed-off-by: Hans Verkuil
> Reviewed-by: Pawel Os
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:51:07 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> Reviewed-by: Pawel Osciak
Acked-by: Laurent Pinchart
> ---
> drivers/media/platform/vim2m.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff -
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:51:02 Hans Verkuil wrote:
> From: Hans Verkuil
>
> This moves dma_(un)map_sg to the get_userptr/put_userptr and alloc/put
> memops of videobuf2-dma-sg.c and adds dma_sync_sg_for_device/cpu to the
> prepare/finish memops.
>
> Now
On Sun, Nov 23, 2014 at 02:38:07PM +0100, Hans de Goede wrote:
> Before this commit sunxi_factors_register uses of_iomap(node, 0) to get
> the clk registers. The sun6i prcm has factor clocks, for which we want to
> use sunxi_factors_register, but of_iomap(node, 0) does not work for the prcm
> facto
From: Philipp Zabel
This patch adds new compatibles using the new Chips&Media vendor
prefix "cnm" and CODA model name as well as a Freescale specific
compatible value for i.MX6DL/S.
The latter is because for some reason the i.MX6DL/S firmware
provided by Freescale differs from the i.MX6Q/D versio
From: Philipp Zabel
This patch documents named interrupt bindings for the CODA
video processing units.
Signed-off-by: Philipp Zabel
Signed-off-by: Fabio Estevam
---
Documentation/devicetree/bindings/media/coda.txt | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/Do
Hi Fengguang
On Wed, 2014-11-26 at 11:30 -0800, Fengguang Wu wrote:
> On Wed, Nov 26, 2014 at 08:50:41AM +0100, Paul Bolle wrote:
> > Hi Fengguang,
> >
> > On Wed, 2014-11-26 at 09:34 +0800, kbuild test robot wrote:
> > > tree: git://linuxtv.org/media_tree.git master
> > > head: 504febc3f98c8
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:51:01 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Require that dma-sg also uses an allocation context. This is in preparation
> for adding prepare/finish memops to sync the memory between DMA and CPU.
I think this has been raise
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:51:00 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Don't try to free a pointer containing an ERR_PTR().
Wouldn't it be easier to return NULL from vb2_dma_contig_alloc_ctx() instead
of an ERR_PTR ?
> Signed-off-by: Hans Verkuil
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:50:59 Hans Verkuil wrote:
> From: Hans Verkuil
>
> This is needed for the next patch where the dma-sg alloc memop needs
> to know the dma_dir.
>
> Signed-off-by: Hans Verkuil
> Acked-by: Pawel Osciak
Acked-by: Laurent Pinchart
Hi Hans,
Thank you for the patch.
On Tuesday 18 November 2014 13:50:58 Hans Verkuil wrote:
> From: Hans Verkuil
>
> The 'write' argument is very ambiguous. I first assumed that if it is 1,
> then we're doing video output but instead it meant the reverse.
>
> Since it is used to setup the dma_d
Hi Hans,
Thank you for the patch.
On Sunday 23 November 2014 20:01:22 Pawel Osciak wrote:
> On Tue, Nov 18, 2014 at 9:50 PM, Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Document that drivers can access/modify the buffer contents in buf_prepare
> > and buf_finish. That was not clearly st
Hi Paul,
On Wed, Nov 26, 2014 at 08:50:41AM +0100, Paul Bolle wrote:
> Hi Fengguang,
>
> On Wed, 2014-11-26 at 09:34 +0800, kbuild test robot wrote:
> > tree: git://linuxtv.org/media_tree.git master
> > head: 504febc3f98c87a8bebd8f2f274f32c0724131e4
> > commit: 6b213e81ddf8b265383c9a1a1884432
On 11/26/2014 02:35 PM, Nibble Max wrote:
Signed-off-by: Nibble Max
Reviewed-by: Antti Palosaari
regards
Antti
--
http://palosaari.fi/
--
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
On 11/26/2014 02:35 PM, Nibble Max wrote:
Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb.
They are supported by dvb-usb-dvbsky driver in PATCH 3/3.
Signed-off-by: Nibble Max
Reviewed-by: Antti Palosaari
regards
Antti
--
http://palosaari.fi/
--
To unsubscribe from this list: se
On 11/26/2014 02:34 PM, Nibble Max wrote:
DVBSky T330 dvb-t2/t/c usb stick:
1>dvb frontend: SI2157A30(tuner), SI2168B40(demod)
2>usb controller: CY7C68013A
Signed-off-by: Nibble Max
Reviewed-by: Antti Palosaari
regards
Antti
--
http://palosaari.fi/
--
To unsubscribe from this list: send th
Hi Philipp,
Thanks for answering.
2014-11-26 17:55 GMT+01:00 Philipp Zabel :
> Hi Jean-Michel,
>
> Am Mittwoch, den 26.11.2014, 14:33 +0100 schrieb Jean-Michel Hautbois:
>> Hi,
>>
>> We are writing a gstreamer plugin to support CODA960 encoder on i.MX6,
>> and it is not working so now trying to u
On Wed, 26 Nov 2014, Nibble Max wrote:
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb-v2/dvbsky.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c
b/drivers/media/usb/dvb-usb-v2/dvbsky.c
Hi Max,
I tested your patch with Technotrend CT
Reviewed-by: Olli Salonen
On Wed, 26 Nov 2014, Nibble Max wrote:
Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb.
They are supported by dvb-usb-dvbsky driver in PATCH 3/3.
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb/Kconfig | 1 -
drivers/media/usb/dvb-usb/cxusb.c |
Reviewed-by: Olli Salonen
On Wed, 26 Nov 2014, Nibble Max wrote:
DVBSky T330 dvb-t2/t/c usb stick:
1>dvb frontend: SI2157A30(tuner), SI2168B40(demod)
2>usb controller: CY7C68013A
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb-v2/dvbsky.c | 88 +++
1 fi
Dear Sir
Did your website get hit by Google Penguin update on October 17th 2014? What
basically is Google Penguin Update? It is actually a code name for Google
algorithm which aims at decreasing your websites search engine rankings that
violate Googles guidelines by using black hat SEO techniq
Hi Jean-Michel,
Am Mittwoch, den 26.11.2014, 14:33 +0100 schrieb Jean-Michel Hautbois:
> Hi,
>
> We are writing a gstreamer plugin to support CODA960 encoder on i.MX6,
> and it is not working so now trying to use v4l2-ctl for the moment.
> As I am asking about encoder, is there a way to make it s
tree: git://linuxtv.org/media_tree.git master
head: 504febc3f98c87a8bebd8f2f274f32c0724131e4
commit: 6b213e81ddf8b265383c9a1a1884432df88f701e [7661/7664] [media] omap: Fix
typo "HAS_MMU"
config: mips-allmodconfig (attached as .config)
reproduce:
wget
https://git.kernel.org/cgit/linux/kernel
On Wed, 2014-11-26 at 15:42 +, Luis de Bethencourt wrote:
> On 26 November 2014 at 01:49, Joe Perches wrote:
[]
> > There is a script I posted a while back that
> > groups various checkpatch "types" together and
> > makes it a bit easier to do cleanup style
> > patches.
> >
> > https://lkml.or
As reported by smatch:
drivers/media/tuners/tda18271-common.c:176 tda18271_read_extended()
warn: if statement not indented
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/tuners/tda18271-common.c
b/drivers/media/tuners/tda18271-common.c
index 86e5e3110118..6118203543ea
On Wed, Nov 26, 2014 at 4:04 PM, Mauro Carvalho Chehab
wrote:
> Em Tue, 18 Nov 2014 21:22:34 +0100
> Beniamino Galvani escreveu:
>
>> Amlogic Meson SoCs include a infrared remote control receiver that can
>> operate in two modes: "NEC" mode in which the hardware decodes frames
>> using the NEC IR
Em Tue, 18 Nov 2014 21:22:34 +0100
Beniamino Galvani escreveu:
> Amlogic Meson SoCs include a infrared remote control receiver that can
> operate in two modes: "NEC" mode in which the hardware decodes frames
> using the NEC IR protocol, and "general" mode in which the receiver
> simply reports th
Hi,
We are writing a gstreamer plugin to support CODA960 encoder on i.MX6,
and it is not working so now trying to use v4l2-ctl for the moment.
As I am asking about encoder, is there a way to make it support YUYV
as input or is the firmware not able to do it ? I could not find a
reference manual ab
Drivers that use dvb_attach can have just one exported symbol,
or they will cause compilation breakages depending on the
selected frontends.
As Jim reported:
drivers/built-in.o: In function `technisat_usb2_set_voltage':
technisat-usb2.c:(.text+0x3b4919): undefined reference to `stv090x_set_gpio'
m
Hello.
On 11/26/2014 9:19 AM, Takanari Hayama wrote:
Regardless of a number of inputs, we should always enable virtual RPF
when BRU is used. This allows the case when there's only one input to
BRU, and a size of the input is smaller than a size of an output of BRU.
Signed-off-by: Takanari Ha
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb-v2/dvbsky.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c
b/drivers/media/usb/dvb-usb-v2/dvbsky.c
index 86db800..9b5add4 100644
--- a/drivers/media/usb/dvb-usb-v2/dvbsky.c
+++ b/drivers/m
Remove TechnoTrend CT2-4400 and CT2-4650 devices from cxusb.
They are supported by dvb-usb-dvbsky driver in PATCH 3/3.
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb/Kconfig | 1 -
drivers/media/usb/dvb-usb/cxusb.c | 298 --
drivers/media/usb/dvb-us
DVBSky T330 dvb-t2/t/c usb stick:
1>dvb frontend: SI2157A30(tuner), SI2168B40(demod)
2>usb controller: CY7C68013A
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb-v2/dvbsky.c | 88 +++
1 file changed, 88 insertions(+)
diff --git a/drivers/media/usb/dvb-usb
Em Wed, 26 Nov 2014 08:50:41 +0100
Paul Bolle escreveu:
> Hi Fengguang,
>
> On Wed, 2014-11-26 at 09:34 +0800, kbuild test robot wrote:
> > tree: git://linuxtv.org/media_tree.git master
> > head: 504febc3f98c87a8bebd8f2f274f32c0724131e4
> > commit: 6b213e81ddf8b265383c9a1a1884432df88f701e [7
Em Wed, 26 Nov 2014 13:21:29 +0300
Барт Гопник escreveu:
> > Hi, guys!
> >
> > I have:
> > 1. 05e1:0408 USB ID STK1160 chip GM7113 (SAA7113 clone) video processor
> > device.
> > 2. Google Nexus 5 LG D821 Hammerhead smartphone.
> >
> > I need compile STK1160 driver for Android.
> >
> > EasyCap d
Hi Jacek,
On Tue, Nov 25, 2014 at 01:22:50PM +0100, Jacek Anaszewski wrote:
> Hi Sakari,
>
> On 11/25/2014 12:36 PM, Sakari Ailus wrote:
> >Hi Jacek,
> >
> >Thank you for the updated patchset.
> >
> >On Fri, Nov 21, 2014 at 05:14:30PM +0100, Jacek Anaszewski wrote:
> >>Add struct v4l2_subdev as a
> Hi, guys!
>
> I have:
> 1. 05e1:0408 USB ID STK1160 chip GM7113 (SAA7113 clone) video processor
> device.
> 2. Google Nexus 5 LG D821 Hammerhead smartphone.
>
> I need compile STK1160 driver for Android.
>
> EasyCap driver can be found in CyanogenMod (Android based OS) git
> (https://github.com/
Hi Hayama-san,
On Wed, Nov 26, 2014 at 7:19 AM, Takanari Hayama wrote:
> @@ -179,6 +190,10 @@ static void rpf_vdev_queue(struct vsp1_video *video,
>struct vsp1_video_buffer *buf)
> {
> struct vsp1_rwpf *rpf = container_of(video, struct vsp1_rwpf, video);
> +
Hi,
On 11/25/2014 05:57 PM, Lee Jones wrote:
On Sun, 23 Nov 2014, Hans de Goede wrote:
Add a driver for mod0 clocks found in the prcm. Currently there is only
one mod0 clocks in the prcm, the ir clock.
Signed-off-by: Hans de Goede
---
Documentation/devicetree/bindings/clock/sunxi.txt | 1
73 matches
Mail list logo