Re: [PATCH v2 3/9] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file

2015-10-13 Thread Peter Griffin
Hi, On Thu, 08 Oct 2015, Koul, Vinod wrote: > On Fri, 2015-09-11 at 15:14 +0100, Peter Griffin wrote: > > > +#define FDMA_ID_OFST 0x0 > > +#define FDMA_VER_OFST 0x4 > > > + > > +#define FDMA_EN_OFST 0

Re: [PATCH v2 5/9] dmaengine: st_fdma: Add xp70 firmware loading mechanism.

2015-10-13 Thread Peter Griffin
Hi Vinod, On Wed, 07 Oct 2015, Vinod Koul wrote: > On Fri, Sep 11, 2015 at 03:14:27PM +0100, Peter Griffin wrote: > > This patch adds the code to load the xp70 fdma firmware > > using the asynchronous request_firmware_nowait call > > so as not to delay bootup of builtin co

Re: [PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks.

2015-10-13 Thread Peter Griffin
Hi Vinod, On Wed, 07 Oct 2015, Vinod Koul wrote: > On Fri, Sep 11, 2015 at 03:14:28PM +0100, Peter Griffin wrote: > > +#define ST_FDMA_PM (_fdma_pm) > > +#else > > +#define ST_FDMA_PM NULL > > +#endif > Pls use PM helpers you dont need to do this > Could y

Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-10-13 Thread Peter Griffin
Hi Arnd, On Tue, 29 Sep 2015, Arnd Bergmann wrote: > On Tuesday 29 September 2015 14:42:15 Peter Griffin wrote: > > On Tue, 29 Sep 2015, Arnd Bergmann wrote: > > > On Tuesday 29 September 2015 13:11:55 Peter Griffin wrote: > > > > Does it? I didn't think

Re: [PATCH] arm64: dts: add all hi6220 uart nodes

2015-10-02 Thread Peter Griffin
Hi Tyler, On Wed, 30 Sep 2015, Tyler Baker wrote: > On 30 September 2015 at 10:31, Mark Brown wrote: > > On Wed, Sep 30, 2015 at 10:24:56AM +0200, Arnd Bergmann wrote: > >> On Tuesday 29 September 2015 13:29:12 Tyler Baker wrote: > > > >> > aliases { > >> >

Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-09-29 Thread Peter Griffin
Hi Arnd, On Tue, 29 Sep 2015, Arnd Bergmann wrote: > On Tuesday 29 September 2015 13:11:55 Peter Griffin wrote: > > Hi Arnd, > > > > On Tue, 29 Sep 2015, Arnd Bergmann wrote: > > > > > On Tuesday 29 September 2015 11:04:40 Peter Griffin wrote: > &g

Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-09-29 Thread Peter Griffin
Hi Lee, On Mon, 14 Sep 2015, Lee Jones wrote: > > On Fri, 11 Sep 2015, Arnd Bergmann wrote: > > > > > On Friday 11 September 2015 15:14:23 Peter Griffin wrote: > > > > +- st,fdma-id : Must contain fdma controller number > > > > > > What

Re: [STLinux Kernel] [PATCH v2 0/7] hwrng: Add support for STMicroelectronics' RNG IP

2015-09-29 Thread Peter Griffin
driver. > > We're also taking the liberty to update some out of date HWRNG > documentation and making the sysfs interface a little easier to > use by ignoring any '\n' which may have been inadvertently passed. Looks good, for the series: - Acked-by: Peter Griffin <peter.grif...@linaro.org&

Re: [PATCH v2 4/9] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

2015-09-29 Thread Peter Griffin
Hi Arnd, Thanks for reviewing. On Fri, 11 Sep 2015, Arnd Bergmann wrote: > On Friday 11 September 2015 15:14:26 Peter Griffin wrote: > > + > > +#include "st_fdma.h" > > Just move the contents of that file here, no other driver should > be including it. Th

Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-09-29 Thread Peter Griffin
Hi Arnd, On Tue, 29 Sep 2015, Arnd Bergmann wrote: > On Tuesday 29 September 2015 11:04:40 Peter Griffin wrote: > > > > "The hardware is identical, and different firmware is used to apply > >it in different ways." > > > > Which is the case with f

Re: [PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header

2015-09-29 Thread Peter Griffin
Hi Arnd, On Fri, 11 Sep 2015, Arnd Bergmann wrote: > On Friday 11 September 2015 15:14:24 Peter Griffin wrote: > > Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> > > Signed-off-by: Peter Griffin <peter.grif...@linaro.org> > > --- > > include

[PATCH v2 00/11] Hi Maxime / Patrice / Srini,

2015-09-28 Thread Peter Griffin
muxings have been added. Finally for SPI the controller nodes have been updated to have the default pin assignment in the controller node. Changes since v1: - Rebase on v4.3-rc3 - Remove some SoBs (Lee) - Collect up Acks kind regards, Peter. Peter Griffin (11): ARM: STi: DT: STiH407: Add

[PATCH v2 01/11] ARM: STi: DT: STiH407: Add a cec0 pin definition

2015-09-28 Thread Peter Griffin
This pin setup provides the correct configuration in order to interact with the CEC HW. Signed-off-by: Erwan Le Ray <erwan.le...@st.com> Signed-off-by: Nicolas Vanhaelewyn <nicolas.vanhaele...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Patrice Cho

[PATCH v2 04/11] ARM: DT: STiH407: Add serial3 pinctrl configuration

2015-09-28 Thread Peter Griffin
@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot...@st.com> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/s

[PATCH v2 02/11] ARM: STi: DT: STiH407: Add i2c3 alternate pin configs

2015-09-28 Thread Peter Griffin
i2c3 controller can use several sets of pins depending on board design. This patch adds the missing alternate pinconfigs. Signed-off-by: Seraphin Bonnaffe <seraphin.bonna...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@li

[PATCH v2 08/11] ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller

2015-09-28 Thread Peter Griffin
; Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot...@st.com> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/stih407

[PATCH v2 05/11] ARM: DT: STiH407: Add SPI FSM (NOR Flash) Controller pin config

2015-09-28 Thread Peter Griffin
This patch adds the pin configuration for the NOR flash controller. Signed-off-by: Christophe Kerello <christophe.kere...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot...@

[PATCH v2 03/11] ARM: DT: STiH407: Add SPI 3 wire and 4 wire pinctrl configs

2015-09-28 Thread Peter Griffin
This patch adds the spi pinctrl configurations for all SPI controllers, and also the alternate muxings which can be used depending on board design. Signed-off-by: Christophe Kerello <christophe.kere...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee J

[PATCH v2 09/11] ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX

2015-09-28 Thread Peter Griffin
This patch adds the pinconfig for IRB TX and IRB UHF. Signed-off-by: M'boumba Cedric Madianga <cedric.madia...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot...@st.com>

[PATCH v2 11/11] ARM: STi: STiH407: Add spi default pinctrl groups.

2015-09-28 Thread Peter Griffin
Now we have default pinconfig groups for each SPI controller ensure it is used by the SPI controller node. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot...@st.com> --- arch/ar

[PATCH v2 06/11] ARM: DT: STiH407: Add NAND flash controller pin configuration

2015-09-28 Thread Peter Griffin
This patch adds NAND flash support controller pin configuration for STiH407 family silicon. Signed-off-by: Christophe Kerello <christophe.kere...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Cho

[PATCH v2 10/11] ARM: DT: STiH407: Add RMII pinctrl support

2015-09-28 Thread Peter Griffin
This patch adds the RMII pinctrl support for the Synopsys MAC on STiH407 SoCs. Signed-off-by: Giuseppe Cavallaro <peppe.cavall...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot

[PATCH v2 07/11] ARM: DT: STiH407: Add systrace pin configuration

2015-09-28 Thread Peter Griffin
This patch adds the pin config for systrace for STiH407 family silicon. Signed-off-by: Fabrice Gasnier <fabrice.gasn...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> Acked-by: Lee Jones <lee.jo...@linaro.org> Acked-by: Patrice Chotard <patrice.chot...@st.co

Re: [STLinux Kernel] [PATCH 0/3] ARM: dts: Various STi DT clean-ups

2015-09-27 Thread Peter Griffin
- Acked-by: Peter Griffin <peter.grif...@linaro.org> regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RESEND PATCH 0/2] ST PLL fixes for 4.3-rc2

2015-09-27 Thread Peter Griffin
Hi Gabriel, On Wed, 16 Sep 2015, Gabriel Fernandez wrote: > This patch set fixes a kernel crash : For the series: - Acked-by: Peter Griffin <peter.grif...@linaro.org> regards, Peter -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of

Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-09-12 Thread Peter Griffin
Hi Arnd, On Fri, 11 Sep 2015, Arnd Bergmann wrote: > On Friday 11 September 2015 15:14:23 Peter Griffin wrote: > > +- st,fdma-id : Must contain fdma controller number > > What for? It is used by the driver to generate a unique firmware name. Basically we need to know w

Re: [PATCH v2 7/9] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.

2015-09-12 Thread Peter Griffin
Hi Lee, On Fri, 11 Sep 2015, Lee Jones wrote: > On Fri, 11 Sep 2015, Peter Griffin wrote: > > On Fri, 11 Sep 2015, Lee Jones wrote: > > > On Fri, 11 Sep 2015, Peter Griffin wrote: > > > > On Fri, 11 Sep 2015, Lee Jones wrote: > > > >

Re: [PATCH v2 7/9] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.

2015-09-11 Thread Peter Griffin
Hi Lee, On Fri, 11 Sep 2015, Lee Jones wrote: > On Fri, 11 Sep 2015, Peter Griffin wrote: > > On Fri, 11 Sep 2015, Lee Jones wrote: > > > On Fri, 11 Sep 2015, Peter Griffin wrote: > > > > > > > These nodes are required to get the fdma driver w

[PATCH 03/11] ARM: DT: STiH407: Add SPI 3 wire and 4 wire pinctrl configs

2015-09-11 Thread Peter Griffin
This patch adds the spi pinctrl configurations for all SPI controllers, and also the alternate muxings which can be used depending on board design. Signed-off-by: Christophe Kerello <christophe.kere...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot

[PATCH 04/11] ARM: DT: STiH407: Add serial3 pinctrl configuration

2015-09-11 Thread Peter Griffin
> Acked-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/b

[PATCH 02/11] ARM: STi: DT: STiH407: Add i2c3 alternate pin configs

2015-09-11 Thread Peter Griffin
i2c3 controller can use several sets of pins depending on board design. This patch adds the missing alternate pinconfigs. Signed-off-by: Seraphin Bonnaffe <seraphin.bonna...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-pinct

[PATCH 11/11] ARM: STi: STiH407: Add spi default pinctrl groups.

2015-09-11 Thread Peter Griffin
Now we have default pinconfig groups for each SPI controller ensure it is used by the SPI controller node. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/bo

[PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration

2015-09-11 Thread Peter Griffin
This patch adds the pin config for systrace for STiH407 family silicon. Signed-off-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Fabrice Gasnier <fabrice.gasn...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407

[PATCH 01/11] ARM: STi: DT: STiH407: Add a cec0 pin definition

2015-09-11 Thread Peter Griffin
tard <patrice.chot...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index 0a754f2.

[PATCH 08/11] ARM: DT: STiH407: Add SD pinctrl config for mmc0 controller

2015-09-11 Thread Peter Griffin
om> Acked-by: Giuseppe Cavallaro <peppe.cavall...@st.com> Acked-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 15 ++

[PATCH 05/11] ARM: DT: STiH407: Add SPI FSM (NOR Flash) Controller pin config

2015-09-11 Thread Peter Griffin
This patch adds the pin configuration for the NOR flash controller. Signed-off-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Christophe Kerello <christophe.kere...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407

[PATCH 06/11] ARM: DT: STiH407: Add NAND flash controller pin configuration

2015-09-11 Thread Peter Griffin
This patch adds NAND flash support controller pin configuration for STiH407 family silicon. Signed-off-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Christophe Kerello <christophe.kere...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/ar

[PATCH 10/11] ARM: DT: STiH407: Add RMII pinctrl support

2015-09-11 Thread Peter Griffin
This patch adds the RMII pinctrl support for the Synopsys MAC on STiH407 SoCs. Signed-off-by: Giuseppe Cavallaro <peppe.cavall...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 27 +++ 1 file

[PATCH 09/11] ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX

2015-09-11 Thread Peter Griffin
This patch adds the pinconfig for IRB TX and IRB UHF. Signed-off-by: M'boumba Cedric Madianga <cedric.madia...@st.com> Acked-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Patrice Chotard <patrice.chot...@st.com> Signed-off-by: Peter Griffin <peter.grif...@lina

Re: st_fdma: Firmware filename in DT?

2015-09-11 Thread Peter Griffin
Hi Lee, On Fri, 11 Sep 2015, Lee Jones wrote: > On Thu, 10 Sep 2015, Peter Griffin wrote: > > On Mon, 07 Sep 2015, Daniel Thompson wrote: > > > On 07/09/15 13:33, Arnd Bergmann wrote: > > > >On Monday 07 September 2015 11:30:11 Daniel Thompson wrote: > &

[PATCH v2 9/9] ARM: multi_v7_defconfig: Enable STi FDMA driver

2015-09-11 Thread Peter Griffin
This DMA controller is found on all STi chipsets. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 5fd8df6..c

[PATCH v2 3/9] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file

2015-09-11 Thread Peter Griffin
Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/dma/st_fdma.h | 237 ++ 1 file changed, 237 insertions(+) create mode 100644 drivers/dma/st_fdma.h diff --git a

[PATCH v2 0/9] Add support for FDMA DMA controller found on STi chipsets

2015-09-11 Thread Peter Griffin
e to -EIO (Vinod) - Make st_fdma tristate (Paul) - Remove __exit tag from .remove (Maxime) - Update MAINTAINERS rule to fdma* (Lee) - Unit address should match reg property (Lee) Peter Griffin (9): dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation dmaengine: st_f

Re: st_fdma: Firmware filename in DT?

2015-09-11 Thread Peter Griffin
Hi Lee, On Fri, 11 Sep 2015, Lee Jones wrote: > On Fri, 11 Sep 2015, Peter Griffin wrote: > > On Fri, 11 Sep 2015, Lee Jones wrote: > > > On Thu, 10 Sep 2015, Peter Griffin wrote: > > > > On Mon, 07 Sep 2015, Daniel Thompson wrote: > > > >

[PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-09-11 Thread Peter Griffin
This patch adds the DT binding documentation for the FDMA constroller found on STi based chipsets from STMicroelectronics. Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- Documentation/devicetree/bindings/dma/st_f

[PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks.

2015-09-11 Thread Peter Griffin
This patch adds the functions to gate the xp70 clock on suspend and resume. Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/dma/st_fdma.c | 46 ++ 1 file changed, 4

[PATCH v2 4/9] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

2015-09-11 Thread Peter Griffin
latency critical real time targets and it is found on al STi based chipsets. Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/dma/Kconfig | 14 + drivers/dma/Makefile | 1 + drivers/dma/st_

[PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header

2015-09-11 Thread Peter Griffin
Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- include/linux/platform_data/dma-st_fdma.h | 72 +++ 1 file changed, 72 insertions(+) create mode 100644 include/linux/platform_data/dma-st_

[PATCH v2 8/9] MAINTAINERS: Add FDMA driver files to STi section.

2015-09-11 Thread Peter Griffin
This patch adds the FDMA driver files 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 b60e2b2..b3cdd5b 100644 --- a/MAINTAINERS

[PATCH v2 5/9] dmaengine: st_fdma: Add xp70 firmware loading mechanism.

2015-09-11 Thread Peter Griffin
This patch adds the code to load the xp70 fdma firmware using the asynchronous request_firmware_nowait call so as not to delay bootup of builtin code. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- drivers/dma/st_fdma.c | 199 +++

[PATCH v2 7/9] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.

2015-09-11 Thread Peter Griffin
These nodes are required to get the fdma driver working on STiH407 based silicon. Signed-off-by: Peter Griffin <peter.grif...@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 51 +++ 1 file changed, 51 insertions(+) diff --git a/arch/arm/boot/dts/s

Re: [PATCH v2 7/9] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.

2015-09-11 Thread Peter Griffin
Hi Lee, On Fri, 11 Sep 2015, Lee Jones wrote: > On Fri, 11 Sep 2015, Peter Griffin wrote: > > > These nodes are required to get the fdma driver working > > on STiH407 based silicon. > > > > Signed-off-by: Peter Griffin <peter.grif...@linaro.org> &g

[PATCH 00/11] ARM: STi: STiH407: Pinctrl updates

2015-09-11 Thread Peter Griffin
the various alternate function pin muxings have been added. Finally for SPI the controller nodes have been updated to have the default pin assignment in the controller node. kind regards, Peter. Peter Griffin (11): ARM: STi: DT: STiH407: Add a cec0 pin definition ARM: STi: DT: STiH407: Add i2c3

Re: st_fdma: Firmware filename in DT?

2015-09-10 Thread Peter Griffin
Hi, On Mon, 07 Sep 2015, Daniel Thompson wrote: > On 07/09/15 13:33, Arnd Bergmann wrote: > >On Monday 07 September 2015 11:30:11 Daniel Thompson wrote: > > I would suggest "firmware-names" to be consistent with other naming > convention and because their can be more than one

Re: st_fdma: Firmware filename in DT?

2015-09-04 Thread Peter Griffin
Hi Lee, On Fri, 04 Sep 2015, Lee Jones wrote: > [...] > > > > If yes, is it worth having a generic binding? > > > > If we decide it is a good idea, then yes. It doesn't look that hard to > > arrive at something common. > > > > Strictly speaking, the firmware name is just an agreed upon name >

Re: st_fdma: Firmware filename in DT?

2015-09-04 Thread Peter Griffin
Hi Rob, Many thanks for your thoughts on the issue. On Thu, 03 Sep 2015, Rob Herring wrote: > +devicetree-spec as a good question to separate from the fire hose. > > On Thu, Sep 3, 2015 at 9:49 AM, Peter Griffin <peter.grif...@linaro.org> > wrote: > > Hi Rob, Pa

st_fdma: Firmware filename in DT?

2015-09-03 Thread Peter Griffin
Hi Rob, Pawel, Mark, Ian and Kumar, Quick question regarding this series here https://lkml.org/lkml/2015/7/8/832. and the proposed st,fw-name binding. What are the rules with putting firmware names into DT? Is it allowed? If yes, is it worth having a generic binding? >From what I can see TI are

Re: [STLinux Kernel] [PATCH v3 5/6] ARM: STiH407: Add nodes for RemoteProc

2015-09-03 Thread Peter Griffin
Hi Lee, On Wed, 02 Sep 2015, Lee Jones wrote: > Signed-off-by: Ludovic Barre > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 40 > +++ > 1 file changed, 40 insertions(+) > > diff --git

Re: [PATCH 5/7] ARM: STi: DT: STiH407: Add FDMA driver and xbar driver dt nodes.

2015-09-03 Thread Peter Griffin
Hi Lee, On Wed, 26 Aug 2015, Lee Jones wrote: > On Wed, 08 Jul 2015, Peter Griffin wrote: > > > These nodes are required to get the fdma and xbar driver working > > on STiH407 based silicon. > > > > Signed-off-by: Peter Griffin <peter.grif...@linaro.org> &g

[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 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 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

[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 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:

Re: [STLinux Kernel] [PATCH v3 1/6] ARM: STi: Add DT defines for co-processor reset lines

2015-09-03 Thread Peter Griffin
Hi Lee, On Wed, 02 Sep 2015, Lee Jones wrote: > Signed-off-by: Lee Jones > --- > include/dt-bindings/reset-controller/stih407-resets.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/dt-bindings/reset-controller/stih407-resets.h >

Re: [PATCH 1/7] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation

2015-09-03 Thread Peter Griffin
Hi Lee, On Wed, 26 Aug 2015, Lee Jones wrote: > On Tue, 25 Aug 2015, Peter Griffin wrote: > > > Hi Vinod, > > > > Thanks for reviewing. > > > > On Wed, 19 Aug 2015, Vinod Koul wrote: > > > > > On Wed, Jul 08, 2015 at 05:11:22PM +0100,

Re: [PATCH 6/7] MAINTAINERS: Add FDMA driver files to STi section.

2015-09-02 Thread Peter Griffin
Hi Lee, On Wed, 26 Aug 2015, Lee Jones wrote: > On Wed, 08 Jul 2015, Peter Griffin wrote: > > > This patch adds the FDMA driver files to the STi > > section of the maintainers file. > > > > Signed-off-by: Peter Griffin <peter.grif...@linaro.org> > &g

Re: [PATCH 3/7] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

2015-09-02 Thread Peter Griffin
Hi Vinod, Thanks for reviewing. On Wed, 19 Aug 2015, Vinod Koul wrote: > On Wed, Jul 08, 2015 at 05:11:24PM +0100, Peter Griffin wrote: > > +static int > > +st_fdma_elf_sanity_check(struct st_fdma_dev *fdev, const struct firmware > > *fw) > > +{ > > +

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 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 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 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 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 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

[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 +

Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-09-01 Thread Peter Griffin
Hi, On Tue, 01 Sep 2015, Lee Jones wrote: > On Fri, 28 Aug 2015, Nathan Lynch wrote: > > > On 08/28/2015 05:31 AM, Lee Jones wrote: > > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig > > > index 28c711f..72e97d7 100644 > > > --- a/drivers/remoteproc/Kconfig > > > +++

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: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for RemoteProc

2015-09-01 Thread Peter Griffin
Hi Lee, On Tue, 01 Sep 2015, Lee Jones wrote: > On Tue, 01 Sep 2015, Peter Griffin wrote: > > On Fri, 28 Aug 2015, Lee Jones wrote: > > > > > Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> > > > Signed-off-by: Lee Jones <lee.jo...@linaro.org&g

Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for RemoteProc

2015-09-01 Thread Peter Griffin
Hi Lee, On Fri, 28 Aug 2015, Lee Jones wrote: > Signed-off-by: Ludovic Barre > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 48 > +++ > 1 file changed, 48 insertions(+) > > diff --git

Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver

2015-09-01 Thread Peter Griffin
Hi Lee, On Fri, 28 Aug 2015, Lee Jones wrote: > Signed-off-by: Ludovic Barre > Signed-off-by: Lee Jones > --- > .../devicetree/bindings/remoteproc/st-rproc.txt| 35 > ++ > 1 file changed, 35 insertions(+) > create mode

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 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

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 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

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

[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 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 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 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 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 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 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

Re: [PATCH 3/7] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

2015-08-28 Thread Peter Griffin
Hi Paul, Thanks for reviewing. On Thu, 09 Jul 2015, Paul Bolle wrote: On wo, 2015-07-08 at 17:11 +0100, Peter Griffin wrote: --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig +config ST_FDMA + bool ST FDMA dmaengine support + depends on ARCH_STI + select DMA_ENGINE

[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 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 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 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

  1   2   3   4   5   >