Mark these as subscriber-only mailing lists.
Signed-off-by: Joe Perches
---
I got rejects not moderation emails for patches to these lists...
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1b063fc..2e353c7 100644
--- a/MAINTAI
logical mask has lower precedence than shift but should be
done before the shift so parentheses are generally required.
And when masking with a fixed value after a shift, normal kernel
style has the shift on the left, then the shift on the right so
convert a few non-conforming uses.
Joe Perches (
Precedence of & and >> is not the same and is not left to right.
shift has higher precedence and should be done after the mask.
Add parentheses around the mask.
Signed-off-by: Joe Perches
---
drivers/media/dvb-core/dvb_net.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a
Precedence of & and >> is not the same and is not left to right.
shift has higher precedence and should be done after the mask.
This use has a mask then shift which is not the normal style.
Move the shift before the mask to match nearly all the other
uses in kernel.
Signed-off-by: Joe Perches
-
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: Mon Oct 27 04:00:39 CET 2014
git branch: test
git hash: 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c
gcc versio
hi, Dmitri:
is there any sample driver for SPI interface camera sensor driver
base don soc_camera framework, other than the i2c interface ?
thanks.
--
Best regards
Kassey
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.k
Hi Hans,
Thank you for the patch.
On Thursday 23 October 2014 13:21:28 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 stated before.
>
> Signed-off-by: Hans Verkuil
Acked-by: Laure
Hi Jean-Michel,
On Thursday 23 October 2014 07:51:50 Jean-Michel Hautbois wrote:
> 2014-10-23 1:53 GMT+02:00 Laurent Pinchart:
> > On Wednesday 22 October 2014 17:34:21 Jean-Michel Hautbois wrote:
> >> This patch adds support for DT parsing of ADV7604 as well as ADV7611.
> >> It needs to be improv
Hi Jean-Michel,
On Thursday 23 October 2014 07:59:53 Jean-Michel Hautbois wrote:
> 2014-10-23 1:37 GMT+02:00 Laurent Pinchart:
> > On Wednesday 22 October 2014 17:30:47 Jean-Michel Hautbois wrote:
> >> Some I2C devices have multiple addresses assigned, for example each
> >> address corresponding t
Hi Takashi,
Thank you for the patch.
On Friday 24 October 2014 10:10:20 Takashi Iwai wrote:
> We've got a bug report at disconnecting a Webcam, where the kernel
> spews warnings like below:
> WARNING: CPU: 0 PID: 8385 at ../fs/sysfs/group.c:219
> sysfs_remove_group+0x87/0x90() sysfs group c0b23
On October 26, 2014 5:35:30 PM EDT, Christopher Neufeld
wrote:
>Andy,
>
>On Sun, 26 Oct 2014 13:41:14 -0400, Andy Walls
> said:
>
>> Can you verify that
>
>> v4l2-ctl -d --get-fmt-sliced-vbi --get-ctrl=stream_vbi_format
>
>> also fails, and that
>
>Yes, that also fails.
>
>> v4l2-ctl
Andy,
On Sun, 26 Oct 2014 13:41:14 -0400, Andy Walls said:
> Can you verify that
> v4l2-ctl -d --get-fmt-sliced-vbi --get-ctrl=stream_vbi_format
> also fails, and that
Yes, that also fails.
> v4l2-ctl --list-devices
> v4l2-ctl -d /dev/vbi --set-fmt-sliced-vbi=cc=1
> --se
On Sat, Oct 25, 2014 at 12:03 PM, David Härdeman wrote:
> Wouldn't something like this be a simpler way of achieving the same
> result? (untested):
The idea was to remove the empty change_protocol function that had
been added in the breaking commit.
IMHO, it would be better to not have functions
On Sun, 2014-10-26 at 13:41 -0400, Andy Walls wrote:
> Hi Chris,
>
> On Sun, 2014-10-26 at 08:10 -0400, Christopher Neufeld wrote:
> > Hello Hans,
> >
> > On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil said:
> >
> > >> The script that I use to set up captions invokes this command:
> > >> v4l2
Hi Chris,
On Sun, 2014-10-26 at 08:10 -0400, Christopher Neufeld wrote:
> Hello Hans,
>
> On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil said:
>
> >> The script that I use to set up captions invokes this command:
> >> v4l2-ctl -d --set-fmt-sliced-vbi=cc --set-ctrl=stream_vbi_format=1
> >>
>
On 10/26/2014 03:58 PM, Akihiro TSUKADA wrote:
Reported by David Binderman
^^ See Documentation/SubmittingPatches
Though I knew that Reported-by: tag should not be used,
I wrote it just to express my appreciation for his report,
and did not mean to attach the tag.
But I admit that it is con
Hello:
On 2014-10-25 07:19:15, Antti Palosaari wrote:
>Moikka!
>
>On 10/22/2014 03:16 PM, Nibble Max wrote:
>> On 2014-10-22 05:24:02, Antti Palosaari wrote:
>>>
>>>
>>> On 10/13/2014 09:44 AM, Nibble Max wrote:
M88RS6000 is the integrated chip, which includes tuner and demod.
Its interna
>> Reported by David Binderman
>
> ^^ See Documentation/SubmittingPatches
Though I knew that Reported-by: tag should not be used,
I wrote it just to express my appreciation for his report,
and did not mean to attach the tag.
But I admit that it is confusing,
so I'd like to beg Mauro to do me the
Hi Sakari,
Thank you for the patch. I've pushed it to the yavta git tree.
On Friday 24 October 2014 17:23:58 Sakari Ailus wrote:
> Queue buffers to the device after VIDIOC_STREAMON, not before. This does not
> affect queueing behaviour otherwise.
>
> Signed-off-by: Sakari Ailus
> ---
> yavta.c
Hello Hans,
On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil said:
>> The script that I use to set up captions invokes this command:
>> v4l2-ctl -d --set-fmt-sliced-vbi=cc --set-ctrl=stream_vbi_format=1
>>
>> This now errors out. Part of that is a parsing bug in v4l2-ctl, it wants
>> to see m
On 10/26/2014 02:05 PM, tsk...@gmail.com wrote:
From: Akihiro Tsukada
Reported by David Binderman
^^ See Documentation/SubmittingPatches
Antti
---
drivers/media/dvb-frontends/tc90522.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/dvb-frontends/tc90
Moikka
How is channel bandwidth defined? Is it static? 38961000 Hz?
regards
Antti
On 10/26/2014 02:01 PM, tsk...@gmail.com wrote:
From: Akihiro Tsukada
delsys-fixed props should be set in dvb-core instead of in each driver.
---
drivers/media/dvb-core/dvb_frontend.c | 5 +
1 file change
From: Akihiro Tsukada
* report per-transponder symbolrate instead of per-TS one (moved to dvb-core)
* add output TS-ID report, which might be useful if an user did not specify
stream id or set a wrong one, and the demod chose the first TS_ID found.
---
drivers/media/dvb-frontends/tc90522.c | 1
From: Akihiro Tsukada
Reported by David Binderman
---
drivers/media/dvb-frontends/tc90522.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/dvb-frontends/tc90522.c
b/drivers/media/dvb-frontends/tc90522.c
index d9905fb..bca81ef 100644
--- a/drivers/media/dvb-fro
From: Akihiro Tsukada
delsys-fixed props should be set in dvb-core instead of in each driver.
---
drivers/media/dvb-core/dvb_frontend.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/media/dvb-core/dvb_frontend.c
b/drivers/media/dvb-core/dvb_frontend.c
index c862ad7..1e9b814 1
From: Akihiro Tsukada
---
lib/Makefile.am | 5 +-
lib/gconv/arib-std-b24.c| 775 +
lib/gconv/en300-468-tab00.c | 564 ++
lib/gconv/gconv-modules | 7 +
lib/gconv/gconv.map | 8 +
lib/gconv/iconv
From: Akihiro Tsukada
include stream id to duplication check
---
lib/include/libdvbv5/dvb-scan.h | 11 ++--
lib/libdvbv5/dvb-scan.c | 132
utils/dvb/dvbv5-scan.c | 16 ++---
3 files changed, 49 insertions(+), 110 deletions(-)
diff --gi
From: Akihiro Tsukada
This patch series adds tuning and scanning features for ISDB-S,
and required modifications to libdvbv5 and utils/dvb to support it.
Other part of the libdvbv5 API may not work for ISDB-S.
At least the the parser for extended event descriptors do not work now,
as they requir
From: Akihiro Tsukada
When an user enabled the option to update parameters with PSI,
the parameters that were supplied from config file and not mandatory
to the delivery system were discarded.
---
lib/libdvbv5/dvb-fe.c | 14 +-
1 file changed, 5 insertions(+), 9 deletions(-)
diff -
From: Akihiro Tsukada
to distinguish country variants of delivery systems like ISDB-T.
---
configure.ac | 4 +
lib/include/libdvbv5/countries.h | 308 +
lib/include/libdvbv5/dvb-fe.h | 4 +
lib/include/libdvbv5/dvb-v5-std.h | 7 +-
lib/
From: Akihiro Tsukada
when channel name was not available, it was generated from unset variables,
and leaked memory.
---
lib/libdvbv5/dvb-file.c | 28 +++-
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c
ind
From: Akihiro Tsukada
Added LNB support for Japanese satellites.
Currently tested with dvbv5-zap, dvb-fe-tool.
At least the charset conversion and the parser of
extended event descriptors are not implemented now,
as they require some ISDB-S(/T) specific modification.
---
lib/libdvbv5/dvb-sat.c
From: Akihiro Tsukada
added NIT scan for ISDB-S,
fixed wrong/too-close frequency of the scanned entries,
when "freq_offset"/bandwith was not set properly.
---
lib/include/libdvbv5/dvb-scan.h | 2 +
lib/libdvbv5/dvb-fe.c | 6 +-
lib/libdvbv5/dvb-file.c | 23 ++-
lib/lib
Reviewed-by: Antti Palosaari
Antti
On 10/26/2014 09:56 AM, Olli Salonen wrote:
There is a new version of the TechnoTrend CT2-4400 USB tuner. The difference is
the demodulator that is used (Si2168-B40 instead of -A30).
For TT CT2-4400v2 a TS stream related parameter needs to be set, otherwise
On October 26, 2014 1:50:36 AM EDT, Hans Verkuil wrote:
>Hi Christopher,
>
>On 10/26/2014 01:15 AM, Christopher Neufeld wrote:
>> I've been using a PVR-500 to record shows in MythTV, and to capture
>the VBI
>> part of the stream from the standard-definition output of my STB when
>it
>> records hig
Reviewed-by: Olli Salonen
On Mon, 20 Oct 2014, Nibble Max wrote:
DVBSky s960ci dvb-s/s2 usb ci box:
1>dvb frontend: M88TS2022(tuner),M88DS3103(demod)
2>usb controller: CY7C86013A
3>ci controller: CIMAX SP2 or its clone.
Signed-off-by: Nibble Max
---
drivers/media/usb/dvb-usb-v2/Kconfig |
At Sat, 25 Oct 2014 11:41:15 -0200,
Mauro Carvalho Chehab wrote:
>
> (re-sending from my third e-mail - somehow, the two emails I have at
> Samsung didn't seem to be delivering to vger.kernel.org today)
>
> Em Wed, 22 Oct 2014 14:26:41 -0500
> Pierre-Louis Bossart escreveu:
>
> > On 10/21/14,
There is a new version of the TechnoTrend CT2-4400 USB tuner. The difference is
the demodulator that is used (Si2168-B40 instead of -A30).
For TT CT2-4400v2 a TS stream related parameter needs to be set, otherwise the
stream becomes corrupted. The Windows driver for both CT2-4400 and CT2-4400v2
38 matches
Mail list logo