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: Sat Mar 15 04:00:17 CET 2014
git branch: test
git hash: ed97a6fe5308e5982d118a25f0697b791af5ec50
gcc versio
From: Antti Seppälä
Nuvoton-cir utilizes the encoding capabilities of rc-core to convert
scancodes from user space to pulse/space format understood by the
underlying hardware.
Converted samples are then written to the wakeup fifo along with other
necessary configuration to enable wake up functio
Add the s_filter callback to the rc-loopback driver, which instead of
setting the filter just feeds the scancode back through the input device
so that it can be verified.
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: Antti Seppälä
---
Changes in v2:
- Move img-ir-raw test code to rc
Add IR encoding helper for pulse-distance modulation as used by the NEC
protocol.
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: Antti Seppälä
Cc: David Härdeman
---
Changes in v2:
- Alter encode API to return -ENOBUFS when there isn't enough buffer
space. When this occurs all bu
From: Antti Seppälä
The encoding in rc5-sz first inserts a pulse and then simply utilizes the
generic Manchester encoder available in rc-core.
Signed-off-by: Antti Seppälä
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: David Härdeman
---
Changes in v2 (James Hogan):
- Turn ir_rc5_
Add support in rc-core for drivers which implement the wakeup scancode
filter by encoding the scancode using the raw IR encoders. This is by
way of rc_dev::encode_wakeup which should be set to true to make the
allowed wakeup protocols the same as the set of raw IR encoders.
As well as updating the
Add the capability to encode NEC scancodes as raw events. The
scancode_to_raw is pretty much taken from the img-ir NEC filter()
callback, and modulation uses the pulse distance helper added in a
previous commit.
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: Antti Seppälä
Cc: David Hä
Add a callback to raw ir handlers for encoding and modulating a scancode
to a set of raw events. This could be used for transmit, or for
converting a wakeup scancode filter to a form that is more suitable for
raw hardware wake up filters.
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc:
From: Antti Seppälä
Adding a simple Manchester encoder to rc-core.
Manchester coding is used by at least RC-5 protocol and its variants.
Signed-off-by: Antti Seppälä
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: David Härdeman
---
Changes in v2 (James Hogan):
- Alter encode API t
Add the capability to encode RC-5 and RC-5X scancodes as raw events. The
protocol is chosen based on the specified protocol mask, and whether all
the required bits are set in the scancode mask, and none of the unused
bits are set in the scancode data. For example a scancode filter with
bit 16 set i
A recent discussion about proposed interfaces for setting up the
hardware wakeup filter lead to the conclusion that it could help to have
the generic capability to encode and modulate scancodes into raw IR
events so that drivers for hardware with a low level wake filter (on the
level of pulse/space
Hi Josh,
On 03/14/2014 11:12 AM, Josh Wu wrote:
+ clk = v4l2_clk_get(&client->dev, "mclk");
+ if (IS_ERR(clk))
+ return -EPROBE_DEFER;
You should instead make it:
return PTR_ERR(clk);
But you will need this patch for that to work:
http://git.kernel.o
There is request_irq() in init_device(), but the interrupt is not removed
on failure paths. The patch adds proper error handling.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov
---
drivers/media/i2c/adv7180.c | 18 +++---
1 file chan
The following changes since commit ba35ca07080268af1badeb47de0f9eff28126339:
[media] em28xx-audio: make sure audio is unmuted on open()
(2014-03-14 10:17:18 -0300)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git af9033_pid_filter
for you to fetch changes u
Signed-off-by: Ismael Luceno
---
drivers/media/usb/gspca/gl860/gl860-mi2020.c | 464 ---
1 file changed, 268 insertions(+), 196 deletions(-)
diff --git a/drivers/media/usb/gspca/gl860/gl860-mi2020.c
b/drivers/media/usb/gspca/gl860/gl860-mi2020.c
index 2edda6b..a785828 10
These were reported by kbuild test robot after
todays rtl2832_sdr driver commit.
regards
Antti
The following changes since commit ba35ca07080268af1badeb47de0f9eff28126339:
[media] em28xx-audio: make sure audio is unmuted on open()
(2014-03-14 10:17:18 -0300)
are available in the git rep
Do not use dynamic stack allocation.
>> drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c:181:1:
warning: 'rtl2832_sdr_wr' uses dynamic stack allocation [enabled by default]
Reported-by: Mauro Carvalho Chehab
Reported-by: kbuild test robot
Signed-off-by: Antti Palosaari
---
drivers/staging/med
All error/warnings:
drivers/built-in.o: In function `e4000_set_params':
>> e4000.c:(.text+0x1219a1b): undefined reference to `__umoddi3'
Reported-by: kbuild test robot
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/e4000.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
Hi,
On 03/14/2014 01:39 PM, Hans Verkuil wrote:
> The V4L2 specification used to say that if field == V4L2_FIELD_ALTERNATE, the
> height would have to be divided by two. This is incorrect, the height is that
> of
> a single field. This has been corrected in the spec, now this code in
> libv4lcon
Sehr geehrter Nutzer
Es wurde ein Fehler in der Datenbank-Administration aufgrund der Anzahl der
detektierten
Spam, die Ihre E-Mail-Konto 2014 Konto-Upgrade und Schäden beeinflussen können
Ihre E-Mail eingereicht. Sie sind verpflichtet, füllen Sie das folgende
Formular aus um uns zu ermöglich
From: Colin Ian King
cppcheck reports an array out of bounds access:
[drivers/media/dvb-frontends/ds3000.c:619]: (error) Array
'dvbs2_snr_tab[80]' accessed at index 80, which is out of bounds.
the index check is off by one, so fix this to avoid the error.
Signed-off-by: Colin Ian King
---
d
Exporting functions for hardware filter is a bad idea, as it
breaks compilation if:
CONFIG_DVB_USB_AF9035=y
CONFIG_DVB_AF9033=m
Because the PID filter function calls would be hardcoded at
af9035.
The same doesn't happen with af9033_attach() because the
dvb_attach() doesn't hardcod
tree: git://linuxtv.org/media_tree.git master
head: ba35ca07080268af1badeb47de0f9eff28126339
commit: 0ed0b22dc594a533a959ed8995e69e2275af40d9 [477/499] [media] e4000: fix
PLL calc to allow higher frequencies
config: make ARCH=m68k allmodconfig
All error/warnings:
>> ERROR: "__umoddi3" [drive
tree: git://linuxtv.org/media_tree.git master
head: ba35ca07080268af1badeb47de0f9eff28126339
commit: 771138920eafa399f68d3492c8a75dfeea23474b [479/499] [media] rtl2832_sdr:
Realtek RTL2832 SDR driver module
config: make ARCH=s390 allmodconfig
All warnings:
drivers/staging/media/rtl2832u_s
Em Fri, 14 Mar 2014 02:16:33 +0200
Antti Palosaari escreveu:
> The following changes since commit 8ea5488a919bbd49941584f773fd66623192ffc0:
>
>[media] media: rc-core: use %s in rc_map_get() module load
> (2014-03-13 11:32:28 -0300)
>
> are available in the git repository at:
>
>git://
Hi Philipp, Grant,
On 14/03/14 14:19, Philipp Zabel wrote:
>>> People completely disagree about the direction the phandle links should
>>> point in. I am still of the opinion that the generic binding should describe
>>> just the topology, that the endpoint links in the kernel should represent an
The V4L2 specification used to say that if field == V4L2_FIELD_ALTERNATE, the
height would have to be divided by two. This is incorrect, the height is that of
a single field. This has been corrected in the spec, now this code in
libv4lconvert
needs to be removed as well.
Tested with both bttv and
Hi Laurent,
Am Donnerstag, den 13.03.2014, 18:13 +0100 schrieb Laurent Pinchart:
> Hi Philipp,
>
> On Thursday 13 March 2014 12:08:16 Philipp Zabel wrote:
> > Am Montag, den 10.03.2014, 14:37 + schrieb Grant Likely:
> > > > > Nak. I made comments that haven't been resolved yet. I've replied w
Congratulations By The Board Of Trustees As One Of The Final Recipients Of This
United State Donation Of The ATM Master Card Value 500,000,00 Usd Transfer To
Your Bank Account As Soon As We Received Email From You.
Contact Dispatch Officer
Ms Cherry Nass
--
To unsubscribe from this list: send th
Hi Mauro,
Two patches: the first fixes a broken DocBook build due to the rename of
v4l2_format_sdr to v4l2_sdr_format, the second is the second version of
my "clarify v4l2_pix_format and v4l2_pix_format_mplane fields" where I
dropped the height vs field sentences as you requested.
Regards,
From: Hans Verkuil
Be more specific with regards to how some of these fields are interpreted.
In particular the height value and which fields can be set by the application.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/pixfmt.xml | 23 ---
1 file changed,
From: Hans Verkuil
Update the DocBook files accordingly.
Signed-off-by: Hans Verkuil
Cc: Antti Palosaari
---
Documentation/DocBook/media/v4l/dev-sdr.xml | 6 +++---
Documentation/DocBook/media/v4l/vidioc-g-fmt.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Doc
This example driver uses all the latest frameworks and can serve as a
starting point for a new V4L2 PCI driver.
Originally written for a presentation on how to use V4L2 frameworks
during FOSDEM 2014.
Signed-off-by: Hans Verkuil
---
Documentation/video4linux/v4l2-framework.txt | 4 +
Document
Hi, Brayn
Sorry for the format of my email. I subscribe the linux-media maillist but
I didn't find your email in my mailbox even. I don't know why some emails are
missed.
anyway, Some comments for your patch.
> [snip]
> ... ...
> +static void scan_of_host(struct soc_camera_host *ici)
> +{
> +
Move the clock detection code to the beginning of the probe().
If we meet any error in the clock detecting, then defer the probe.
Signed-off-by: Josh Wu
---
drivers/media/i2c/soc_camera/ov2640.c | 43 +
1 file changed, 28 insertions(+), 15 deletions(-)
diff --g
Hi,
On Thursday 13 March 2014 07:59 PM, Kamil Debski wrote:
Hi,
From: Archit Taneja [mailto:arc...@ti.com]
Sent: Thursday, March 13, 2014 1:09 PM
Hi Kamil,
On Thursday 13 March 2014 05:18 PM, Kamil Debski wrote:
Hi Archit,
From: Archit Taneja [mailto:arc...@ti.com]
Sent: Tuesday, March 11
On 03/14/2014 06:25 AM, Lad, Prabhakar wrote:
> From: "Lad, Prabhakar"
>
> this patch fixes following build warning
> drivers/media/platform/davinci/vpbe_display.c: In function
> 'vpbe_start_streaming':
> drivers/media/platform/davinci/vpbe_display.c:344: warning: unused variable
> 'vpbe_dev'
>
Hi,
On Thu, Mar 13, 2014 at 04:13:08PM +0100, Sylwester Nawrocki wrote:
> My experience and feelings are similar, I started to treat mainline
> kernel much less seriously after similar DT related blocking issues.
So how do we proceed now? Philipp implemented any of the suggested
variants now; nev
38 matches
Mail list logo