Re:

2015-11-13 Thread Alberto Mardegan
On 11/12/2015 07:20 PM, Mauro Carvalho Chehab wrote: > Complaining doesn't help at all. We don't read the mailing list to I wasn't complaining, just asking :-) [...] > All patches that goes to the ML are automatically stored there, and will be > handled by one of the (sub-)maintainers. [...]

Re:

2015-11-13 Thread Mauro Carvalho Chehab
Em Fri, 13 Nov 2015 10:54:31 +0100 Patrick Boettcher escreveu: > On Thu, 12 Nov 2015 15:41:50 -0200 Mauro Carvalho Chehab > wrote: > > > Is putting the patch in an attachment OK? > > > > No, because it doesn't make easy for people to reply

[PATCH] [media] radio-shark2: constify radio_tea5777_ops structures

2015-11-13 Thread Julia Lawall
The radio_tea5777_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/media/radio/radio-shark2.c |2 +- drivers/media/radio/radio-tea5777.h |2 +- 2 files changed, 2 insertions(+), 2

[PATCH] v4l2-dv-timings: add new arg to v4l2_match_dv_timings

2015-11-13 Thread Hans Verkuil
Add the new match_reduced_fps argument to v4l2_match_dv_timings(). Depending on the situation you may or may not desire to match the reduced_fps flag. Typically only HDMI transmitters will need to check for this flag. Signed-off-by: Hans Verkuil --- Needed to make

Re:

2015-11-13 Thread Patrick Boettcher
On Thu, 12 Nov 2015 15:41:50 -0200 Mauro Carvalho Chehab wrote: > > Is putting the patch in an attachment OK? > > No, because it doesn't make easy for people to reply with comments. Except if you are using claws. With which you can select text in a text attachment and

Re: [Patch v2 1/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-11-13 Thread Hans Verkuil
On 10/20/2015 09:55 PM, Hans Verkuil wrote: > On 10/16/2015 05:07 PM, Hans Verkuil wrote: >> On 09/21/2015 10:04 PM, Benoit Parrot wrote: >>> The Camera Adaptation Layer (CAL) is a block which consists of a dual >>> port CSI2/MIPI camera capture engine. >>> Port #0 can handle CSI2 camera connected

[PATCH] [media] ttusb-dec: constify ttusbdecfe_config structure

2015-11-13 Thread Julia Lawall
The ttusbdecfe_config structure is never modified, so declare it as const. Other references to this structure type were already declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/media/usb/ttusb-dec/ttusb_dec.c |2 +- 1 file

Re: [PATCH] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure

2015-11-13 Thread Michael Ira Krufky
Thanks for this! Reviewed-by: Michael Ira Krufky On Fri, Nov 13, 2015 at 7:24 AM, Julia Lawall wrote: > The mxl111sf_demod_config structure is never modified, so declare it > as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia

Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-13 Thread Mauro Carvalho Chehab
Em Wed, 11 Nov 2015 21:26:31 +0100 Arnd Bergmann escreveu: > On Wednesday 11 November 2015 15:14:48 Mauro Carvalho Chehab wrote: > > rename include/media/{ => platform}/exynos-fimc.h (100%) > > rename include/media/{ => platform}/mmp-camera.h (100%) > > rename include/media/{

[PATCH 4/4] si2165: Add DVB-C support for HVR-4400/HVR-5500

2015-11-13 Thread Matthias Schwarzott
It works only for HVR-4400/HVR-5500. For WinTV-HVR-930C-HD it fails with bad/no reception for unknown reasons. Signed-off-by: Matthias Schwarzott --- drivers/media/dvb-frontends/si2165.c | 132 +++ 1 file changed, 120 insertions(+), 12

Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-13 Thread Mauro Carvalho Chehab
Em Fri, 13 Nov 2015 22:31:15 +0100 Arnd Bergmann escreveu: > On Friday 13 November 2015 17:13:41 Mauro Carvalho Chehab wrote: > > Em Wed, 11 Nov 2015 21:26:31 +0100 > > Arnd Bergmann escreveu: > > > > > include/media/{ => drv-intf}/cx2341x.h |

Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-13 Thread Arnd Bergmann
On Friday 13 November 2015 17:13:41 Mauro Carvalho Chehab wrote: > Em Wed, 11 Nov 2015 21:26:31 +0100 > Arnd Bergmann escreveu: > > include/media/{ => drv-intf}/cx2341x.h | 0 > include/media/{ => drv-intf}/cx25840.h | 0 > include/media/{ =>

[PATCH] [media] i2c: constify v4l2_ctrl_ops structures

2015-11-13 Thread Julia Lawall
These v4l2_ctrl_ops structures are never modified, like all the other v4l2_ctrl_ops structures, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/media/i2c/mt9m032.c |2 +- drivers/media/i2c/mt9p031.c |2 +-

[PATCH 3/4] si2165: cleanup logic

2015-11-13 Thread Matthias Schwarzott
Make si2165_set_if_freq_shift query IF frequency itself. create function to write a set of registers Always write adc registers after reset. Signed-off-by: Matthias Schwarzott --- drivers/media/dvb-frontends/si2165.c | 173 ++- 1 file changed, 87

[PATCH 2/4] si2165: fix checkpatch issues

2015-11-13 Thread Matthias Schwarzott
Signed-off-by: Matthias Schwarzott --- drivers/media/dvb-frontends/si2165.c | 69 1 file changed, 39 insertions(+), 30 deletions(-) diff --git a/drivers/media/dvb-frontends/si2165.c b/drivers/media/dvb-frontends/si2165.c index

Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-13 Thread Geert Uytterhoeven
On Fri, Nov 13, 2015 at 8:13 PM, Mauro Carvalho Chehab wrote: >> I think the latter should go into include/linux/platform_data/media/*.h >> instead. > > Agreed. > > Please see the enclosed patch: > > > Subject: [PATCH] [media] include/media: move platform driver headers

Re: [PATCH 3/4] si2165: cleanup logic

2015-11-13 Thread kbuild test robot
Hi Matthias, [auto build test ERROR on v4.3-rc7] [also build test ERROR on next-20151113] url: https://github.com/0day-ci/linux/commits/Matthias-Schwarzott/cx231xx_dvb-use-demod_i2c-for-demod-attach/20151114-065917 config: xtensa-allyesconfig (attached as .config) reproduce: wget

cron job: media_tree daily build: ERRORS

2015-11-13 Thread Hans Verkuil
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: Sat Nov 14 04:00:17 CET 2015 git branch: test git hash: 79f5b6ae960d380c829fb67d5dadcd1d025d2775 gcc

[PATCH] [media] media: videobuf2: fix compare_const_fl.cocci warnings

2015-11-13 Thread Julia Lawall
Move constants to the right of binary operators. Generated by: scripts/coccinelle/misc/compare_const_fl.cocci CC: Junghak Sung Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall --- !b->m.planes could also be

Re: [PATCH] v4l2-pci-skeleton.c: forgot to update v4l2_match_dv_timings call

2015-11-13 Thread kbuild test robot
Hi Hans, [auto build test ERROR on v4.3-rc7] [also build test ERROR on next-20151113] url: https://github.com/0day-ci/linux/commits/Hans-Verkuil/v4l2-pci-skeleton-c-forgot-to-update-v4l2_match_dv_timings-call/20151113-220325 config: i386-randconfig-s0-201545 (attached as .config) reproduce

[GIT PULL FOR v4.5] Various fixes/enhancements

2015-11-13 Thread Hans Verkuil
Hi Mauro, A large pile of various fixes and enhancements. Regards, Hans The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775: [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK (2015-10-20 16:02:41 -0200) are available in the git

[PATCH] v4l2-pci-skeleton.c: forgot to update v4l2_match_dv_timings call

2015-11-13 Thread Hans Verkuil
Add missing new argument to v4l2_match_dv_timings() in this skeleton driver. Signed-off-by: Hans Verkuil diff --git a/Documentation/video4linux/v4l2-pci-skeleton.c b/Documentation/video4linux/v4l2-pci-skeleton.c index 95ae828..1c8b102 100644 ---

[PATCH] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure

2015-11-13 Thread Julia Lawall
The mxl111sf_demod_config structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c |4 ++-- drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h |4 ++--