[PATCH 0/3] [media] DVB-frontends: Deletion of a few unnecessary checks

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 19 Nov 2014 23:30:37 +0100 Another update suggestion was taken into account after a patch was applied from static source code analysis. Markus Elfring (3): DVB-frontends: Deletion of unnecessary checks before the function call

[PATCH 2/3] [media] m88ds3103: One function call less in m88ds3103_init() after error detection

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 19 Nov 2014 23:20:51 +0100 The release_firmware() function was called in some cases by the m88ds3103_init() function during error handling even if the passed variable contained still a null pointer. This implementation detail could be

[PATCH 1/3] [media] DVB-frontends: Deletion of unnecessary checks before the function call release_firmware

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 19 Nov 2014 22:27:24 +0100 The release_firmware() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software.

[PATCH 3/3] [media] si2168: One function call less in si2168_init() after error detection

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 19 Nov 2014 23:23:15 +0100 The release_firmware() function was called in some cases by the si2168_init() function during error handling even if the passed variable contained still a null pointer. This implementation detail could be

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-20 Thread Jacek Anaszewski
Hi Pavel, Sakari, On 11/19/2014 06:53 PM, Sakari Ailus wrote: Hi Jacek and Pavel, Jacek Anaszewski wrote: Hi Pavel, Sakari, On 11/18/2014 05:51 PM, Pavel Machek wrote: Hi! If the hardware LED changes with one that needs different current, the block for the adp1653 stays the same, but

Re: [PATCH/RFC v6 1/2] media: Add registration helpers for V4L2 flash

2014-11-20 Thread Sakari Ailus
Hi Jacek, Thank you for your thoughtful writing on the subject. Jacek Anaszewski wrote: Hi Sakari, On 09/22/2014 05:21 PM, Jacek Anaszewski wrote: This patch adds helper functions for registering/unregistering LED class flash devices as V4L2 subdevs. The functions should be called from

[PATCH 1/1] [media] firewire: Deletion of an unnecessary check before the function call dvb_unregister_device

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 20 Nov 2014 10:49:07 +0100 The dvb_unregister_device() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software.

[PATCH 1/1] [media] i2c: Deletion of an unnecessary check before the function call rc_unregister_device

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 20 Nov 2014 11:13:16 +0100 The rc_unregister_device() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software.

Re: [PATCH/RFC v6 1/2] media: Add registration helpers for V4L2 flash

2014-11-20 Thread Jacek Anaszewski
Hi Sakari, On 11/20/2014 10:36 AM, Sakari Ailus wrote: Hi Jacek, Thank you for your thoughtful writing on the subject. I am just doing my best to bring it to a successful end :) Jacek Anaszewski wrote: Hi Sakari, On 09/22/2014 05:21 PM, Jacek Anaszewski wrote: This patch adds helper

[PATCH 1/1] [media] platform: Deletion of unnecessary checks before two function calls

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 20 Nov 2014 11:44:20 +0100 The functions i2c_put_adapter() and release_firmware() test whether their argument is NULL and then return immediately. Thus the test around the call is not needed. This issue was detected by using the

[PATCH 1/1] [media] rc: Deletion of unnecessary checks before two function calls

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 20 Nov 2014 13:01:32 +0100 The functions input_free_device() and rc_close() test whether their argument is NULL and then return immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-20 Thread Pavel Machek
Hi! I would also swap the segments of a property name to follow the convention as in case of regulator-max-microamp. Updated version: == Optional properties for child nodes: - max-microamp : maximum intensity in microamperes of

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-20 Thread Pavel Machek
Hi! But regulators already have regulator-max-microamp property. So what about: max-microamp : maximum intensity in microamperes of the LED (torch LED for flash devices) max-flash-microamp : initial intensity in microamperes of the flash LED; it

[PATCH 1/1] [media] USB: Deletion of unnecessary checks before three function calls

2014-11-20 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 20 Nov 2014 13:26:36 +0100 The functions pvr2_hdw_destroy(), rc_unregister_device() and vfree() perform also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-20 Thread Jacek Anaszewski
On 11/19/2014 10:45 AM, Jacek Anaszewski wrote: Hi Pavel, Sakari, On 11/18/2014 05:51 PM, Pavel Machek wrote: Hi! If the hardware LED changes with one that needs different current, the block for the adp1653 stays the same, but white LED block should be updated with different value. I think

Re: staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*

2014-11-20 Thread Sean Young
On Mon, Nov 17, 2014 at 12:59:09PM -0200, Mauro Carvalho Chehab wrote: Em Sun, 9 Nov 2014 21:35:17 + Sean Young s...@mess.org escreveu: On Thu, Nov 06, 2014 at 08:56:47AM -0500, Andy Walls wrote: On November 6, 2014 8:54:28 AM EST, Andy Walls awalls.c...@gmail.com wrote: Sean,

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-20 Thread Jacek Anaszewski
Hi Pavel, On 11/20/2014 01:12 PM, Pavel Machek wrote: Hi! I would also swap the segments of a property name to follow the convention as in case of regulator-max-microamp. Updated version: == Optional properties for child nodes: -

Re: Fwd: Re: Re: Problems with Linux drivers (Debian Jessie kernel 3.16.0-4)

2014-11-20 Thread Christopher Scheuring
Hello, I yust checked the SNR Level the DVBSky-Card providing with the drivers from dvbsky.net (media_build-bst-14-141106): # ./femon -a 0 using '/dev/dvb/adapter0/frontend0' FE: Montage DS3103/TS2022 (SAT) status 1f | signal 7323 | snr b064 | ber | unc | FE_HAS_LOCK # ./femon

Re: [PATCH 1/1] [media] firewire: Deletion of an unnecessary check before the function call dvb_unregister_device

2014-11-20 Thread Stefan Richter
On Nov 20 SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 20 Nov 2014 10:49:07 +0100 The dvb_unregister_device() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was

v4l-utils stable release 1.6.1

2014-11-20 Thread Gregor Jasny
Hello, do you consider something from these commits as important enough for a bugfix release? Thanks, Gregor Akihiro Tsukada (9): libdvbv5, dvbv5-scan: generalize channel duplication check libdvbv5: add as many channels as possible in scanning DVB-T2 libdvbv5: wrong

[PATCH 2/9] clk: sunxi: Make sun4i_a10_mod0_data available outside of clk-mod0.c

2014-11-20 Thread Hans de Goede
The sun6i prcm has mod0 compatible clocks, these need a separate driver because the prcm uses the mfd framework, but we do want to re-use the standard mod0 clk handling from clk-mod0.c for this, export sun4i_a10_mod0_data, so that the prcm mod0 clk driver can use this. Signed-off-by: Hans de

[PATCH 1/9] clk: sunxi: Give sunxi_factors_register a registers parameter

2014-11-20 Thread Hans de Goede
Before this commit sunxi_factors_register uses of_iomap(node, 0) to get the clk registers. The sun6i prcm has factor clocks, for which we want to use sunxi_factors_register, but of_iomap(node, 0) does not work for the prcm factor clocks, because the prcm uses the mfd framework, so the registers

[PATCH 0/9] sun6i / A31 ir receiver support

2014-11-20 Thread Hans de Goede
Hi Maxime, et al, Here is a patch series adding support for the ir receiver found on sun6i, it is the same one as found on sun5i (which is very similar to the sun4i one we already support), except that as usual on sun6i it needs a reset to be de-asserted. More interesting is the clocking of it,

[PATCH 9/9] ARM: dts: sun6i: Enable ir receiver on the Mele M9

2014-11-20 Thread Hans de Goede
The Mele M9 has an ir receiver, enable it. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31-m9.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-m9.dts b/arch/arm/boot/dts/sun6i-a31-m9.dts index 4202c64..94ddf9c 100644 ---

[PATCH 6/9] ARM: dts: sun6i: Add ir_clk node

2014-11-20 Thread Hans de Goede
Add an ir_clk sub-node to the prcm node. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index a01b215..4aa628b 100644 ---

[PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver

2014-11-20 Thread Hans de Goede
Add a driver for mod0 clocks found in the prcm. Currently there is only one mod0 clocks in the prcm, the ir clock. Signed-off-by: Hans de Goede hdego...@redhat.com --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 + drivers/clk/sunxi/Makefile| 2 +-

[PATCH 7/9] ARM: dts: sun6i: Add ir node

2014-11-20 Thread Hans de Goede
Add a node for the ir receiver found on the A31. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 4aa628b..d33e758 100644

[PATCH 8/9] ARM: dts: sun6i: Add pinmux settings for the ir pins

2014-11-20 Thread Hans de Goede
Add pinmux settings for the ir receive pin of the A31. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun6i-a31.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index d33e758..90b7537

[PATCH 5/9] rc: sunxi-cir: Add support for the larger fifo found on sun5i and sun6i

2014-11-20 Thread Hans de Goede
Add support for the larger fifo found on sun5i and sun6i, having a separate compatible for the ir found on sun5i sun6i also is useful if we ever want to add ir transmit support, because the sun5i sun6i version do not have transmit support. Note this commits also adds checking for the

[PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-20 Thread Hans de Goede
On sun6i the cir block is attached to the reset controller, add support for de-asserting the reset if a reset controller is specified in dt. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/media/rc/sunxi-cir.c | 25 +++-- 1 file changed, 23 insertions(+), 2

Re: v4l-utils stable release 1.6.1

2014-11-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Nov 2014 16:31:09 +0100 Gregor Jasny gja...@googlemail.com escreveu: Hello, do you consider something from these commits as important enough for a bugfix release? From my side, those are bug fixes that affect two RC6 tables: ir-keytable: fix a regression introduced by

Re: [PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Nov 2014 16:55:23 +0100 Hans de Goede hdego...@redhat.com escreveu: On sun6i the cir block is attached to the reset controller, add support for de-asserting the reset if a reset controller is specified in dt. Signed-off-by: Hans de Goede hdego...@redhat.com As this is meant to be

Re: [PATCH 5/9] rc: sunxi-cir: Add support for the larger fifo found on sun5i and sun6i

2014-11-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Nov 2014 16:55:24 +0100 Hans de Goede hdego...@redhat.com escreveu: Add support for the larger fifo found on sun5i and sun6i, having a separate compatible for the ir found on sun5i sun6i also is useful if we ever want to add ir transmit support, because the sun5i sun6i version do

Re: [linux-sunxi] [PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver

2014-11-20 Thread Chen-Yu Tsai
Hi, On Thu, Nov 20, 2014 at 7:55 AM, Hans de Goede hdego...@redhat.com wrote: Add a driver for mod0 clocks found in the prcm. Currently there is only one mod0 clocks in the prcm, the ir clock. Signed-off-by: Hans de Goede hdego...@redhat.com ---

Re: [linux-sunxi] [PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver

2014-11-20 Thread Hans de Goede
Hi, On 11/20/2014 07:24 PM, Chen-Yu Tsai wrote: Hi, On Thu, Nov 20, 2014 at 7:55 AM, Hans de Goede hdego...@redhat.com wrote: Add a driver for mod0 clocks found in the prcm. Currently there is only one mod0 clocks in the prcm, the ir clock. Signed-off-by: Hans de Goede hdego...@redhat.com

Re: SAA7164 firmware for Asus MyCinema

2014-11-20 Thread Olli Salonen
On Wed, 19 Nov 2014, Éder Zsolt wrote: Hi, I found at the site: http://www.linuxtv.org/wiki/index.php/ATSC_PCIe_Cards that if I have a TV-tuner card which is currently unsupported, you may help me how I can make workable this device. I have an Asus MyCinema EHD3-100/NAQ/FM/AV/MCE RC dual

Re: [PATCH 1/1] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci box support

2014-11-20 Thread Olli Salonen
Hi Max, I think this is ok. In the nearby future, would be good to move TT CT2-4650 CI support to the dvbsky driver as that one is a rebadged T680CI anyway. If you will add T330 support as well, we could move CT2-4400 too.. Reviewed-by: Olli Salonen olli.salo...@iki.fi Cheers, -olli On

Re: [PATCH 2/3] si2168: TS clock inversion control.

2014-11-20 Thread Olli Salonen
Reviewed-by: Olli Salonen olli.salo...@iki.fi On Fri, 14 Nov 2014, CrazyCat wrote: TS clock polarity control implemented. Signed-off-by: Evgeny Plehov evgenyple...@ukr.net --- drivers/media/dvb-frontends/si2168.c | 7 +-- drivers/media/dvb-frontends/si2168.h | 4

Re: [PATCH 3/3] cxusb: Geniatech T230 support.

2014-11-20 Thread Olli Salonen
Reviewed-by: Olli Salonen olli.salo...@iki.fi On Fri, 14 Nov 2014, CrazyCat wrote: Geniatech Mygica T230 DVB-T/T2/C USB stick support. Signed-off-by: Evgeny Plehov evgenyple...@ukr.net --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + drivers/media/usb/dvb-usb/cxusb.c| 127

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-20 Thread Olli Salonen
On Mon, 17 Nov 2014, Michael Holzer wrote: I'd see merit to show the supported chips explicitly as otherwise users may be confused if a new unsupported chip (lets assume Si2159) appears and the message is generic as proposed Si215x. To get clarity for this case source code reading would be

Re: v4l-utils stable release 1.6.1

2014-11-20 Thread Hans de Goede
Hi, On 11/20/2014 04:31 PM, Gregor Jasny wrote: Hello, do you consider something from these commits as important enough for a bugfix release? snip Hans de Goede (2): rc_keymaps: allwinner: S/KEY_HOME/KEY_HOMEPAGE/ v4lconvert: Fix decoding of jpeg data with no vertical

[PATCH 3/3] em28xx: initialize si2168_config struct

2014-11-20 Thread Olli Salonen
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the si2168_config struct is not initialized to all zeros. Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/usb/em28xx/em28xx-dvb.c | 1 + 1 file changed, 1

[PATCH 2/3] af9035: initialize si2168_config struct

2014-11-20 Thread Olli Salonen
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the si2168_config struct is not initialized to all zeros. Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/usb/dvb-usb-v2/af9035.c | 1 + 1 file changed, 1

[PATCH 1/3] cxusb: initialize si2168_config struct

2014-11-20 Thread Olli Salonen
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the si2168_config struct is not initialized to all zeros. Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/usb/dvb-usb/cxusb.c | 1 + 1 file changed, 1 insertion(+)

Fix Penguin Penalty 17th October2014 ( mail-archive.com )

2014-11-20 Thread attiring36612
Dear Sir Did your website get hit by Google Penguin update on October 17th 2014? What basically is Google Penguin Update? It is actually a code name for Google algorithm which aims at decreasing your websites search engine rankings that violate Google’s guidelines by using black hat SEO

[PATCH] rc-core: fix toggle handling in the rc6 decoder

2014-11-20 Thread David Härdeman
The toggle bit shouldn't be cleared before the toggle value is calculated. This should probably go into 3.17.x as well. Fixes: 120703f9eb32 ([media] rc-core: document the protocol type) Tested-by: Stephan Raue mailingli...@openelec.tv Signed-off-by: David Härdeman da...@hardeman.nu Cc:

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-20 Thread CrazyCat
No need, because si214x is same si215x without analog filter path. 20.11.2014, 22:10, Olli Salonen olli.salo...@iki.fi: Crazycat, do you think you could change the firmware loading for Si2148 as discussed here though and send a new patch? -- To unsubscribe from this list: send the line

Re: [linux-sunxi] [PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-20 Thread Julian Calaby
Hi Hans, On Fri, Nov 21, 2014 at 2:55 AM, Hans de Goede hdego...@redhat.com wrote: On sun6i the cir block is attached to the reset controller, add support for de-asserting the reset if a reset controller is specified in dt. Signed-off-by: Hans de Goede hdego...@redhat.com ---

Re: Re: Fwd: Re: Re: Problems with Linux drivers (Debian Jessie kernel3.16.0-4)

2014-11-20 Thread Nibble Max
Hello Chris, Do all of your transponders have such issue or only some special transponders? Could you list the parameters for them? for example, dvb-s or dvb-s2 type, frequency, symbol rate. The dvbsky.net firmware dvb-fe-ds3103.fw is version 3.7. Annti uses the firmware dvb-demod-m88ds3103.fw,

cron job: media_tree daily build: OK

2014-11-20 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: Fri Nov 21 04:00:14 CET 2014 git branch: test git hash: c02ef64aab828d80040b5dce934729312e698c33 gcc

Добрый день,

2014-11-20 Thread Harlan Coben
Добрый день, Вам нужен срочный кредит, чтобы купить дом или оплатить счета или Xmas кредит, если да, свяжитесь с нами со следующей информацией по адресу:? 3% ставке. Имя заявителя (Ф.И.О.): Пол: ... Требуется Сумма кредита :. Кредит Продолжительность :. Цель займа :. Ежемесячный доход :.