On Thu, Apr 03, 2014 at 11:32:06AM +0200, Jean Delvare wrote:
> VIDEO_TIMBERDALE selects TIMB_DMA which itself depends on
> MFD_TIMBERDALE, so VIDEO_TIMBERDALE should either select or depend on
> MFD_TIMBERDALE as well. I chose to make it depend on it because I
> think it makes more sense and it is
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: Wed Apr 16 04:00:12 CEST 2014
git branch: test
git hash: 30ece903f5470cf80971a5f2dc6924dd62d5d96c
gcc versi
On 15 April 2014 19:59, Tomasz Stanislawski wrote:
> On 04/15/2014 03:42 PM, Rahul Sharma wrote:
>> On 15 April 2014 18:41, Tomasz Stanislawski wrote:
>>> On 04/15/2014 11:42 AM, Rahul Sharma wrote:
Hi Tomasz,
On 15 April 2014 14:57, Tomasz Stanislawski
wrote:
> Adds sup
Guys,
I’m trying enable Siano SMS2270 ISDB-T tuner in development board with
Allwinner A20 SoC.
I recompiled kernel with modules I can load them but something seems wrong.
After insert USB Sms2270 dongle I only see:
Jan 1 00:15:20 awsom kernel: [ 922.645502] usb 1-1.4: new high-speed USB
de
On Tue, 15 Apr 2014, Laurent Pinchart wrote:
> Hi Thomas,
>
>
> Could you please send me a proper revert patch with the above description in
> the commit message and CC Mauro Carvalho Chehab ?
>
> --
> Regards,
>
> Laurent Pinchart
>
Hi Laurent,
I can submit a patch to revert but I sho
Hallo
Wenn ich diese Nachricht zu senden wollte, ist dies nicht einfach Zufall. Dies
ist, weil Ihre e-Mail vom elektronischen Roboter gesichert meine WX.7AR BW
ausgewählt wurde.
Zunächst möchte ich mich für dieses Eindringen in Ihr Leben zu entschuldigen,
obwohl ich zugeben, dass es mir sehr wi
- provide buffer without CRC to the table parsers
- remove unneeded defines
Signed-off-by: André Roth
---
lib/include/libdvbv5/descriptors.h | 3 +--
lib/libdvbv5/dvb-scan.c| 2 +-
lib/libdvbv5/tables/atsc_eit.c | 2 +-
lib/libdvbv5/tables/cat.c | 4 ++--
lib/libdvbv5/ta
On 15/04/14 19:44, Steve Cookson wrote:
[ 13.237914] cx23885: disagrees about version of symbol altera_init
[ 13.237917] cx23885: Unknown symbol altera_init (err -22)
Is it a regression issue?
https://github.com/ljalves/linux_media/issues/2#issuecomment-23365778
I'm on 3.11.0-18.
Regards
Hi Hans,
On 15/04/14 18:13, Hans Verkuil wrote:
You may have to do a 'depmod -a' here. Try that first.
I tried that. It worked fine. No more error messages from
make -C .. rmmod
>11tried to modprobe cx23885, but got "invalid agrgument"
Somewhat strange error message. Does 'dmesg' give
- renamed ./configure option --enable-libdvbv5 to --disable-libdvbv5
- thus libdvbv5 will be build shared by default
- cleanups in configure.ac
Signed-off-by: André Roth
---
configure.ac | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/configure.ac b
- fix initialization of dvb_table_initializers
- check return value of dvb_desc_parse
- allocate table inside the parser
- remove unneeded table_length argument
Signed-off-by: André Roth
---
lib/include/libdvbv5/atsc_eit.h| 2 +-
lib/include/libdvbv5/cat.h | 2 +-
lib/include/libdv
Signed-off-by: André Roth
---
lib/include/libdvbv5/dvb-scan.h | 26 ++
1 file changed, 26 insertions(+)
diff --git a/lib/include/libdvbv5/dvb-scan.h b/lib/include/libdvbv5/dvb-scan.h
index f0af9d7..8f0e553 100644
--- a/lib/include/libdvbv5/dvb-scan.h
+++ b/lib/include/lib
move the dvb table parsers from the descriptors/ directory
to tables/ to have a nice and clear separation.
Signed-off-by: André Roth
---
lib/libdvbv5/Makefile.am| 42 -
lib/libdvbv5/{descriptors => tables}/atsc_eit.c | 0
lib/libdvbv5/{descriptors
The usage of "simple-bus" was incorrect and the drivers now will also
work without it so remove it.
Signed-off-by: Sylwester Nawrocki
Acked-by: Kyungmin Park
---
arch/arm/boot/dts/exynos4.dtsi|2 +-
arch/arm/boot/dts/exynos4x12.dtsi |2 +-
2 files changed, 2 insertions(+), 2 deletio
This patch makes the driver instantiating its child devices itself,
rather than relying on an OS to instantiate devices as children
of "simple-bus". This removes an incorrect usage of "simple-bus"
compatible.
Signed-off-by: Sylwester Nawrocki
Acked-by: Kyungmin Park
---
This patch addresses Mark
All platforms supported by this driver are going to get device tree
support in this kernel release so remove code that would have been
actually not used any more.
Signed-off-by: Sylwester Nawrocki
Acked-by: Kyungmin Park
---
Documentation/video4linux/fimc.txt | 30 --
MAINTAIN
S5PV210 is going to get DT support, so we can remove the camera
bits from the only board using camera on S5PV210. This allows to
clean the exynos4-is driver by dropping code for non-dt platforms.
This patch can be dropped if a patch removing the whole board
file is applied first.
Signed-off-by: Sy
CONFIG_COMMON_CLK is not enabled on S5PV210 platform, so include
some clk API data structures conditionally to avoid compilation
errors. These #ifdefs will be removed for next kernel release,
when the S5PV210 platform moves to DT and the common clk API.
Signed-off-by: Sylwester Nawrocki
Acked-by:
This patch series removes support for non-dt platforms from the
Exynos4/S5P SoC camera interface drivers and removes (ab)use
of "simple-bus" compatible string.
Sylwester Nawrocki (5):
ARM: S5PV210: Remove camera support from mach-goni.c
exynos4-is: Fix compilation for !CONFIG_COMMON_CLK
exyn
On 15/04/14 18:13, Hans Verkuil wrote:
Somewhat strange error message. Does 'dmesg' give you any useful info?
I get this:
image@image-H61M-DS2:~$ dmesg | grep -i cx23885
[ 13.237914] cx23885: disagrees about version of symbol altera_init
[ 13.237917] cx23885: Unknown symbol altera_init (er
CONFIG_COMMON_CLK is not enabled on S5PV210 platform, so include
some clk API data structures conditionally to avoid compilation
errors. These #ifdefs will be removed for next kernel release,
when the S5PV210 platform moves to DT and the common clk API.
Signed-off-by: Sylwester Nawrocki
Acked-by:
On 04/15/2014 06:45 PM, Steve Cookson - IT wrote:
> Hi Hans,
> On 14/04/14 15:02, Hans Verkuil wrote:
>
> > I'd appreciate it if you can test this with a proper video feed.
>
> Well, I've been installing the patch today. I finished the compilation
> script and the card is not detected. Here
Hi Hans,
On 14/04/14 15:02, Hans Verkuil wrote:
> I'd appreciate it if you can test this with a proper video feed.
Well, I've been installing the patch today. I finished the compilation
script and the card is not detected. Here's what I did:
It's been a bit hard-going because my ISP has be
Hi Thomas,
On Monday 14 April 2014 21:07:12 Thomas Pugliese wrote:
> On Mon, 27 Jan 2014, Laurent Pinchart wrote:
> > On Monday 27 January 2014 09:54:58 Thomas Pugliese wrote:
> > > On Mon, 27 Jan 2014, Laurent Pinchart wrote:
> > > > On Friday 24 January 2014 15:17:28 Thomas Pugliese wrote:
> > >
On 04/15/2014 08:04 AM, Thomas Scheuermann wrote:
> Hi Laurent,
>
> On 11.04.2014 07:56, Thomas Scheuermann wrote:
>> Hi Laurent,
>>
>> On 07.04.2014 01:37, Laurent Pinchart wrote:
>>> Hi Thomas,
>>>
>>> On Friday 04 April 2014 20:01:33 Scheuermann, Mail wrote:
Hi Laurent,
I've done
On 04/15/2014 03:42 PM, Rahul Sharma wrote:
> On 15 April 2014 18:41, Tomasz Stanislawski wrote:
>> On 04/15/2014 11:42 AM, Rahul Sharma wrote:
>>> Hi Tomasz,
>>>
>>> On 15 April 2014 14:57, Tomasz Stanislawski
>>> wrote:
Adds support for limitation of maximal pixel clock of HDMI
signa
On Mon, 14 Apr 2014, Ezequiel Garcia wrote:
> On Apr 14, Alan Stern wrote:
> > On Mon, 14 Apr 2014, Ezequiel Garcia wrote:
> >
> > > Currently stk1160_read_reg() uses a stack-allocated char to get the
> > > read control value. This is wrong because usb_control_msg() requires
> > > a kmalloc-ed bu
On 15 April 2014 18:41, Tomasz Stanislawski wrote:
> On 04/15/2014 11:42 AM, Rahul Sharma wrote:
>> Hi Tomasz,
>>
>> On 15 April 2014 14:57, Tomasz Stanislawski wrote:
>>> Adds support for limitation of maximal pixel clock of HDMI
>>> signal. This feature is needed on boards that contains
>>> lin
Hi Hans,
Em Wed, 02 Apr 2014 10:40:58 +0200
Hans de Goede escreveu:
> Hi Mauro,
>
> Please pull from my gspca git tree for a new gspca based webcam driver,
> since this is a new driver which does not touch anything else, I would
> like to see this go into 3.15 .
Unfortunately, you sent this to
On 04/15/2014 11:42 AM, Rahul Sharma wrote:
> Hi Tomasz,
>
> On 15 April 2014 14:57, Tomasz Stanislawski wrote:
>> Adds support for limitation of maximal pixel clock of HDMI
>> signal. This feature is needed on boards that contains
>> lines or bridges with frequency limitations.
>>
>> Signed-off-
This pull request was posted earlier, but it contained a patch of mine
that was wrong. Luckily it hasn't been merged yet, so this pull request
replaces the old one. It is identical, except for being rebased and without
my bad patch.
Regards,
Hans
The following changes since commit 277a16
Hi, Sakari
2014-04-15 18:33 GMT+09:00 Sakari Ailus :
> Hi Daeseok,
>
> On Tue, Apr 15, 2014 at 01:49:34PM +0900, Daeseok Youn wrote:
>>
>> smatch says:
>> drivers/media/usb/s2255/s2255drv.c:2246 s2255_probe() warn:
>> possible memory leak of 'dev'
>>
>> Signed-off-by: Daeseok Youn
>> ---
>> dri
On 04/15/2014 12:41 PM, it-support wrote:
> Hi Guys,
>
> This is a very noobie question, but my 'patch' command does not return
> to the command prompt.
>
> I assume that my problem is one (or all four) of:
>
> 1) the patch doesn't start or end where I think it does (I assume the
> first line
Hi Guys,
This is a very noobie question, but my 'patch' command does not return
to the command prompt.
I assume that my problem is one (or all four) of:
1) the patch doesn't start or end where I think it does (I assume the
first line is
diff --git a/drivers/media/pci/cx23885/cx23885-cards
Am Dienstag, den 15.04.2014, 11:27 +0200 schrieb Tomasz Stanislawski:
> Adds support for limitation of maximal pixel clock of HDMI
> signal. This feature is needed on boards that contains
> lines or bridges with frequency limitations.
>
> Signed-off-by: Tomasz Stanislawski
> ---
> .../devicetree
Hi Tomasz,
On 15 April 2014 14:57, Tomasz Stanislawski wrote:
> Adds support for limitation of maximal pixel clock of HDMI
> signal. This feature is needed on boards that contains
> lines or bridges with frequency limitations.
>
> Signed-off-by: Tomasz Stanislawski
> ---
> .../devicetree/bindin
Hi Daeseok,
On Tue, Apr 15, 2014 at 01:49:34PM +0900, Daeseok Youn wrote:
>
> smatch says:
> drivers/media/usb/s2255/s2255drv.c:2246 s2255_probe() warn:
> possible memory leak of 'dev'
>
> Signed-off-by: Daeseok Youn
> ---
> drivers/media/usb/s2255/s2255drv.c |1 +
> 1 files changed, 1 in
Silicon Labs Si2157 silicon tuner driver.
Currently it supports only DVB-T.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/Kconfig | 7 ++
drivers/media/tuners/Makefile | 1 +
drivers/media/tuners/si2157.c | 244 +
drivers/media/tu
Silicon Labs Si2157 silicon tuner driver.
Signed-off-by: Antti Palosaari
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c44c914..9322a3a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7813,6 +7813,16 @@ M: Robin Holt
S:
Silicon Labs Si2168 DVB-T/T2/C demod driver.
That driver version supports only DVB-T.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/Kconfig | 7 +
drivers/media/dvb-frontends/Makefile | 1 +
drivers/media/dvb-frontends/si2168.c | 708 +
Add support for DVB-C (annex A version).
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/si2168.c | 36 ++--
1 file changed, 22 insertions(+), 14 deletions(-)
diff --git a/drivers/media/dvb-frontends/si2168.c
b/drivers/media/dvb-frontends/si2168.c
Add copyright and license for each file.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/si2168.c | 16
drivers/media/dvb-frontends/si2168.h | 16
drivers/media/dvb-frontends/si2168_priv.h | 16
3 files changed, 48 inser
Add support for DVB-T2.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/si2168.c | 55
1 file changed, 43 insertions(+), 12 deletions(-)
diff --git a/drivers/media/dvb-frontends/si2168.c
b/drivers/media/dvb-frontends/si2168.c
index eef4e45..4
DVB-C uses lower frequencies than DVB-T. Extend frequency range down to
110 MHz in order to support DVB-C. 110 - 862 MHz range is defined by
NorDig Unified 2.2 specification.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/si2157.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
d
Empia EM28178, Silicon Labs Si2168, Silicon Labs Si2157.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/em28xx/Kconfig| 2 +
drivers/media/usb/em28xx/em28xx-cards.c | 25 +++
drivers/media/usb/em28xx/em28xx-dvb.c | 73 +
drivers/media/usb/
Silicon Labs Si2168 DVB-T/T2/C demod driver
Signed-off-by: Antti Palosaari
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 94c9cff..c44c914 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7813,6 +7813,16 @@ M: Robin Holt
S:
Add copyright and license for each file.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/si2157.c | 16
drivers/media/tuners/si2157.h | 16
drivers/media/tuners/si2157_priv.h | 16
3 files changed, 48 insertions(+)
diff --git
http://blog.palosaari.fi/2014/04/naked-hardware-15-pctv-triplestick-292e.html
Antti
Antti Palosaari (10):
si2157: Silicon Labs Si2157 silicon tuner driver
si2168: Silicon Labs Si2168 DVB-T/T2/C demod driver
em28xx: add [2013:025f] PCTV tripleStick (292e)
si2168: add support for DVB-T2
Adds support for limitation of maximal pixel clock of HDMI
signal. This feature is needed on boards that contains
lines or bridges with frequency limitations.
Signed-off-by: Tomasz Stanislawski
---
.../devicetree/bindings/video/exynos_hdmi.txt |4
drivers/gpu/drm/exynos/exynos_hdmi
This patch fixes calling usleep_range() after taking reg_slock
using spin_lock_irqsave(). The mdelay() is used instead.
Waiting in atomic context is not the best idea in general.
Hopefully, waiting occurs only when Video Processor fails
to reset correctly.
Signed-off-by: Tomasz Stanislawski
---
This patch add proper compatibles for Mixer and HDMI chip
available on exynos4210 SoCs.
Signed-off-by: Tomasz Stanislawski
---
drivers/gpu/drm/exynos/exynos_hdmi.c |7 +++
drivers/gpu/drm/exynos/exynos_mixer.c |3 +++
2 files changed, 10 insertions(+)
diff --git a/drivers/gpu/drm/e
Hi everyone,
This patchset adds 4 fixes/updates to EXYNOS DRM driver for
HDMI subsystem.
All comments are welcome.
Regards,
Tomasz Stanislawski
Changelog:
v2:
* fix check with gpio_is_valid()
* use U32_MAX instead of ULONG_MAX to be 64-bit-friendly
* use hdmi_driver_data as hdmi's compatile dat
This patch eliminates redundant checks while retrieving HPD gpio from DT during
HDMI's probe().
Signed-off-by: Tomasz Stanislawski
---
drivers/gpu/drm/exynos/exynos_hdmi.c | 13 -
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c
b/
I've been updating the compatibility build for 3.15-rc1 (it should be OK again)
and as usual it is the 2.6.31 kernel that gives me the most trouble due to
changes in device.h.
I would like to drop support for 2.6.31 because of this. Frankly, I have better
things to do with my time :-)
Comments?
54 matches
Mail list logo