Re: [PATCH v2 0/4] Assorted CODA fixes

2019-05-26 Thread Ezequiel Garcia
On Thu, 2019-05-02 at 19:00 -0300, Ezequiel Garcia wrote: > While working on a SoC with CODA980 (currently not supported by the > driver), I came across some low-hanging fruit that looked worth > addressing. > > Patch 1 is just a cosmetic change to print a different "more standard" > device regist

cron job: media_tree daily build: OK

2019-05-26 Thread Hans Verkuil
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 May 27 05:00:10 CEST 2019 media-tree git hash:2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c media_build gi

[PATCH v2] ov8856: modify register to fix test pattern

2019-05-26 Thread Shawnx Tu
From: Shawn Tu modify registers to fix bayer order in test pattern mode Signed-off-by: Shawn Tu --- drivers/media/i2c/ov8856.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/i2c/ov8856.c b/drivers/media/i2c/ov8856.c index dbf1095..cd347d6 100644

[PATCH v4l-utils 2/2] keytable: add xbox-dvd protocol to match kernel

2019-05-26 Thread Sean Young
Rename the bpf protocol to match. Now we can use the generated keymap for the XBox DVD remote. Signed-off-by: Sean Young --- utils/common/ir-encode.c | 1 + utils/keytable/bpf_protocols/Makefile.am | 2 +- .../bpf_protocols/{xbox.c => xbox-dvd.c} | 2 +- utils/k

[PATCH v4l-utils 1/2] keytable: load bpf protocol for unsupported protocols

2019-05-26 Thread Sean Young
If there is no hardware decoder or kernel software decoder available for a protocol, attempt to load a bpf protocol for this. This opens the door for building the kernel without IR decoders (non bpf ones) and just rely on bpf and hardware decoders. This requires the bpf decoders to be written thou

Re: [PATCH 1/3] media: i2c: ov02a10: Add ov02a10 camera sensor driver

2019-05-26 Thread Nicolas Boichat
On Thu, May 23, 2019 at 6:22 PM wrote: > > From: Dongchun Zhu > > Add a V4L2 sub-device driver for the OmniVision image sensor. > This is a camera sensor using the I2C bus for control and the > CSI-2 bus for data. > > Signed-off-by: Dongchun Zhu > --- > drivers/media/i2c/Makefile |1 + > d