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
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
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
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
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
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