Re: [STLinux Kernel] [PATCH 1/3] media: st-rc: move to using reset_control_get_optional

2014-09-23 Thread Peter Griffin
Hi Srini, On Mon, 22 Sep 2014, Srinivas Kandagatla wrote: This patch fixes a compilation error while building with the random kernel configuration. drivers/media/rc/st_rc.c: In function 'st_rc_probe': drivers/media/rc/st_rc.c:281:2: error: implicit declaration of function

Re: [STLinux Kernel] [PATCH 3/3] media: st-rc: Remove .owner field for driver

2014-09-23 Thread Peter Griffin
On Mon, 22 Sep 2014, Srinivas Kandagatla wrote: There is no need to init .owner field. Based on the patch from Peter Griffin peter.grif...@linaro.org mmc: remove .owner field for drivers using module_platform_driver This patch removes the superflous .owner field for drivers which use

Re: [STLinux Kernel] [PATCH 1/3] media: st-rc: move to using reset_control_get_optional

2014-10-24 Thread Peter Griffin
to reuse the mainline driver for these SOCs. Yes that is a good point, for the series: - Acked-by: Peter Griffin peter.grif...@linaro.org regards, Peter. -- 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

[PATCH 05/12] [media] tsin: c8sectpfe: Add DT bindings documentation for c8sectpfe driver.

2015-06-24 Thread Peter Griffin
This patch adds the DT bindings documentation for the c8sectpfe LinuxDVB demux driver whose IP is in the STiH407 family silicon SoC's. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../bindings/media/stih407-c8sectpfe.txt | 90 ++ include/dt-bindings

[PATCH 01/12] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 ssc3

2015-06-24 Thread Peter Griffin
Adding these properties makes the I2C bus to the demodulators much more reliable, and we no longer suffer from I2C errors when tuning. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 -- 1 file changed, 8 insertions(+), 2 deletions

[PATCH 04/12] [media] stv0367: Add support for 16Mhz reference clock

2015-06-24 Thread Peter Griffin
The B2100A dvb NIM card from ST has 2x stv0367 demodulators and 2x TDA18212 silicon tuners, with a 16Mhz crystal. To get this working properly with the upstream driver we need to add support for the 16Mhz reference clock. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media

[PATCH 03/12] [media] stv0367: Refine i2c error trace to include i2c address

2015-06-24 Thread Peter Griffin
and 2x NXPs tuner on it. In such circumstances it is useful to print the i2c address on error messages to know which one is failing due to I2C issues. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/dvb-frontends/stv0367.c | 12 1 file changed, 8 insertions

[PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-06-24 Thread Peter Griffin
This is used in conjunction with the STV0367 demodulator on the STV0367-NIM-V1.0 NIM card which can be used with the STi STB SoC's. This tuner has a fifth register, so some changes have been made to accommodate this. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/dvb

[PATCH 12/12] MAINTAINERS: Add c8sectpfe driver directory to STi section

2015-06-24 Thread Peter Griffin
Add the new c8sectpfe demux driver to the STi section of the MAINTAINERS file. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d8afd29..49c8963 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 07/12] [media] tsin: c8sectpfe: STiH407/10 Linux DVB demux support

2015-06-24 Thread Peter Griffin
which is specificed in the DT. It has been tested with multiple tsin channels tuned, locked, and grabbing TS simultaneously. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/tsin/c8sectpfe/c8sectpfe-core.c | 1105 + drivers/media/tsin/c8sectpfe

[PATCH 09/12] [media] tsin: c8sectpfe: Add support for various ST NIM cards.

2015-06-24 Thread Peter Griffin
This patch adds support for the following 3 NIM cards: - 1) STV0367-NIM (stv0367 demod with Thompson PLL) 2) B2100A (2x stv0367 demods 2x NXP tda18212 tuners) 3) STV0903-6110NIM (stv0903 demod + 6110 tuner, lnb24) Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/tsin

[PATCH 10/12] [media] tsin: c8sectpfe: Add c8sectpfe debugfs support.

2015-06-24 Thread Peter Griffin
Some basic debugfs support to dump the IP registers. Further statistics could easily be added in the future for example for each enabled tsin channel we could expose number of corrupt packets received etc. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/tsin/c8sectpfe

[PATCH 08/12] [media] tsin: c8sectpfe: Add LDVB helper functions.

2015-06-24 Thread Peter Griffin
the more generic code. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/tsin/c8sectpfe/c8sectpfe-common.c | 266 drivers/media/tsin/c8sectpfe/c8sectpfe-common.h | 66 ++ 2 files changed, 332 insertions(+) create mode 100644 drivers/media/tsin

[PATCH 00/12] Add c8sectpfe LinuxDVB demux driver

2015-06-24 Thread Peter Griffin
There are also some small changes to dvb-pll.c and stv0367.c to get these NIM daughterboards working correctly. regards, Peter. p.s. The series which adds pinctrl config used by this driver is https://lkml.org/lkml/2015/6/10/377 Peter Griffin (12): ARM: DT: STi: stihxxx-b2120: Add pulse-width

[PATCH 06/12] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-06-24 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 50 1 file

[PATCH 11/12] [media] tsin: c8sectpfe: Add Kconfig and Makefile for the driver.

2015-06-24 Thread Peter Griffin
This patch adds the Kconfig and Makefile for the c8sectpfe driver so it will be built. It also selects additional demodulator and tuners which are required by the supported NIM cards. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/Kconfig | 1 + drivers

Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-07-30 Thread Peter Griffin
Hi Michael, On Thu, 30 Jul 2015, Michael Ira Krufky wrote: On Thu, Jul 30, 2015 at 7:14 AM, Michael Ira Krufky mkru...@linuxtv.org wrote: On Thu, Jul 30, 2015 at 6:08 AM, Joe Perches j...@perches.com wrote: On Thu, 2015-07-30 at 10:47 +0100, Peter Griffin wrote: Hi Mauro / Joe

Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-07-30 Thread Peter Griffin
Hi Michael, On Thu, 30 Jul 2015, Michael Ira Krufky wrote: On Thu, Jul 30, 2015 at 7:14 AM, Michael Ira Krufky mkru...@linuxtv.org wrote: On Thu, Jul 30, 2015 at 6:08 AM, Joe Perches j...@perches.com wrote: On Thu, 2015-07-30 at 10:47 +0100, Peter Griffin wrote: Hi Mauro / Joe

[PATCH v2 01/11] [media] stv0367: Refine i2c error trace to include i2c address

2015-07-30 Thread Peter Griffin
and 2x NXPs tuner on it. In such circumstances it is useful to print the i2c address on error messages to know which one is failing due to I2C issues. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/dvb-frontends/stv0367.c | 12 1 file changed, 8 insertions

[PATCH v2 03/11] dvb-pll: Convert struct dvb_pll_desc uses to const.

2015-07-30 Thread Peter Griffin
Signed-off-by: Peter Griffin peter.grif...@linaro.org Reviewed-by: Michael Ira Krufky m.kru...@samsung.com --- drivers/media/dvb-frontends/dvb-pll.c | 50 +-- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/media/dvb-frontends/dvb-pll.c b

[PATCH v2 00/11] Add c8sectpfe LinuxDVB demux driver

2015-07-30 Thread Peter Griffin
tuner support (rework based on tuner-simple later) (Mike) - Move driver to drivers/media/platform/sti/c8sectpfe/ - usleep_range instead of msleep (Mauro) Joe Perches (1): dvb-pll: Convert struct dvb_pll_desc uses to const. Peter Griffin (10): [media] stv0367: Refine i2c error trace

[PATCH v2 02/11] [media] stv0367: Add support for 16Mhz reference clock

2015-07-30 Thread Peter Griffin
The B2100A dvb NIM card from ST has 2x stv0367 demodulators and 2x TDA18212 silicon tuners, with a 16Mhz crystal. To get this working properly with the upstream driver we need to add support for the 16Mhz reference clock. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media

[PATCH v2 08/11] [media] c8sectpfe: Add support for various ST NIM cards.

2015-07-30 Thread Peter Griffin
@@ -0,0 +1,244 @@ +/* + * c8sectpfe-dvb.c - C8SECTPFE STi DVB driver + * + * Copyright (c) STMicroelectronics 2015 + * + * Author Peter Griffin peter.grif...@linaro.org + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License

[PATCH v2 11/11] MAINTAINERS: Add c8sectpfe driver directory to STi section

2015-07-30 Thread Peter Griffin
Add the new c8sectpfe demux driver to the STi section of the MAINTAINERS file. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a226416..a9f2f37 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH v2 07/11] [media] c8sectpfe: Add LDVB helper functions.

2015-07-30 Thread Peter Griffin
the more generic code. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../platform/sti/c8sectpfe/c8sectpfe-common.c | 265 + .../platform/sti/c8sectpfe/c8sectpfe-common.h | 64 + 2 files changed, 329 insertions(+) create mode 100644 drivers/media/platform

[PATCH v2 05/11] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-07-30 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 38 1 file

[PATCH v2 10/11] [media] c8sectpfe: Add Kconfig and Makefile for the driver.

2015-07-30 Thread Peter Griffin
This patch adds the Kconfig and Makefile for the c8sectpfe driver so it will be built. It also selects additional demodulator and tuners which are required by the supported NIM cards. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/platform/Kconfig| 4

[PATCH v2 06/11] [media] c8sectpfe: STiH407/10 Linux DVB demux support

2015-07-30 Thread Peter Griffin
which is specificed in the DT. It has been tested with multiple tsin channels tuned, locked, and grabbing TS simultaneously. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../media/platform/sti/c8sectpfe/c8sectpfe-core.c | 1235 .../media/platform/sti/c8sectpfe

[PATCH v2 04/11] [media] c8sectpfe: Add DT bindings documentation for c8sectpfe driver.

2015-07-30 Thread Peter Griffin
This patch adds the DT bindings documentation for the c8sectpfe LinuxDVB demux driver whose IP is in the STiH407 family silicon SoC's. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../bindings/media/stih407-c8sectpfe.txt | 89 ++ include/dt-bindings

[PATCH v2 09/11] [media] c8sectpfe: Add c8sectpfe debugfs support.

2015-07-30 Thread Peter Griffin
Some basic debugfs support to dump the IP registers. Further statistics could easily be added in the future for example for each enabled tsin channel we could expose number of corrupt packets received etc. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../platform/sti/c8sectpfe

Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-07-30 Thread Peter Griffin
Hi Mauro / Joe, On Wed, 22 Jul 2015, Mauro Carvalho Chehab wrote: Em Wed, 24 Jun 2015 18:17:37 -0700 Joe Perches j...@perches.com escreveu: On Wed, 2015-06-24 at 16:11 +0100, Peter Griffin wrote: This is used in conjunction with the STV0367 demodulator on the STV0367-NIM-V1.0 NIM

Re: [PATCH 11/12] [media] tsin: c8sectpfe: Add Kconfig and Makefile for the driver.

2015-07-30 Thread Peter Griffin
Hi Mauro, Thanks for reviewing. Sending my reply again, as it looks like I dropped the CC list on my first reply, and my second reply bounced on the mailing lists :-( On Wed, 22 Jul 2015, Mauro Carvalho Chehab wrote: Em Wed, 24 Jun 2015 16:11:09 +0100 Peter Griffin peter.grif...@linaro.org

Re: [PATCH 09/12] [media] tsin: c8sectpfe: Add support for various ST NIM cards.

2015-07-30 Thread Peter Griffin
Hi Mauro, On Wed, 22 Jul 2015, Mauro Carvalho Chehab wrote: Em Wed, 24 Jun 2015 16:11:07 +0100 Peter Griffin peter.grif...@linaro.org escreveu: This patch adds support for the following 3 NIM cards: - 1) STV0367-NIM (stv0367 demod with Thompson PLL) 2) B2100A (2x stv0367 demods 2x NXP

Re: [PATCH 02/12] [media] dvb-pll: Add support for THOMSON DTT7546X tuner.

2015-07-30 Thread Peter Griffin
Hi Mauro, On Wed, 22 Jul 2015, Mauro Carvalho Chehab wrote: Em Wed, 24 Jun 2015 16:11:00 +0100 Peter Griffin peter.grif...@linaro.org escreveu: This is used in conjunction with the STV0367 demodulator on the STV0367-NIM-V1.0 NIM card which can be used with the STi STB SoC's

Re: [PATCH 07/12] [media] tsin: c8sectpfe: STiH407/10 Linux DVB demux support

2015-07-30 Thread Peter Griffin
Hi Mauro, Thanks for reviewing. On Wed, 22 Jul 2015, Mauro Carvalho Chehab wrote: Em Wed, 24 Jun 2015 16:11:05 +0100 Peter Griffin peter.grif...@linaro.org escreveu: This patch adds support for the c8sectpfe input HW found on STiH407/410 SoC's. It currently supports the TS input

Re: [PATCH 11/12] [media] tsin: c8sectpfe: Add Kconfig and Makefile for the driver.

2015-07-22 Thread Peter Griffin
Hi Paul, Thanks for reviewing. On Thu, 25 Jun 2015, Paul Bolle wrote: On Wed, 2015-06-24 at 16:11 +0100, Peter Griffin wrote: --- /dev/null +++ b/drivers/media/tsin/c8sectpfe/Makefile +c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o + +obj-$(CONFIG_DVB_C8SECTPFE

Re: [PATCH v2 05/11] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-25 Thread Peter Griffin
Hi Mauro, On Mon, 17 Aug 2015, Mauro Carvalho Chehab wrote: Em Thu, 30 Jul 2015 18:08:55 +0100 Peter Griffin peter.grif...@linaro.org escreveu: This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream

[PATCH v2 1/5] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 ssc3

2015-08-27 Thread Peter Griffin
Adding these properties makes the I2C bus to the demodulators much more reliable, and we no longer suffer from I2C errors when tuning. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 -- 1 file changed, 8 insertions(+), 2 deletions

[PATCH v2 4/5] [media] c8sectpfe: Update binding to reset-gpios

2015-08-27 Thread Peter Griffin
gpio.txt documents that GPIO properties should be named [name-]gpios, with name being the purpose of this GPIO for the device. This change has been done as one atomic commit. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt

[PATCH v2 2/5] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-27 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 34 ++ 1 file changed

[PATCH v2 0/5] [media] c8sectpfe: Various fixups

2015-08-27 Thread Peter Griffin
formating patches to DT node - Update to reset-gpios - Use GPIO_ACTIVE_HIGH, GIC_SPI and IRQ_TYPE_NONE defines kind regards, Peter. Peter Griffin (5): ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 ssc3 ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node. [media

[PATCH v2 5/5] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-08-27 Thread Peter Griffin
Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../devicetree/bindings/media/stih407-c8sectpfe.txt | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt b/Documentation/devicetree

[PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-08-27 Thread Peter Griffin
LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Signed-off-by: Peter Griffin peter.grif...@linaro.org Suggested-by: Valentin Rothberg valentinrothb...@gmail.com --- drivers/media/platform/sti/c8sectpfe/Kconfig | 1 - 1 file

Re: [PATCH v2 5/5] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-08-28 Thread Peter Griffin
Hi Lee, On Fri, 28 Aug 2015, Lee Jones wrote: On Thu, 27 Aug 2015, Peter Griffin wrote: Signed-off-by: Peter Griffin peter.grif...@linaro.org --- .../devicetree/bindings/media/stih407-c8sectpfe.txt | 16 +++- 1 file changed, 7 insertions(+), 9 deletions

Re: [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-08-28 Thread Peter Griffin
Hi Lee, On Fri, 28 Aug 2015, Lee Jones wrote: On Thu, 27 Aug 2015, Peter Griffin wrote: LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Signed-off-by: Peter Griffin peter.grif...@linaro.org Suggested

Re: [PATCH v2 2/5] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-28 Thread Peter Griffin
Hi Lee, On Fri, 28 Aug 2015, Lee Jones wrote: On Thu, 27 Aug 2015, Peter Griffin wrote: This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin peter.grif

[PATCH v4 1/6] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 & ssc3

2015-09-01 Thread Peter Griffin
Adding these properties makes the I2C bus to the demodulators much more reliable, and we no longer suffer from I2C errors when tuning. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 +

[PATCH v4 4/6] [media] c8sectpfe: Update binding to reset-gpio

2015-09-01 Thread Peter Griffin
reset-gpio is more clear than rst-gpio. This change has been done as one atomic commit but it does breaks compatability with older dtbs. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Documentation/devicetree/bindings/m

[PATCH v4 5/6] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-09-01 Thread Peter Griffin
Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- .../devicetree/bindings/media/stih407-c8sectpfe.txt| 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/m

[PATCH v4 3/6] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-09-01 Thread Peter Griffin
LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Suggested-by: Valentin Rothberg <valentinrothb...@gmail.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.or

[PATCH v4 6/6] [media] c8sectpfe: Simplify for loop in load_slim_core_fw

2015-09-01 Thread Peter Griffin
Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/sti/c8sectpfe/c8s

[PATCH v4 0/6] [media] c8sectpfe: Various fixups

2015-09-01 Thread Peter Griffin
o reset-gpios - Use GPIO_ACTIVE_HIGH, GIC_SPI and IRQ_TYPE_NONE defines kind regards, Peter. Peter Griffin (6): ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 & ssc3 ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node. [media] c8sectpfe: Remove select on unde

[PATCH v4 2/6] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-09-01 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stihxxx-b21

Re: [PATCH v3 4/6] [media] c8sectpfe: Update binding to reset-gpios

2015-09-01 Thread Peter Griffin
Hi Javier, On Tue, 01 Sep 2015, Javier Martinez Canillas wrote: > Hello Lee, > > On Tue, Sep 1, 2015 at 11:09 AM, Lee Jones <lee.jo...@linaro.org> wrote: > > On Tue, 01 Sep 2015, Javier Martinez Canillas wrote: > >> On Fri, Aug 28, 2015 at 7:52 PM, Peter Gri

Re: [PATCH v3 4/6] [media] c8sectpfe: Update binding to reset-gpios

2015-09-01 Thread Peter Griffin
Hi Rob, On Mon, 31 Aug 2015, Rob Herring wrote: > On Fri, Aug 28, 2015 at 12:52 PM, Peter Griffin > <peter.grif...@linaro.org> wrote: > > gpio.txt documents that GPIO properties should be named > > "[-]gpios", with being the purpose of this > > GPIO for

[PATCH v5 6/6] [media] c8sectpfe: Simplify for loop in load_slim_core_fw

2015-09-03 Thread Peter Griffin
Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/sti/c8sectpfe/c8s

[PATCH v5 3/6] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-09-03 Thread Peter Griffin
LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Suggested-by: Valentin Rothberg <valentinrothb...@gmail.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.or

[PATCH v5 4/6] [media] c8sectpfe: Update binding to reset-gpios

2015-09-03 Thread Peter Griffin
reset-gpios is more clear than rst-gpio. This change has been done as one atomic commit but it does breaks compatability with older dtbs. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Documentation/devicetree/bindings/m

[PATCH v5 0/6] [media] c8sectpfe: Various fixups

2015-09-03 Thread Peter Griffin
and other formatting fixes - 'Suggested by' should be in chronological order - Simplify load_slim_core_fw loop Changes since v1: - Various formating patches to DT node - Update to reset-gpios - Use GPIO_ACTIVE_HIGH, GIC_SPI and IRQ_TYPE_NONE defines kind regards, Peter. Peter Griffin (6): ARM:

[PATCH v5 1/6] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 & ssc3

2015-09-03 Thread Peter Griffin
Adding these properties makes the I2C bus to the demodulators much more reliable, and we no longer suffer from I2C errors when tuning. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 +

[PATCH v5 2/6] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-09-03 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- arch/arm/boot/dts/stihxxx-b21

[PATCH v5 5/6] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-09-03 Thread Peter Griffin
Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> --- .../devicetree/bindings/media/stih407-c8sectpfe.txt| 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/m

Re: [PATCH v3 4/6] [media] c8sectpfe: Update binding to reset-gpios

2015-09-02 Thread Peter Griffin
Hi Rob, On Tue, 01 Sep 2015, Rob Herring wrote: > On Tue, Sep 1, 2015 at 3:32 AM, Javier Martinez Canillas > <jav...@dowhile0.org> wrote: > > Hello Peter, > > > > On Fri, Aug 28, 2015 at 7:52 PM, Peter Griffin <peter.grif...@linaro.org> > > wrote: &g

[PATCH v3 1/6] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 ssc3

2015-08-28 Thread Peter Griffin
Adding these properties makes the I2C bus to the demodulators much more reliable, and we no longer suffer from I2C errors when tuning. Signed-off-by: Peter Griffin peter.grif...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 -- 1 file

[PATCH v3 5/6] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-08-28 Thread Peter Griffin
Signed-off-by: Peter Griffin peter.grif...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- .../devicetree/bindings/media/stih407-c8sectpfe.txt| 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/media/stih407

[PATCH v3 3/6] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-08-28 Thread Peter Griffin
LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Suggested-by: Valentin Rothberg valentinrothb...@gmail.com Signed-off-by: Peter Griffin peter.grif...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- drivers/media

[PATCH v3 2/6] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-28 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 35 +++ 1 file

[PATCH v3 4/6] [media] c8sectpfe: Update binding to reset-gpios

2015-08-28 Thread Peter Griffin
gpio.txt documents that GPIO properties should be named [name-]gpios, with name being the purpose of this GPIO for the device. This change has been done as one atomic commit. Signed-off-by: Peter Griffin peter.grif...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org --- Documentation

[PATCH v3 6/6] [media] c8sectpfe: Simplify for loop in load_slim_core_fw

2015-08-28 Thread Peter Griffin
Signed-off-by: Peter Griffin peter.grif...@linaro.org --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c

[PATCH v3 0/6] [media] c8sectpfe: Various fixups

2015-08-28 Thread Peter Griffin
- 'Suggested by' should be in chronological order - Simplify load_slim_core_fw loop Changes since v1: - Various formating patches to DT node - Update to reset-gpios - Use GPIO_ACTIVE_HIGH, GIC_SPI and IRQ_TYPE_NONE defines kind regards, Peter. Peter Griffin (6): ARM: DT: STi: stihxxx-b2120: Add

[PATCH 1/3] [media] c8sectpfe: Fix broken circular buffer wp management

2016-03-24 Thread Peter Griffin
During the review process, a regression was intoduced in the circular buffer write pointer management. This means that wp doesn't get managed properly once the buffer becomes full. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-

[PATCH 0/3] [media] c8sectpfe: Various driver fixups

2016-03-24 Thread Peter Griffin
was removed in a previous patch. The third patch simly demotes a print statement to dev_dbg. regards, Peter. Peter Griffin (3): [media] c8sectpfe: Fix broken circular buffer wp management [media] c8sectpfe: Demote print to dev_dbg [media] c8sectpfe: Rework firmware loading mechanism .../media

[PATCH 3/3] [media] c8sectpfe: Rework firmware loading mechanism

2016-03-24 Thread Peter Griffin
callback. At this point we can be sure the rootfs is present, thereby removing the depedency on CONFIG_FW_LOADER_USER_HELPER_FALLBACK. Fixes: 79f5b6ae960d ('[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK') Signed-off-by: Peter Griffin <peter.grif...@linaro.

[PATCH 2/3] [media] c8sectpfe: Demote print to dev_dbg

2016-03-24 Thread Peter Griffin
Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-

Re: [STLinux Kernel] [PATCH v6 01/10] Documentation: DT: add bindings for ST DELTA

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > This patch adds DT binding documentation for STMicroelectronics > DELTA V4L2 video decoder. > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <peter.grif...@linaro.org> > --- > Documenta

Re: [STLinux Kernel] [PATCH v6 09/10] [media] st-delta: add mjpeg support

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Adds support of DELTA MJPEG video decoder back-end, > implemented by calling JPEG_DECODER_HW0 firmware > using RPMSG IPC communication layer. > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <

Re: [STLinux Kernel] [PATCH v6 04/10] [media] MAINTAINERS: add st-delta driver

2017-02-01 Thread Peter Griffin
st.com> > +L: linux-media@vger.kernel.org Would be useful to also include ker...@stlinux.com mailing list. Apart from that: Acked-by: Peter Griffin <peter.grif...@linaro.org> > +T: git git://linuxtv.org/media_tree.git > +W: https://linuxtv.org > +S: Supported > +F:

Re: [STLinux Kernel] [PATCH v6 06/10] [media] st-delta: add memory allocator helper functions

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Helper functions used by decoder back-ends to allocate > physically contiguous memory required by hardware video > decoder. > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <peter.grif...@linar

Re: [STLinux Kernel] [PATCH v6 10/10] st-delta: debug: trace stream/frame information & summary

2017-02-01 Thread Peter Griffin
nditional trace point at instance closure summarizing > into a single line the decoding process (stream information, decoded > and output frames number, potential errors observed). > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <peter.grif...

Re: [STLinux Kernel] [PATCH v6 07/10] [media] st-delta: rpmsg ipc support

2017-02-01 Thread Peter Griffin
coprocessor side. > Multi-instance support and re-entrance are ensured using host_hdl and > copro_hdl in message header exchanged between both host and coprocessor. > This avoids to manage tables on both sides to get back the running context > of each instance. > > Signed-off-by: Hug

Re: [STLinux Kernel] [PATCH v6 03/10] ARM: multi_v7_defconfig: enable STMicroelectronics DELTA Support

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Enables support of STMicroelectronics STiH4xx SoC series > DELTA multi-format video decoder V4L2 driver. > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <peter.grif...@linaro.org> &

Re: [STLinux Kernel] [PATCH v6 08/10] [media] st-delta: EOS (End Of Stream) support

2017-02-01 Thread Peter Griffin
RE queue > to return the empty frame, EOS is delayed till user queue > one CAPTURE buffer. > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <peter.grif...@linaro.org> > --- > drivers/media/platform/sti/delta/delta-v4l2.c | 146 >

Re: [STLinux Kernel] [PATCH v6 02/10] ARM: dts: STiH410: add DELTA dt node

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > This patch adds DT node for STMicroelectronics > DELTA V4L2 video decoder > > Signed-off-by: Hugues Fruchet > --- > arch/arm/boot/dts/stih410.dtsi | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git

Re: [STLinux Kernel] [PATCH v6 05/10] [media] st-delta: STiH4xx multi-format video decoder v4l2 driver

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > This V4L2 driver enables DELTA multi-format video decoder > of STMicroelectronics STiH4xx SoC series. > > Signed-off-by: Hugues Fruchet <hugues.fruc...@st.com> Acked-by: Peter Griffin <peter.grif...@linaro.org> > --

Re: [STLinux Kernel] [PATCH v4 0/3] support of v4l2 encoder for STMicroelectronics SOC

2016-08-25 Thread Peter Griffin
below) For the series: - Acked-by: Peter Griffin <peter.grif...@linaro.org> regards, Peter. -- 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

Re: [STLinux Kernel] [PATCH v5 0/3] support of v4l2 encoder for STMicroelectronics SOC

2016-08-30 Thread Peter Griffin
ion is killed), it's called at the encoder > instance release (hva_release) > - hva-v4l2.c: DEFAULT_* renamed HVA_DEFAULT_* > - hva-v4l2.c: few log messages modified > - typos corrected > - V4L2 compliance successfully passed with this version (see report below) > Looks like you

Re: [STLinux Kernel] [PATCH 3/4] add stih-cec driver into DT

2016-09-14 Thread Peter Griffin
Hi Benjamin, On Wed, 14 Sep 2016, Benjamin Gaignard wrote: > Signed-off-by: Benjamin Gaignard > --- > arch/arm/boot/dts/stih410.dtsi | 12 > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/stih410.dtsi

Re: [STLinux Kernel] [PATCH v3 0/4] STIH CEC driver

2016-09-15 Thread Peter Griffin
Hi Benjamin, On Thu, 15 Sep 2016, Benjamin Gaignard wrote: > version 3: > - remove rx_msg and use local variable instead > - change configuration flag from VIDEO_STIH_CEC to VIDEO_STI_HDMI_CEC > For the series: - Acked-by: Peter Griffin <peter.grif...@linaro.org>

[PATCH] [media] c8sectpfe: Remove clk_disable_unprepare hacks

2016-10-21 Thread Peter Griffin
to a HW bug where once the IP has been configured and the SLIM core is running, disabling the clock causes a unrecoverable bus lockup. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 6 +- 1 file changed, 1 insertion

Re: [STLinux Kernel] [PATCH 28/57] [media] c8sectpfe: don't break long lines

2016-10-17 Thread Peter Griffin
tion > lines. > > Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com> > --- > drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 15 +-- Acked-by: Peter Griffin <peter.grif...@linaro.org> -- To unsubscribe from this list: send the line "unsub