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: Sun Jan 28 05:00:13 CET 2018
media-tree git hash:4852fdca8818972d0ea5b5ce7114da628f9954a4
media_build git
Hi,
On Sat, 27 Jan 2018 17:14:26 +0100
Linus Walleij wrote:
> On Tue, Jan 23, 2018 at 9:18 AM, Yong Deng wrote:
>
> > Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2
> > interface and CSI1 is used for parallel interface. This is not
> > documented in datasheet but by tes
Hi Maxime,
On Fri, 26 Jan 2018 09:10:00 +0100
Maxime Ripard wrote:
> On Fri, Jan 26, 2018 at 11:00:41AM +0800, Yong wrote:
> > Hi Maxime,
> >
> > On Fri, 26 Jan 2018 09:46:58 +0800
> > Yong wrote:
> >
> > > Hi Maxime,
> > >
> > > Do you have any experience in solving this problem?
> > > It s
Hi Hans,
On Fri, Jan 26, 2018 at 01:43:23PM +0100, Hans Verkuil wrote:
> From: Hans Verkuil
>
> ctrl_is_pointer just hardcoded two known string controls, but that
> caused problems when using e.g. custom controls that use a pointer
> for the payload.
>
> Reimplement this function: it now finds
Fix a few sparse warnings related to conversion between CPU and big endian.
Also simplify the code in the process.
Signed-off-by: Sakari Ailus
Acked-by: Andy Yeh
---
since v2:
- Count loop downwards, not up.
drivers/media/i2c/imx258.c | 23 +--
1 file changed, 9 insertion
On Tue, Jan 23, 2018 at 9:18 AM, Yong Deng wrote:
> Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2
> interface and CSI1 is used for parallel interface. This is not
> documented in datasheet but by test and guess.
>
> This patch implement a v4l2 framework driver for it.
>
>
Hi Yong,
I love your patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.15-rc9 next-20180126]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/c
Hello Mauro!
> Ping!
> It is required to compile for Kernels older 4.10.
It would be nice to get this merged, so that we can see if older Kernels
will compile again.
BR,
Jasmin
Calculate the pulse rather than having a few preset values.
Cc: Andi Shyti
Signed-off-by: Sean Young
---
drivers/media/rc/ir-spi.c | 24 ++--
1 file changed, 2 insertions(+), 22 deletions(-)
diff --git a/drivers/media/rc/ir-spi.c b/drivers/media/rc/ir-spi.c
index a32a84ae2d