Re: [RFC 4/4] dt-bindings: media: add Amlogic Meson Video Decoder Bindings

2018-08-01 Thread Martin Blumenstingl
Hi Maxime, many thanks for your work! On Wed, Aug 1, 2018 at 9:34 PM Maxime Jourdan wrote: > > Add documentation for the meson vdec dts node. > > Signed-off-by: Maxime Jourdan > --- > .../bindings/media/amlogic,meson-vdec.txt | 60 +++ > 1 file changed, 60 insertions(+) >

Re: [PATCHv2 0/3] dw-hdmi: add property to disable CEC

2018-03-24 Thread Martin Blumenstingl
Hi Neil, On Sat, Mar 24, 2018 at 2:41 PM, Neil Armstrong <narmstr...@baylibre.com> wrote: > Hi Martin, > >> Le 24 mars 2018 à 12:00, Martin Blumenstingl >> <martin.blumensti...@googlemail.com> a écrit : >> >> Hello Hans, Hi Neil, >> >> (apol

Re: [PATCHv2 0/3] dw-hdmi: add property to disable CEC

2018-03-24 Thread Martin Blumenstingl
Hello Hans, Hi Neil, (apologies in advance if any of this is wrong, I don't have any CEC capable TV so I can't test it) On Fri, Mar 23, 2018 at 1:59 PM, Hans Verkuil wrote: > From: Hans Verkuil > > Some boards (amlogic) have two CEC controllers: the

Re: [PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-01 Thread Martin Blumenstingl
On Wed, Feb 1, 2017 at 11:14 PM, Martin Blumenstingl <martin.blumensti...@googlemail.com> wrote: > The driver already parses the "linux,rc-map-name" property. Add this > information to the documentation so .dts maintainers don't have to look > it up in the source-code.

[PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-01 Thread Martin Blumenstingl
The driver already parses the "linux,rc-map-name" property. Add this information to the documentation so .dts maintainers don't have to look it up in the source-code. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> Acked-by: Rob Herring <r...@kernel.org

[PATCH] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-01-31 Thread Martin Blumenstingl
The driver already parses the "linux,rc-map-name" property. Add this information to the documentation so .dts maintainers don't have to look it up in the source-code. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- Documentation/devicetree/bindings/me

[PATCH] Documentation: devicetree: add the RC map name of the geekbox remote

2017-01-31 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- The geekbox keymap was added while the documentation patch was not applied yet (and I wasn't aware of this pending patch). This ensures that the documentation is in sync with the actual keymaps. Documentation/devi

[PATCH] media: rc/keymaps: add a keytable for the GeekBox remote control

2017-01-13 Thread Martin Blumenstingl
The GeekBox ships with a 12 button remote control which seems to use the NEC protocol. The button keycodes were captured with the "ir-keytable" tool (ir-keytable -p $PROTOCOL -t; human_button_pusher). Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> ---

Re: astrometa device driver

2017-01-08 Thread Martin Blumenstingl
On Mon, Jan 9, 2017 at 1:45 AM, Dieter Miosga wrote: > Here's the result of the lsusb on the HanfTek 15f4:0135 This USB ID is not registered with the cx231xx driver yet - thus the driver simply ignores your device. The basics steps for adding support for your card would be:

Re: astrometa device driver

2017-01-08 Thread Martin Blumenstingl
Hello Dieter, (I CC'ed the linux-media mailing list so other users can look this up when they run into the same problem) On Sun, Jan 8, 2017 at 7:27 PM, Dieter Miosga wrote: > Happy 2017! > > One of the parts that were placed under my imaginary Christmas tree was an >

Re: [PATCH 2/2] mn88473: refactor and fix statistics

2016-11-26 Thread Martin Blumenstingl
R calculations to keep it in line with > dvb logarithm functions. > > Move all statistic logic to mn88473_read_status() function. > > Use regmap_bulk_read() for reading multiple registers as a one go. > > And many more and less minor changes. > > Cc: Martin Blumenstingl

[RFC] add DVBv5 statistics support to mn88473

2016-09-24 Thread Martin Blumenstingl
) - signal strength seems to be too low (compared to my em28xx device) - I am not sure whether my implementation for bit errors and block errors is correct [0] https://www.linuxtv.org/wiki/index.php/Panasonic_MN88472 Martin Blumenstingl (1): media: mn88473: add DVBv5 statistics support drivers

[RFC] media: mn88473: add DVBv5 statistics support

2016-09-24 Thread Martin Blumenstingl
Implement DVBv5 statistics support for DVB-T, DVB-T2 and DVB-C. All information was taken from the LinuxTV wiki, where Benjamin Larsson has documented all registers: https://www.linuxtv.org/wiki/index.php/Panasonic_MN88472 Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.

[PATCH v5 1/6] pinctrl: amlogic: gxbb: add the IR remote input pin

2016-08-20 Thread Martin Blumenstingl
This adds the IR remote receiver to the AO domain devices. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> Reviewed-by: Kevin Hilman <khil...@baylibre.com> --- drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 8 1 file changed, 8 insertions(+) diff --g

[PATCH v5 0/6] Add Meson 8b / GXBB support to the IR driver

2016-08-20 Thread Martin Blumenstingl
bre.com> [0] https://github.com/erdoukki/linux-amlogic-1/commit/969b2e2242fb14a13cb651f9a1cf771b599c958b [1] http://forum.odroid.com/viewtopic.php?f=135=20504 Martin Blumenstingl (3): pinctrl: amlogic: gxbb: add the IR remote input pin ARM64: dts: amlogic: add the input pin for the IR rem

[PATCH v5 0/6] Add Meson 8b / GXBB support to the IR driver

2016-08-20 Thread Martin Blumenstingl
bre.com> [0] https://github.com/erdoukki/linux-amlogic-1/commit/969b2e2242fb14a13cb651f9a1cf771b599c958b [1] http://forum.odroid.com/viewtopic.php?f=135=20504 Martin Blumenstingl (3): pinctrl: amlogic: gxbb: add the IR remote input pin ARM64: dts: amlogic: add the input pin for the IR rem

[PATCH v5 3/6] dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings

2016-08-20 Thread Martin Blumenstingl
From: Neil Armstrong <narmstr...@baylibre.com> New bindings are needed as the register layout on the newer platforms is slightly different compared to Meson6b. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@google

[PATCH v5 5/6] ARM64: dts: meson-gxbb: Add Infrared Remote Controller decoder

2016-08-20 Thread Martin Blumenstingl
From: Neil Armstrong <narmstr...@baylibre.com> This adds the Infrared Remote Controller node so boards with an IR remote can simply enable it. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- a

[PATCH v5 2/6] ARM64: dts: amlogic: add the input pin for the IR remote

2016-08-20 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 4f42316..9

[PATCH v5 6/6] ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards

2016-08-20 Thread Martin Blumenstingl
Enable the Infrared Remote Controller on boards which have an Infrared receiver. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 6 ++ arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 6 ++

[PATCH v5 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder

2016-08-20 Thread Martin Blumenstingl
t;narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> Acked-by: Kevin Hilman <khil...@baylibre.com> --- drivers/media/rc/meson-ir.c | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/drive

[PATCH v4 0/6] Add Meson 8b / GXBB support to the IR driver

2016-08-19 Thread Martin Blumenstingl
): Tested-by: Neil Armstrong <narmstr...@baylibre.com> [0] https://github.com/erdoukki/linux-amlogic-1/commit/969b2e2242fb14a13cb651f9a1cf771b599c958b [1] http://forum.odroid.com/viewtopic.php?f=135=20504 Martin Blumenstingl (3): pinctrl: amlogic: gxbb: add the IR remote pin ARM64: dts: amlo

[PATCH v4 1/6] pinctrl: amlogic: gxbb: add the IR remote pin

2016-08-19 Thread Martin Blumenstingl
This adds the IR remote receiver to the AO domain devices. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c b/d

[PATCH v4 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder

2016-08-19 Thread Martin Blumenstingl
t;narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- drivers/media/rc/meson-ir.c | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/drivers/media/rc/meson-ir.c b/drivers/media/rc/meson-ir.c inde

[PATCH v4 5/6] ARM64: dts: meson-gxbb: Add Infrared Remote Controller decoder

2016-08-19 Thread Martin Blumenstingl
From: Neil Armstrong <narmstr...@baylibre.com> This adds the Infrared Remote Controller node so boards with an IR remote can simply enable it. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- a

[PATCH v4 3/6] dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings

2016-08-19 Thread Martin Blumenstingl
From: Neil Armstrong <narmstr...@baylibre.com> New bindings are needed as the register layout on the newer platforms is slightly different compared to Meson6b. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@google

[PATCH v4 2/6] ARM64: dts: amlogic: add the pin for the IR remote

2016-08-19 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 4f42316..7

[PATCH v4 6/6] ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards

2016-08-19 Thread Martin Blumenstingl
Enable the Infrared Remote Controller on boards which have an Infrared receiver. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 6 ++ arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 6 ++

[PATCH v3 4/4] ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards

2016-06-28 Thread Martin Blumenstingl
Enable the Infrared Remote Controller on boards which have an Infrared receiver. Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 4 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 4 arch

[PATCH v3 0/4] Add Meson 8b / GXBB support to the IR driver

2016-06-28 Thread Martin Blumenstingl
and enable it on the supported boards [0] https://github.com/erdoukki/linux-amlogic-1/commit/969b2e2242fb14a13cb651f9a1cf771b599c958b [1] http://forum.odroid.com/viewtopic.php?f=135=20504 Martin Blumenstingl (1): ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards Neil Armst

[PATCH v3 3/4] ARM64: meson-gxbb: Add Infrared Remote Controller decoder

2016-06-28 Thread Martin Blumenstingl
From: Neil Armstrong <narmstr...@baylibre.com> This adds the Infrared Remote Controller node so boards with an IR remote can simply enable it. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- a

[PATCH v3 1/4] dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings

2016-06-28 Thread Martin Blumenstingl
From: Neil Armstrong <narmstr...@baylibre.com> New bindings are needed as the register layout on the newer platforms is slightly different compared to Meson6b. Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...

[PATCH v3 2/4] media: rc: meson-ir: Add support for newer versions of the IR decoder

2016-06-28 Thread Martin Blumenstingl
t;narmstr...@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- drivers/media/rc/meson-ir.c | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/drivers/media/rc/meson-ir.c b/drivers/media/rc/meson-ir.c inde

[PATCH v2 1/2] media: rc: meson-ir: fix enabling raw/soft-decoding mode

2016-06-26 Thread Martin Blumenstingl
ing mode (either set by the bootloader or the chip's default, which uses NEC as it's default) is used. While here, I also added defines for the protocols which can be decoded by the hardware (more work is needed to be actually able to use them though). Signed-off-by: Martin Blumenstingl <martin.blum

[PATCH v2 2/2] ARM: dts: meson: fixed size of the meson-ir registers

2016-06-26 Thread Martin Blumenstingl
According to the reference driver (and the datasheet of the newer Meson8b/S805 and GXBB/S905 SoCs) there are 14 registers, each 32 bit wide. Adjust the register size to reflect that, as register offset 0x20 is now also needed by the meson-ir driver. Signed-off-by: Martin Blumenstingl

[v2] media: rc: fix Meson IR decoder

2016-06-26 Thread Martin Blumenstingl
The meson-ir driver uses the wrong offset (at least according to Amlogic's reference driver as well as the datasheets of the Meson8b/S805 and GXBB/S905). This means that we are getting incorrect durations (REG1_TIME_IV) reported from the hardware. This problem was also noticed by some people

[PATCH] media: rc: use the correct register offset and bits to enable raw mode

2016-06-26 Thread Martin Blumenstingl
ing mode (either set by the bootloader or the chip's default, which uses NEC as it's default) is used. While here, I also added defines for the protocols which can be decoded by the hardware (more work is needed to be actually able to use them though). Signed-off-by: Martin Blumenstingl <martin.blum

media: rc: fix Meson IR decoder

2016-06-26 Thread Martin Blumenstingl
The meson-ir driver uses the wrong offset (at least according to Amlogic's reference driver as well as the datasheets of the Meson8b/S805 and GXBB/S905). This means that we are getting incorrect durations (REG1_TIME_IV) reported from the hardware. This problem was also noticed by some people

[PATCH v3] [media] rtl2832: add support for slave ts pid filter

2016-06-07 Thread Martin Blumenstingl
The rtl2832 demod has 2 sets of PID filters. This patch enables the filter support when using a slave demod. Signed-off-by: Benjamin Larsson <benja...@southpole.se> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- changes since v2: - rebased to make the

[PATCH 1/2] [media] rtl28xxu: auto-select more DVB-frontends and tuners

2016-05-22 Thread Martin Blumenstingl
- MEDIA_TUNER_MXL5007T Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- drivers/media/usb/dvb-usb-v2/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index 3dc8ef0..fcecbf7

[PATCH 2/2] [media] rtl28xxu: sort the config symbols which are auto-selected

2016-05-22 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- drivers/media/usb/dvb-usb-v2/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index fcecbf7..524533d

rtl28xxu: improve DVB-frontend and tuner auto-selection

2016-05-22 Thread Martin Blumenstingl
Hello, my "Astrometa AMDVB-T2 v2" is not working on Arch Linux because their kernel config does not select CONFIG_DVB_MN88473. This is because the maintainers simply rely on MEDIA_SUBDRV_AUTOSELECT to choose the required drivers. This patchset depends on Antti Palosaari's patch "mn88472: move

[PATCH v2] [media] rtl2832: add support for slave ts pid filter

2016-05-22 Thread Martin Blumenstingl
The rtl2832 demod has 2 sets of PID filters. This patch enables the filter support when using a slave demod. Signed-off-by: Benjamin Larsson <benja...@southpole.se> Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> --- This patch was originally written by Benj

[PATCH] [media] Fix firmware download for the Terratec Cinergy HTC Stick HD. The file was moved on the server.

2013-01-01 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- Documentation/dvb/get_dvb_firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 32bc56b..543054a 100755

[PATCH] [media] Fix firmware download for the Terratec Cinergy HTC Stick HD. The file was moved on the server.

2013-01-01 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- Documentation/dvb/get_dvb_firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 32bc56b..543054a 100755

get_dvb_firmware fails for a lot of firmwares

2013-01-01 Thread Martin Blumenstingl
Hi, while testing the firmware download for the drxk_terratec_htc_stick I found that many other firmware downloads are broken. Here is a list of failing downloads: cx231xx: Hash of extracted file does not match! drxk_hauppauge_hvr930c: Hash of extracted file does not match! sp8870: File does not

[PATCH 1/2] em28xx: Better support for the Terratec Cinergy HTC USB XS. This intializes the card just like the windows driver does.

2012-10-04 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- drivers/media/usb/em28xx/em28xx-cards.c | 13 - drivers/media/usb/em28xx/em28xx-dvb.c | 84 - drivers/media/usb/em28xx/em28xx.h | 1 + 3 files changed, 94 insertions(+), 4

[PATCH 2/2] drxk: Use the #define instead of hardcoded values.

2012-10-04 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- drivers/media/dvb-frontends/drxk_hard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/drxk_hard.c b/drivers/media/dvb-frontends/drxk_hard.c index 8b4c6d5..894b6eca

Re: [PATCH 1/2] em28xx: Better support for the Terratec Cinergy HTC USB XS. This intializes the card just like the windows driver does.

2012-10-04 Thread Martin Blumenstingl
Hi, I forgot to add some clarification: - the HTC USB XS HD uses the same firmware as the HTC Stick HD. - both have different GPIO and reg init sequences - I tested my changes only with DVB-C, but I guess DVB-T will work fine (unfortunately I can't test that, but it was working fine on the HTC

[PATCH 1/2] [media] drxk: Make the QAM demodulator command parameters configurable. [v3]

2012-07-04 Thread Martin Blumenstingl
Hi, here's an updated patch which fixes the style issues (sorry for that). Regards, Martin -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/2] [media] drxk: Make the QAM demodulator command parameters configurable.

2012-07-04 Thread Martin Blumenstingl
parameters. Some firmwares in the ROM might also use it. The drxk instances in the em28xx-dvb driver were also updated to silence the warnings. If no qam_demod_parameter_count is given in the drxk_config struct, then the correct number of parameters will be auto-detected. Signed-off-by: Martin

[PATCH 2/2] [media] drxk: Improve logging. [v3]

2012-07-04 Thread Martin Blumenstingl
Hi, here's an updated patch, rebased for the changes in patch 1. Regards, Martin -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/2] [media] drxk: Improve logging.

2012-07-04 Thread Martin Blumenstingl
This patch simply fixes some logging calls: - Use KERN_INFO when printing the chip status. - Add a missing space when logging the drxk_gate_ctrl call. - Use the same logging text as always if the scu_command in GetQAMLockStatus fails. Signed-off-by: Martin Blumenstingl martin.blumensti

[PATCH 1/2] [media] drxk: Make the QAM demodulator command parameters configurable.

2012-06-30 Thread Martin Blumenstingl
Hi, this is an updated version of my patch. Thanks to Mauro Carvalho Chehab and Ralph Metzler for the suggestions. Regards, Martin -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 1/2] [media] drxk: Make the QAM demodulator command parameters configurable.

2012-06-30 Thread Martin Blumenstingl
parameters. Some firmwares in the ROM might also use it. The drxk instances in the em28xx-dvb driver were also updated to silence the warnings. If no qam_demod_parameter_count is given in the drxk_config struct, then the correct number of parameters will be auto-detected. Signed-off-by: Martin

[PATCH 2/2] [media] drxk: Improve logging.

2012-06-30 Thread Martin Blumenstingl
This patch simply fixes some logging calls: - Use KERN_INFO when printing the chip status. - Add a missing space when logging the drxk_gate_ctrl call. - Use the same logging text as always if the scu_command in GetQAMLockStatus fails. Signed-off-by: Martin Blumenstingl martin.blumensti

Re: [PATCH 1/2] [media] drxk: Make the QAM demodulator command configurable.

2012-06-29 Thread Martin Blumenstingl
Hi, I didn't tell old command, or at least not in the sense of old firmware. I told that the first drivers (ddbridge and mantis), based on drxk_ac3.mc firmware, use the 4-parameters variant, while the other drivers use the 2-parameters variant. Oh sorry, I must have gotten that wrong.

[media] drxk: Minor cleanup (basically logging related).

2012-06-28 Thread Martin Blumenstingl
Hi, this little patch series cleans up the dmesg when using the drxk driver. The first patch fixes a warning regarding the wrong QAM demodulator command (this depends on the drxk's firmware). These warnings were spamming my dmesg. The second patch just fixes some partially incorrect

[PATCH 1/2] [media] drxk: Make the QAM demodulator command configurable.

2012-06-28 Thread Martin Blumenstingl
-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- drivers/media/dvb/ddbridge/ddbridge-core.c | 1 + drivers/media/dvb/frontends/drxk.h | 6 +++- drivers/media/dvb/frontends/drxk_hard.c| 44 ++ drivers/media/dvb/frontends/drxk_hard.h| 3

[PATCH 2/2] [media] drxk: Improve logging.

2012-06-28 Thread Martin Blumenstingl
This patch simply fixes some logging calls: - Use KERN_INFO when printing the chip status. - Add a missing space when logging the drxk_gate_ctrl call. - Use the same logging text as always if the scu_command in GetQAMLockStatus fails. Signed-off-by: Martin Blumenstingl martin.blumensti

Re: [PATCH 0/3] em28xx: Improve compatiblity with the Terratec Cinergy HTC Stick HD

2012-06-26 Thread Martin Blumenstingl
Hi Soren, I'm just CC'ing the linux-media mailing list ;) For the record, here's what Soren wrote a few minutes ago: thank you for your help and tests. I tried to avoid this, but now I installed the windows software of this HTC stick. I see the same reception problems in windows, too. So this

Re: [PATCH 0/3] em28xx: Improve compatiblity with the Terratec Cinergy HTC Stick HD

2012-06-25 Thread Martin Blumenstingl
Hi Soren, I just tested DVB-C (we got some local provider here). Correct. My Cinergy HTC Stick is not working for DVB-C with older drivers, too. (I didn't test DVB-T, since there are cheaper sticks for that and vdr opens the HTC stick for dvb-c) Here's the first difference: it worked with a

Re: [PATCH 0/3] em28xx: Improve compatiblity with the Terratec Cinergy HTC Stick HD

2012-06-13 Thread Martin Blumenstingl
Hi Sven, I tested the patchset on linux-3.4.2, unfortunately DVB-C is not working here (DVB-T not tested). If you have further patches or other suggestions what to test, I would be happy to try it. That's sad. I guess it was also not working with the old version, right? Do you get any errors

[PATCH 1/3] [media] Add support for downloading the firmware of the Terratec Cinergy HTC Stick HD's firmware.

2012-06-12 Thread Martin Blumenstingl
As of June 2012 it uses the same firmware as the Hauppauge WinTV HVR 930C. Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- Documentation/dvb/get_dvb_firmware | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Documentation/dvb

[PATCH 2/3] [media] em28xx: Add the DRX-K at I2C address 0x29 to the list of known I2C devices.

2012-06-12 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- drivers/media/video/em28xx/em28xx-i2c.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index 185db65..1683bd9 100644 --- a/drivers

[PATCH 3/3] [media] em28xx: Improve support for the Terratec Cinergy HTC Stick HD.

2012-06-12 Thread Martin Blumenstingl
and it worked quite well. Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- drivers/media/video/em28xx/em28xx-cards.c |7 +-- drivers/media/video/em28xx/em28xx-dvb.c | 83 - 2 files changed, 83 insertions(+), 7 deletions(-) diff --git

[PATCH 0/3] em28xx: Improve compatiblity with the Terratec Cinergy HTC Stick HD

2012-06-12 Thread Martin Blumenstingl
Hi, this patch-set tries to improve compatibility with the Terratec Cinergy HTC Stick HD. It includes a completely new GPIO and analog decoder setup, which is now similar to what the driver on windows does. I also disabled LNA by default as it's what the windows-driver seems to do. This should

[PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-30 Thread Martin Blumenstingl
This simply shows a little warning if the board does not have remote control support. This should make it easier for users to see if they have misconfigured their system or if the driver simply does not have rc-support for their card (yet). Signed-off-by: Martin Blumenstingl martin.blumensti

Re: [PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-30 Thread Martin Blumenstingl
Hello, thanks to Fabio and Ezequiel for the suggestions. This is the latest version of my patch. It basically shows this when connecting my stick (of course only if I remove my other patch): [ 1597.796028] em28xx #0: chip ID is em2884 [ 1597.849321] em28xx #0: Identified as Terratec Cinergy HTC

Re: [PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-30 Thread Martin Blumenstingl
Hi, When sending new versions of a patch you should mark them as [PATCH v2], [PATCH v3], etc in the subject. This way maintainers can follow the patch evolution. Thanks for the hint. I just noticed that I spammed the patchwork system with my patch-mess too. I should probably also always reply

[PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-29 Thread Martin Blumenstingl
This simply shows a little warning if the board does not have remote control support. This should make it easier for users to see if they have misconfigured their system or if the driver simply does not have rc-support for their card (yet). Signed-off-by: Martin Blumenstingl martin.blumensti

[PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-29 Thread Martin Blumenstingl
This simply shows a little warning if the board does not have remote control support. This should make it easier for users to see if they have misconfigured their system or if the driver simply does not have rc-support for their card (yet). Signed-off-by: Martin Blumenstingl martin.blumensti

[PATCH 1/2] [media] em28xx: Add remote control support for Terratec's Cinergy HTC Stick HD

2012-05-29 Thread Martin Blumenstingl
The Cinergy HTC Stick HD uses the same remote control as the TerraTec Cinergy XS products. Thus the same keymap could be re-used. Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- drivers/media/video/em28xx/em28xx-cards.c |1 + 1 file changed, 1 insertion(+) diff

[PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-29 Thread Martin Blumenstingl
This simply shows a little warning if the board does not have remote control support. This should make it easier for users to see if they have misconfigured their system or if the driver simply does not have rc-support for their card (yet). Signed-off-by: Martin Blumenstingl martin.blumensti

Re: [PATCH 1/2] [media] em28xx: Add remote control support for Terratec's Cinergy HTC Stick HD

2012-05-29 Thread Martin Blumenstingl
Hello everyone, sorry for the first reply - I messed up the git send-email command. This is the correct version of the patch (including my signed-off-by and a whitespace fix). Regards, Martin On Tue, May 29, 2012 at 11:19 PM, Martin Blumenstingl martin.blumensti...@googlemail.com wrote

Re: [PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-29 Thread Martin Blumenstingl
Hello Fabio, I can use dev_err if you want. And sorry for sending the patch twice. I messed up the git send-email command here - sorry for that. Regards, Martin On Tue, May 29, 2012 at 11:22 PM, Fabio Estevam feste...@gmail.com wrote: On Tue, May 29, 2012 at 6:08 PM, Martin Blumenstingl

Re: [PATCH] [media] em28xx: Show a warning if the board does not support remote controls

2012-05-29 Thread Martin Blumenstingl
using dev_warn but still including the driver name and the board number? On Tue, May 29, 2012 at 11:28 PM, Fabio Estevam feste...@gmail.com wrote: On Tue, May 29, 2012 at 6:26 PM, Martin Blumenstingl martin.blumensti...@googlemail.com wrote: Hello Fabio, I can use dev_err if you want. Or maybe

em28xx: Remote control support for another board

2012-05-27 Thread Martin Blumenstingl
Hello, some days ago I purchased a TerraTec Cinergy HTC Stick HD. Unfortunately the remote control (which came bundled) did not work. I found out that there's no remote control support for that stick/board in the em28xx driver. Thus I wrote two patches: The first one adds remote control support

[PATCH 1/2] [media] em28xx: Add remote control support for Terratec's Cinergy HTC Stick HD.

2012-05-27 Thread Martin Blumenstingl
The Cinergy HTC Stick HD uses the same remote control as the TerraTec Cinergy XS products. --- drivers/media/video/em28xx/em28xx-cards.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index

[PATCH 2/2] [media] em28xx: Show a warning if the board does not support remote controls.

2012-05-27 Thread Martin Blumenstingl
This simply shows a little warning if the board does not have remote control support. This should make it easier for users to see if they have misconfigured their system or if the driver simply does not have rc-support for their card (yet). --- drivers/media/video/em28xx/em28xx-input.c |3 +++