[git:media_tree/master] media: vsp1: fix memory leak of dl on error return path

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vsp1: fix memory leak of dl on error return path Author: Colin Ian King Date:Sun Jul 28 14:11:24 2019 -0300 Currently when the call vsp1_dl_body_get fails and returns null the error

[git:v4l-utils/master] v4l-utils: sync with media_tree master

2019-08-14 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: v4l-utils: sync with media_tree master Author: Sean Young Date:Wed Aug 14 10:35:23 2019 +0100 Signed-off-by: Sean Young

[git:media_tree/master] media: rc: add include guard to rc-map.h

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc: add include guard to rc-map.h Author: Masahiro Yamada Date:Tue Aug 6 04:07:38 2019 -0300 Add a header include guard just in case. Signed-off-by: Masahiro Yamada Signed-off-by:

[git:media_tree/master] media: imon_raw: prevent "nonsensical timing event of duration 0"

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imon_raw: prevent "nonsensical timing event of duration 0" Author: Sean Young Date:Fri Aug 9 19:31:08 2019 -0300 Sometimes the device sends IR data which is all space, no pulses

[git:media_tree/master] media: media/dvb: Use kmemdup rather than duplicating its implementation

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media/dvb: Use kmemdup rather than duplicating its implementation Author: Fuqian Huang Date:Wed Jul 3 13:28:37 2019 -0300 kmemdup is introduced to duplicate a region of memory in a

[git:media_tree/master] media: media/usb: Use kmemdup rather than duplicating its implementation

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media/usb: Use kmemdup rather than duplicating its implementation Author: Fuqian Huang Date:Wed Jul 3 13:28:57 2019 -0300 kmemdup is introduced to duplicate a region of memory in a

[git:media_tree/master] media: rc: imon-rsc keymap has incorrect mappings

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc: imon-rsc keymap has incorrect mappings Author: Sean Young Date:Tue Aug 13 08:19:11 2019 -0300 KEY_MAX is not a key but designates the highest value a linux keycode can ever have.

[git:media_tree/master] media: imon_raw: simplify and explain bit operations

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imon_raw: simplify and explain bit operations Author: Sean Young Date:Fri Aug 9 18:47:41 2019 -0300 This code needs some explanation. Signed-off-by: Sean Young Signed-off-by: Mauro

[git:media_tree/master] media: media/tuners: Use kmemdup rather than duplicating its implementation

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media/tuners: Use kmemdup rather than duplicating its implementation Author: Fuqian Huang Date:Wed Jul 3 13:28:48 2019 -0300 kmemdup is introduced to duplicate a region of memory in

[git:media_tree/master] media: em28xx: modules workqueue not inited for 2nd device

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: em28xx: modules workqueue not inited for 2nd device Author: Sean Young Date:Sun Aug 11 02:05:51 2019 -0300 syzbot reports an error on flush_request_modules() for the second device.

[git:media_tree/master] media: selftests: ir: fix ir_loopback test failure

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: selftests: ir: fix ir_loopback test failure Author: Sean Young Date:Fri Aug 9 19:02:59 2019 -0300 The decoder is called rc-mm, not rcmm. This was renamed late in the cycle so this

[git:media_tree/master] media: dvb_frontend.h: Fix shifting signed 32-bit value problem

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb_frontend.h: Fix shifting signed 32-bit value problem Author: Luke Nowakowski-Krijger Date:Thu Jul 4 17:58:12 2019 -0300 Fix DVBFE_ALGO_RECOVERY and DVBFE_ALGO_SEARCH_ERROR use

[git:media_tree/master] media: ir-kbd-i2c: convert to i2c_new_dummy_device()

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ir-kbd-i2c: convert to i2c_new_dummy_device() Author: Wolfram Sang Date:Thu Aug 8 12:53:28 2019 -0300 Convert this driver to use the new i2c_new_dummy_device() call and bail out if

[git:media_tree/master] media: tm6000: double free if usb disconnect while streaming

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tm6000: double free if usb disconnect while streaming Author: Sean Young Date:Tue Aug 13 13:45:09 2019 -0300 The usb_bulk_urb will kfree'd on disconnect, so ensure the pointer is set

[git:media_tree/master] media: rc: imon: Allow iMON RC protocol for ffdc 7e device

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc: imon: Allow iMON RC protocol for ffdc 7e device Author: Darius Rad Date:Tue Jul 23 13:37:46 2019 -0300 Allow selecting the IR protocol, MCE or iMON, for a device that identifies

[git:media_tree/master] media: stv0900_core: remove redundant assignment to variables mclk, div and ad_div

2019-08-14 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stv0900_core: remove redundant assignment to variables mclk, div and ad_div Author: Colin Ian King Date:Fri Jul 5 05:51:32 2019 -0300 The variables mclk, div and ad_div are being