Re: [PATCH v2 8/8] ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc.

2015-03-30 Thread Maxime Coquelin
On 03/30/2015 01:37 PM, Lee Jones wrote: On Mon, 30 Mar 2015, Peter Griffin wrote: Hi Maxime, On Tue, 03 Mar 2015, Maxime Coquelin wrote: On 02/26/2015 02:10 PM, Peter Griffin wrote: The nodes have been split to allow as much commonality as possible. The stih407 has a silicon bug with

Re: [PATCH v2 8/8] ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc.

2015-03-03 Thread Maxime Coquelin
On 02/26/2015 02:10 PM, Peter Griffin wrote: The nodes have been split to allow as much commonality as possible. The stih407 has a silicon bug with eMMC UHS modes (with top regs) and as such doesn't have any of the uhs dt properties. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407

Re: [PATCH v2 7/8] mmc: sdhci-st: Update ST SDHCI binding documentation.

2015-03-03 Thread Maxime Coquelin
deletions(-) Once fixed, you can add my: Acked-by: Maxime Coquelin Thanks, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 6/8] mmc: sdhci-st: Update the quirks for this controller.

2015-03-03 Thread Maxime Coquelin
: Giuseppe Cavallaro --- drivers/mmc/host/sdhci-st.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Acked-by: Maxime Coquelin Thanks, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org Mo

Re: [PATCH v2 5/8] mmc: sdhci-st: Add sdhci_st_set_uhs_signaling function.

2015-03-03 Thread Maxime Coquelin
dhci_ops sdhci_st_ops = { .set_bus_width = sdhci_set_bus_width, .read_l = sdhci_st_readl, .reset = sdhci_reset, + .set_uhs_signaling = sdhci_st_set_uhs_signaling, }; static const struct sdhci_pltfm_data sdhci_st_pdata = { Other than that, you can add my: Ac

Re: [PATCH v2 4/8] mmc: sdhci-st: Add st_mmcss_cconfig function to configure mmcss glue registers.

2015-03-03 Thread Maxime Coquelin
ff-by: Giuseppe Cavallaro --- drivers/mmc/host/sdhci-st.c | 88 + 1 file changed, 88 insertions(+) Acked-by: Maxime Coquelin Thanks, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a me

Re: [PATCH v2 3/8] mmc: sdhci-st: Add delay management functions for top registers (eMMC).

2015-03-03 Thread Maxime Coquelin
On 02/26/2015 02:10 PM, Peter Griffin wrote: Due to the tight timing constriants in some UHS modes, it is required to have s/constriant/constraints/ some delay management in the design. Two types of delay management are supported in the HW: - 1) Static delay management 2) Dynamic delay manage

Re: [PATCH v2 2/8] mmc: sdhci-st: Add support for de-asserting reset signal and top regs resource

2015-03-03 Thread Maxime Coquelin
+), 3 deletions(-) Acked-by: Maxime Coquelin Thanks, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 1/8] mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs

2015-03-03 Thread Maxime Coquelin
Hi Peter, On 02/26/2015 02:10 PM, Peter Griffin wrote: The stih407 family SoC's have additional glue registers in the flashSS which are used to configure the Arasan controller. This patch adds macros for the register offsets and bitfields which will be used by subsequent patches to support sti

Re: [PATCH 5/6] mmc: sdhci-st: Do cleanup while mmc_of_parse() return an error

2014-12-18 Thread Maxime Coquelin
Hi Ulf, On 12/18/2014 10:41 AM, Ulf Hansson wrote: At errors, balance sdhci_pltfm_init() with sdhci_pltfm_free(), to make sure all data is freed properly. Cc: Srinivas Kandagatla Cc: Maxime Coquelin Cc: Patrice Chotard Signed-off-by: Ulf Hansson --- drivers/mmc/host/sdhci-st.c | 4

Re: [STLinux Kernel] [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

2014-07-22 Thread Maxime Coquelin
On 07/22/2014 06:00 PM, Olof Johansson wrote: On Tue, Jul 22, 2014 at 5:13 AM, Maxime Coquelin wrote: Hi Olof, Arnd, Kevin, I am preparing two tags for v3.17 regarding STi platform. One for DT, and one for defconfigs. Except this one, I have no patches for ARM

Re: [STLinux Kernel] [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

2014-07-22 Thread Maxime Coquelin
? Regards, Maxime On 06/23/2014 12:54 PM, Maxime Coquelin wrote: On 06/04/2014 06:30 PM, Peter Griffin wrote: Signed-off-by: Peter Griffin Acked-by: Maxime Coquelin --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6dc67b1..19dc265 100644 --- a

Re: [PATCH v4 09/10] ARM: update multi_v7_defconfig for STI

2014-07-21 Thread Maxime Coquelin
On 07/09/2014 05:07 PM, Peter Griffin wrote: This patch enables SDHCI STI platform driver. Signed-off-by: Peter Griffin --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) Added to my queue for v3.17. Thanks, Maxime -- To unsubscribe from this list: send the li

Re: [PATCH v4 00/10] Add SDHCI support for ST Microelectronics SoCs

2014-07-10 Thread Maxime Coquelin
On 07/10/2014 02:51 PM, Ulf Hansson wrote: On 9 July 2014 17:51, Maxime Coquelin wrote: On 07/09/2014 05:07 PM, Peter Griffin wrote: This series adds a SDHCI platform driver for ST SoCs, along with the additional device tree bindings and configuration to enable the controller to work

Re: [PATCH v4 00/10] Add SDHCI support for ST Microelectronics SoCs

2014-07-09 Thread Maxime Coquelin
On 07/09/2014 05:07 PM, Peter Griffin wrote: This series adds a SDHCI platform driver for ST SoCs, along with the additional device tree bindings and configuration to enable the controller to work properly. Initially it supports the stih416 and stih415 SoCs, and has been tested on a stih416-b2

Re: [PATCH v2 08/10] ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.

2014-07-09 Thread Maxime Coquelin
Hi Ulf, Peter, I will queue the DT patches to my pull request for v3.17. Peter, I will need it to be rebased anyway. Thanks, Maxime On 07/09/2014 12:30 PM, Peter Griffin wrote: Hi Ulf, Many thanks for looking at this. + + mmc1: sdhci@fe81f000 { +

Re: [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

2014-06-23 Thread Maxime Coquelin
On 06/04/2014 06:30 PM, Peter Griffin wrote: > Signed-off-by: Peter Griffin Acked-by: Maxime Coquelin > --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS index 6dc67b1..19dc265 > 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1306

Re: [PATCH v3 09/10] ARM: update multi_v7_defconfig for STI

2014-06-23 Thread Maxime Coquelin
On 06/04/2014 06:30 PM, Peter Griffin wrote: > This patch enables SDHCI STI platform driver. > > Signed-off-by: Peter Griffin --- > arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 > insertion(+) Acked-by: Maxime Coquelin > > diff --git a/arch/arm/configs/m

Re: [PATCH 3/8] ARM: STi: DT: Add sdhci pins for stih416

2014-05-22 Thread Maxime Coquelin
, 39 insertions(+) For all the DT patches, once Lee's comments taken into account, you can add my: Acked-by: Maxime Coquelin Thanks! Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More ma

Re: [PATCH 2/8] mmc: sdhci-st: STMicroelectronics SDHCI binding documentation.

2014-05-22 Thread Maxime Coquelin
Cavallaro --- Documentation/devicetree/bindings/mmc/sdhci-st.txt | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-st.txt You can add my: Acked-by: Maxime Coquelin [...] -- To unsubscribe from this list: send the line

Re: Add SDHCI support for STMicroelectronics SoCs

2014-05-22 Thread Maxime Coquelin
Hi Peter, On 05/22/2014 05:18 PM, Peter Griffin wrote: This series adds a SDHCI platform driver for ST SoCs, along with the additional device tree bindings and configuration to enable the controller to work properly. Initially it supports the stih416 and stih415 SoCs, and has been tested on a s

Re: [PATCH 1/8] mmc: sdhci-st: Intial support for ST SDHCI controller

2014-05-22 Thread Maxime Coquelin
Hi Peter On 05/22/2014 05:18 PM, Peter Griffin wrote: This platform driver adds initial support for the SDHCI host controller found on STMicroelectronics SoCs. It has been tested on STiH41x b2020 platforms currently. Signed-off-by: Peter Griffin Signed-off-by: Giuseppe Cavallaro --- driver