[git:v4l-utils/master] v4l-utils: sync with latest kernel

2017-07-18 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: v4l-utils: sync with latest kernel Author: Hans Verkuil Date:Tue Jul 18 19:07:18 2017 +0200 Update the headers to the latest linux

[git:media_tree/master] media: cec: improve transmit timeout logging

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: improve transmit timeout logging Author: Hans Verkuil Date:Tue Jul 11 03:30:34 2017 -0300 Kernel logging messes up the upcoming low-level CEC monitoring support which is very tim

[git:media_tree/master] media: cec-core.rst: document the adap_free callback

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-core.rst: document the adap_free callback Author: Hans Verkuil Date:Tue Jul 11 03:30:37 2017 -0300 Document what this callback does. Signed-off-by: Hans Verkuil Reviewed-by: Max

[git:media_tree/master] media: cec-pin: add low-level pin hardware support

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-pin: add low-level pin hardware support Author: Hans Verkuil Date:Tue Jul 11 03:30:42 2017 -0300 Add support for CEC hardware that relies on low-level pin polling or GPIO interrup

[git:media_tree/master] media: pulse8-cec.rst: add documentation for the pulse8-cec driver

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pulse8-cec.rst: add documentation for the pulse8-cec driver Author: Hans Verkuil Date:Sun Jul 16 05:18:50 2017 -0300 Document the persistent_config module option. Signed-off-by: Hans

[git:media_tree/master] media: cec: document the new CEC pin capability, events and mode

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: document the new CEC pin capability, events and mode Author: Hans Verkuil Date:Tue Jul 11 03:30:40 2017 -0300 Document CEC_CAP_MONITOR_PIN, CEC_EVENT_PIN_LOW/HIGH, CEC_EVENT_FL_D

[git:media_tree/master] media: cec-core.rst: include cec-pin.h and cec-notifier.h

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-core.rst: include cec-pin.h and cec-notifier.h Author: Hans Verkuil Date:Tue Jul 11 03:30:43 2017 -0300 Include the CEC pin framework documentation by reading cec-pin.h. Include t

[git:media_tree/master] media: cec: add *_ts variants for transmit_done/received_msg

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: add *_ts variants for transmit_done/received_msg Author: Hans Verkuil Date:Tue Jul 11 03:30:35 2017 -0300 Currently the transmit_(attempt_)done and received_msg functions set the

[git:media_tree/master] media: linux/cec.h: add pin monitoring API support

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: linux/cec.h: add pin monitoring API support Author: Hans Verkuil Date:Tue Jul 11 03:30:38 2017 -0300 Add support for low-level CEC pin monitoring. This adds a new monitor mode, a new

[git:media_tree/master] media: cec: add adap_free op

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: add adap_free op Author: Hans Verkuil Date:Tue Jul 11 03:30:36 2017 -0300 This is needed for CEC adapters that allocate resources that have to be freed before the cec_adapter is

[git:media_tree/master] media: pulse8-cec/rainshadow-cec: make adapter name unique

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pulse8-cec/rainshadow-cec: make adapter name unique Author: Hans Verkuil Date:Sat Jul 15 18:47:40 2017 -0300 The CEC adapter name used by the pulse8-cec and rainshadow-cec USB device

[git:media_tree/master] media: cec: add core support for low-level CEC pin monitoring

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: add core support for low-level CEC pin monitoring Author: Hans Verkuil Date:Tue Jul 11 03:30:41 2017 -0300 Add support for the new MONITOR_PIN mode. Add the cec_pin_event functi

[git:media_tree/master] media: cec: move cec_register_cec_notifier to cec-notifier.h

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: move cec_register_cec_notifier to cec-notifier.h Author: Hans Verkuil Date:Thu Jul 13 04:07:23 2017 -0300 The cec_register_cec_notifier function was in media/cec.h, but it has to

[git:media_tree/master] media: cec: be smarter about detecting the number of attempts made

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: be smarter about detecting the number of attempts made Author: Hans Verkuil Date:Tue Jul 11 08:20:18 2017 -0300 Some hardware does more than one attempt. So when it calls cec_tra

[git:media_tree/master] media: cec: clear all cec_log_addrs fields

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: clear all cec_log_addrs fields Author: Hans Verkuil Date:Tue Jul 4 11:21:14 2017 -0300 The CEC version, vendor ID and OSD name were not cleared when clearing the current set of l

[git:media_tree/master] media: cec: rework the cec event handling

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: rework the cec event handling Author: Hans Verkuil Date:Tue Jul 11 03:30:39 2017 -0300 Event handling was always fairly simplistic since there were only two events. With the addi

[git:media_tree/master] media: cec: drop senseless message

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: drop senseless message Author: Hans Verkuil Date:Sat Jul 15 09:30:37 2017 -0300 Especially the '0.10' version number is confusing since CEC_ADAP_G_CAPS returns a completely diffe

[git:media_tree/master] media: cec: only increase the seqnr if CEC_TRANSMIT would return 0

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: only increase the seqnr if CEC_TRANSMIT would return 0 Author: Hans Verkuil Date:Thu Jul 6 11:09:52 2017 -0300 The transmit code would increase the sequence number first thing, e

[git:media_tree/fixes] media: cec-notifier: small improvements

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-notifier: small improvements Author: Hans Verkuil Date:Sat Jul 15 09:32:56 2017 -0300 Allow calling cec_notifier_set_phys_addr and cec_notifier_set_phys_addr_from_edid with a NULL

[git:media_tree/fixes] media: cec: cec_transmit_attempt_done: ignore CEC_TX_STATUS_MAX_RETRIES

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: cec_transmit_attempt_done: ignore CEC_TX_STATUS_MAX_RETRIES Author: Hans Verkuil Date:Wed Jul 12 17:07:08 2017 -0300 The switch in cec_transmit_attempt_done() should ignore the C

[git:media_tree/fixes] media: pulse8-cec: persistent_config should be off by default

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pulse8-cec: persistent_config should be off by default Author: Hans Verkuil Date:Sun Jul 16 05:15:47 2017 -0300 The persistent_config option is used to make the CEC settings persisten

[git:media_tree/fixes] media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds Author: Sean Young Date:Fri Jul 7 18:49:18 2017 -0300 Since commit e8f4818895b3 ("[media] lirc: advertise LIRC_CAN_GET_REC_RES

[git:media_tree/fixes] media: staging: atomisp: array underflow in ioctl

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: array underflow in ioctl Author: Dan Carpenter Date:Mon Jul 17 04:58:54 2017 -0300 I noticed an array underflow in ov5693_enum_frame_size(). The code looks like thi

[git:media_tree/master] media: davinci: variable 'common' set but not used

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: davinci: variable 'common' set but not used Author: Mauro Carvalho Chehab Date:Mon Jun 26 09:16:39 2017 -0300 Get rid of those two warnings: drivers/media/platform/davinci/vpif_captur

[git:media_tree/master] media: staging: atomisp: disable warnings with cc-disable-warning

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: disable warnings with cc-disable-warning Author: Mauro Carvalho Chehab Date:Wed Jul 12 09:29:16 2017 -0300 Instead of directly using -Wno-foo, use cc-disable-warning

[git:media_tree/master] media: selection.svg: simplify the SVG file

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: selection.svg: simplify the SVG file Author: Mauro Carvalho Chehab Date:Fri Jul 14 15:33:34 2017 -0300 This file is too big, with cause it to require a lot of memory when parsed by te

[git:media_tree/master] media: svg: avoid too long lines

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: svg: avoid too long lines Author: Mauro Carvalho Chehab Date:Tue Jul 18 09:30:55 2017 -0300 Sending patches with SVG files via e-mail has a drawback: line size could be bigger than 99

[git:media_tree/master] media: vimc: set id_table for platform drivers

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: set id_table for platform drivers Author: Javier Martinez Canillas Date:Fri Jul 14 05:58:39 2017 -0300 The vimc platform drivers define a platform device ID table but these are

[git:media_tree/master] media: svg files: simplify files

2017-07-18 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: svg files: simplify files Author: Mauro Carvalho Chehab Date:Mon Jul 17 11:57:29 2017 -0300 Debian's ImageMagick is currently unable to decode those images. Use scour to simplify the