[git:media_tree/master] media: staging/imx: convert static vdev lists to list_head

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: convert static vdev lists to list_head Author: Steve Longerbeam Date:Thu Dec 14 20:04:45 2017 -0500 Although not technically necessary because imx-media has only a maximu

[git:media_tree/master] media: staging/imx: remove static subdev arrays

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: remove static subdev arrays Author: Steve Longerbeam Date:Thu Dec 14 20:04:44 2017 -0500 For more complex OF graphs, there will be more async subdevices registered. Remov

[git:media_tree/master] media: staging/imx: remove static media link arrays

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: remove static media link arrays Author: Steve Longerbeam Date:Thu Dec 14 20:04:40 2017 -0500 Remove the static list of media links that were formed at probe time. These l

[git:media_tree/master] media: staging/imx: of: allow for recursing downstream

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: of: allow for recursing downstream Author: Steve Longerbeam Date:Thu Dec 14 20:04:41 2017 -0500 Calling of_parse_subdev() recursively to a downstream path that has alread

[git:media_tree/master] media: staging/imx: get CSI bus type from nearest upstream entity

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: get CSI bus type from nearest upstream entity Author: Steve Longerbeam Date:Thu Dec 14 20:04:39 2017 -0500 The imx-media driver currently supports a device tree graph of

[git:media_tree/master] media: staging/imx: update TODO

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: update TODO Author: Steve Longerbeam Date:Thu Dec 14 20:04:47 2017 -0500 Update TODO file: - Remove TODO info about the OV564x driver, while this still needs to be don

[git:media_tree/master] media: staging/imx: reorder function prototypes

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: reorder function prototypes Author: Steve Longerbeam Date:Thu Dec 14 20:04:46 2017 -0500 Re-order some of the function prototypes in imx-media.h to group them correctly b

[git:media_tree/master] media: staging/imx: remove devname string from imx_media_subdev

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: remove devname string from imx_media_subdev Author: Steve Longerbeam Date:Thu Dec 14 20:04:42 2017 -0500 A separate string for the device name, for DEVNAME async match, w

[git:media_tree/master] media: staging/imx: pass fwnode handle to find/add async subdev

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging/imx: pass fwnode handle to find/add async subdev Author: Steve Longerbeam Date:Thu Dec 14 20:04:43 2017 -0500 Pass the subdev's fwnode_handle to imx_media_find_async_subdev()

[git:media_tree/master] media: dvb-frontends: fix i2c access helpers for KASAN

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: fix i2c access helpers for KASAN Author: Arnd Bergmann Date:Thu Nov 30 11:55:46 2017 -0500 A typical code fragment was copied across many dvb-frontend drivers and cause

[git:media_tree/master] media: r820t: fix r820t_write_reg for KASAN

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: r820t: fix r820t_write_reg for KASAN Author: Arnd Bergmann Date:Thu Nov 30 06:08:05 2017 -0500 With CONFIG_KASAN, we get an overly long stack frame due to inlining the register access

[git:media_tree/master] media: dvb-frontends: fix i2c access helpers for KASAN

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: fix i2c access helpers for KASAN Author: Arnd Bergmann Date:Thu Nov 30 11:55:46 2017 -0500 A typical code fragment was copied across many dvb-frontend drivers and cause

[git:media_tree/master] media: [RESEND, 2/2] r820t: fix r820t_write_reg for KASAN

2017-12-15 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: [RESEND,2/2] r820t: fix r820t_write_reg for KASAN Author: Arnd Bergmann Date:Thu Nov 30 06:08:05 2017 -0500 With CONFIG_KASAN, we get an overly long stack frame due to inlining the re

[git:v4l-utils/master] keytable: add missing protocol names

2017-12-15 Thread Sean Young
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: keytable: add missing protocol names Author: Sean Young Date:Fri Dec 15 15:32:01 2017 + An imon device (and other rc scancode d

[git:v4l-utils/master] configure.ac: drop --disable-libv4l, disable plugin support instead

2017-12-15 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: configure.ac: drop --disable-libv4l, disable plugin support instead Author: Thomas Petazzoni Date:Mon Aug 21 23:02:06 2017 +0200 In

[git:v4l-utils/master] sdlcam: fix linking

2017-12-15 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: sdlcam: fix linking Author: Rafaël Carré Date:Mon Nov 13 10:19:07 2017 +0100 Signed-off-by: Rafaël Carré Acked-by: Pavel Machek S

[git:v4l-utils/master] sdlcam: ignore binary

2017-12-15 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: sdlcam: ignore binary Author: Rafaël Carré Date:Mon Nov 13 10:19:08 2017 +0100 Signed-off-by: Rafaël Carré Signed-off-by: Hans Ver

[git:v4l-utils/master] cec-ctl: fix bad end-of-bit handling

2017-12-15 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: cec-ctl: fix bad end-of-bit handling Author: Hans Verkuil Date:Fri Dec 15 12:52:01 2017 +0100 The code for --store-pin could insert

[git:v4l-utils/master] cec-ctl: improve cec pin analyzer

2017-12-15 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: cec-ctl: improve cec pin analyzer Author: Hans Verkuil Date:Fri Dec 15 10:13:06 2017 +0100 Correctly detect and handle spurious byt