Re: [PATCH v2 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-09 Thread Suman Tripathi
On 30 March 2015 at 16:46, Suman Tripathi wrote: > This patch adds some quirks support to be read from fdt. > > Signed-off-by: Suman Tripathi > --- > drivers/mmc/host/sdhci-pltfm.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/mmc/host

[PATCH v2 RESEND 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-04-21 Thread Suman Tripathi
Tripathi Suman Tripathi (2): arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi. mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c arch/arm64/boot/dts/apm-storm.dtsi | 44 ++ drivers/mmc/host/sdhci-pltfm.c | 15 + 2 files

[PATCH v2 RESEND 1/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-04-21 Thread Suman Tripathi
This patch adds the arasan sdhc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-storm.dtsi | 44 ++ 1 file changed, 44 insertions(+) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch

[PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-21 Thread Suman Tripathi
This patch adds some quirks support to be read from fdt. Signed-off-by: Suman Tripathi --- drivers/mmc/host/sdhci-pltfm.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c index bef250e..9f6a4b9 100644 --- a

Re: [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-27 Thread Suman Tripathi
On Tuesday 21 April 2015 21:12:39 Suman Tripathi wrote: > index bef250e..9f6a4b9 100644 > --- a/drivers/mmc/host/sdhci-pltfm.c > +++ b/drivers/mmc/host/sdhci-pltfm.c > @@ -85,6 +85,21 @@ void sdhci_get_of_property(struct platform_device *pdev) > > if (of_get_prope

Re: [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-27 Thread Suman Tripathi
On Monday 27 April 2015 20:33:25 Suman Tripathi wrote: > > On Tuesday 21 April 2015 21:12:39 Suman Tripathi wrote: > > > index bef250e..9f6a4b9 100644 > > > --- a/drivers/mmc/host/sdhci-pltfm.c > > > +++ b/drivers/mmc/host/sdhci-pltfm.c > > > @@ -85,6 +

Re: [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-28 Thread Suman Tripathi
On Monday 27 April 2015 21:25:20 Suman Tripathi wrote: > > On Monday 27 April 2015 20:33:25 Suman Tripathi wrote: > > > > On Tuesday 21 April 2015 21:12:39 Suman Tripathi wrote: > > > > > + host->quirks |= SDHCI_QUIRK_BROKEN_DMA; >

Re: [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-29 Thread Suman Tripathi
Hi Arnd, Please ignore the previous reply. On Tue, Apr 28, 2015 at 1:19 AM, Arnd Bergmann wrote: > On Monday 27 April 2015 21:25:20 Suman Tripathi wrote: >> > On Monday 27 April 2015 20:33:25 Suman Tripathi wrote: >> > > > On Tuesday 21 April 2015 21

Re: [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-04-29 Thread Suman Tripathi
On Wed, Apr 29, 2015 at 2:45 PM, Arnd Bergmann wrote: > On Wednesday 29 April 2015 12:34:41 Suman Tripathi wrote: > > On Tue, Apr 28, 2015 at 1:19 AM, Arnd Bergmann wrote: > > > On Monday 27 April 2015 21:25:20 Suman Tripathi wrote: > > >> > On Monday 27 April 2

[PATCH v3 0/3] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-04-30 Thread Suman Tripathi
the sdhci-of-arasan.c to support arasan4.9a. * Add quirks for arasan4.9a. Signed-off-by: Suman Tripathi --- Suman Tripathi (3): arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi. mmc: host: arasan: Add the support for sdhci-arasan4.9a in sdhci-of-arasan.c Documentation: mmc

[PATCH v3 1/3] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-04-30 Thread Suman Tripathi
This patch adds the arasan sdhc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-mustang.dts | 4 arch/arm64/boot/dts/apm-storm.dtsi | 44 + 2 files changed, 48 insertions(+) diff --git

[PATCH v3 2/3] mmc: host: arasan: Add the support for sdhci-arasan4.9a in sdhci-of-arasan.c.

2015-04-30 Thread Suman Tripathi
This patch adds the quirks and compatible string in sdhci-of-arasan.c to support sdhci-arasan4.9a version of controller. Signed-off-by: Suman Tripathi --- drivers/mmc/host/sdhci-of-arasan.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers

[PATCH v3 3/3] Documentation: mmc: Update Arasan SDHC documentation to support 4.9a version of Arasan SDHC controller.

2015-04-30 Thread Suman Tripathi
This patch updates Arasan SDHC documentation to support 4.9a version of Arasan SDHC controller. Signed-off-by: Suman Tripathi --- Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc

Re: [PATCH v3 3/3] Documentation: mmc: Update Arasan SDHC documentation to support 4.9a version of Arasan SDHC controller.

2015-05-03 Thread Suman Tripathi
Hi, On Mon, May 4, 2015 at 11:30 AM, Michal Simek wrote: > On 05/01/2015 06:54 AM, Suman Tripathi wrote: >> This patch updates Arasan SDHC documentation to support >> 4.9a version of Arasan SDHC controller. >> >> Signed-off-by: Suman Tripathi >> --- >>

Re: [PATCH v3 1/3] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-03 Thread Suman Tripathi
Hi, On Mon, May 4, 2015 at 11:33 AM, Michal Simek wrote: > On 05/01/2015 06:54 AM, Suman Tripathi wrote: >> This patch adds the arasan sdhc nodes to reuse the of-arasan >> driver for APM X-Gene SoC. >> >> Signed-off-by: Suman Tripathi >> --- >> a

[PATCH v4 0/3] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-04 Thread Suman Tripathi
the sdhci-of-arasan.c to support arasan4.9a. * Add quirks for arasan4.9a. v4 change: * Cleanup the Documentation and dts. Signed-off-by: Suman Tripathi --- Suman Tripathi (3): arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi. mmc: host: arasan: Add the support for sdhci-arasan4.9a

[PATCH v4 1/3] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-04 Thread Suman Tripathi
This patch adds the arasan sdhc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-mustang.dts | 4 arch/arm64/boot/dts/apm-storm.dtsi | 44 + 2 files changed, 48 insertions(+) diff --git

[PATCH v4 2/3] mmc: host: arasan: Add the support for sdhci-arasan4.9a in sdhci-of-arasan.c

2015-05-04 Thread Suman Tripathi
This patch adds the quirks and compatible string in sdhci-of-arasan.c to support sdhci-arasan4.9a version of controller. Signed-off-by: Suman Tripathi --- drivers/mmc/host/sdhci-of-arasan.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers

[PATCH v4 3/3] Documentation: mmc: Update Arasan SDHC documentation to support 4.9a version of Arasan SDHC controller.

2015-05-04 Thread Suman Tripathi
This patch updates Arasan SDHC documentation to support 4.9a version of Arasan SDHC controller. Signed-off-by: Suman Tripathi --- Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc

Re: [PATCH v4 0/3] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-05 Thread Suman Tripathi
On Tue, May 5, 2015 at 2:06 PM, Ulf Hansson wrote: > On 4 May 2015 at 15:39, Suman Tripathi wrote: >> This patch adds the SDHCI support for APM X-Gene SoC using ARASAN SDHCI >> controller. >> >> v1 change: >> * Use the CONFIG_ARM64_DMA_HAS_IOMMU for dma-mapping

[PATCH v5 0/1] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-05 Thread Suman Tripathi
the sdhci-of-arasan.c to support arasan4.9a. * Add quirks for arasan4.9a. v4 change: * Cleanup the Documentation and dts. v5 change: * Rebase the dts files. * Drop patch 2 and 3 as it is applied Signed-off-by: Suman Tripathi --- Suman Tripathi (1): arm64: dts: Add the arasan sdhc nodes in

[PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-05 Thread Suman Tripathi
This patch adds the arasan sdhc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 44 + 2 files changed, 48 insertions(+) diff

Re: [PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-05 Thread Suman Tripathi
On Wed, May 6, 2015 at 1:11 AM, Rob Herring wrote: > On Tue, May 5, 2015 at 4:17 AM, Suman Tripathi wrote: >> This patch adds the arasan sdhc nodes to reuse the of-arasan >> driver for APM X-Gene SoC. >> >> Signed-off-by: Suman Tripathi >> --- >> arch/

Re: [PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-06 Thread Suman Tripathi
On Wed, May 6, 2015 at 2:10 PM, Arnd Bergmann wrote: > On Wednesday 06 May 2015 09:45:15 Michal Simek wrote: > > On 05/06/2015 09:31 AM, Arnd Bergmann wrote: > > > On Wednesday 06 May 2015 10:41:07 Suman Tripathi wrote: > > >>>> @@ -533,6 +567,16 @@ > &g

Re: [PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-06 Thread Suman Tripathi
Hi Arnd, On Wed, May 6, 2015 at 5:27 PM, Suman Tripathi wrote: > > > On Wed, May 6, 2015 at 2:10 PM, Arnd Bergmann wrote: > >> On Wednesday 06 May 2015 09:45:15 Michal Simek wrote: >> > On 05/06/2015 09:31 AM, Arnd Bergmann wrote: >> > > On Wednesday 06

[PATCH v6 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-06 Thread Suman Tripathi
disable timming using capability register read. Signed-off-by: Suman Tripathi --- Suman Tripathi (2): arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi. mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0. arch/arm64/boot/dts/apm/apm-mustang.dts

[PATCH v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi.

2015-05-06 Thread Suman Tripathi
This patch adds the arasan sdhci nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 43 + 2 files changed, 47 insertions(+) diff

[PATCH v6 2/2] mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-06 Thread Suman Tripathi
The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. This patch adds the support to disable SDR104/SDR50/DDR50 based on reading the capability register 0. Signed-off-by: Suman Tripathi --- drivers/mmc/host/sdhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-05-06 Thread Suman Tripathi
On Wed, May 6, 2015 at 6:11 PM, Michal Simek wrote: > On 05/06/2015 10:40 AM, Arnd Bergmann wrote: > > On Wednesday 06 May 2015 09:45:15 Michal Simek wrote: > >> On 05/06/2015 09:31 AM, Arnd Bergmann wrote: > >>> On Wednesday 06 May 2015 10:41:07 Suman Tripathi wro

Re: [PATCH v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi.

2015-05-08 Thread Suman Tripathi
On Wed, May 6, 2015 at 7:12 PM, Suman Tripathi wrote: > This patch adds the arasan sdhci nodes to reuse the of-arasan > driver for APM X-Gene SoC. > > Signed-off-by: Suman Tripathi > --- > arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ > arch/arm64/boot/dts/apm

Re: [PATCH v6 2/2] mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-08 Thread Suman Tripathi
On Wed, May 6, 2015 at 7:12 PM, Suman Tripathi wrote: > The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. > This patch adds the support to disable SDR104/SDR50/DDR50 based on > reading the capability register 0. > > Signed-off-by: Suman Tripathi > --- &

[PATCH RESEND v6 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-11 Thread Suman Tripathi
disable timming using capability register read. Signed-off-by: Suman Tripathi --- Suman Tripathi (2): arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi. mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0. arch/arm64/boot/dts/apm/apm-mustang.dts

[PATCH RESEND v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi

2015-05-11 Thread Suman Tripathi
This patch adds the arasan sdhci nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 43 + 2 files changed, 47 insertions(+) diff

[PATCH RESEND v6 2/2] mmc: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-11 Thread Suman Tripathi
The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. This patch adds the support to disable SDR104/SDR50/DDR50 based on reading the capability register 0. Signed-off-by: Suman Tripathi --- drivers/mmc/host/sdhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [PATCH RESEND v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi

2015-05-11 Thread Suman Tripathi
Hi , On Mon, May 11, 2015 at 2:08 PM, Suman Tripathi wrote: > This patch adds the arasan sdhci nodes to reuse the of-arasan > driver for APM X-Gene SoC. > > Signed-off-by: Suman Tripathi > --- > arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ > arch/arm64/boot/dts/apm

[PATCH v7 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-13 Thread Suman Tripathi
disable timming using capability register read. v7 change: * Rename sdhci nodes to mmc. Signed-off-by: Suman Tripathi --- Suman Tripathi (2): arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0

[PATCH v7 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-05-13 Thread Suman Tripathi
This patch adds the arasan mmc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- --- arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 43 + 2 files changed, 47 insertions(+) diff

[PATCH v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-13 Thread Suman Tripathi
The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. This patch adds the support to disable SDR104/SDR50/DDR50 based on reading the capability register 0. Signed-off-by: Suman Tripathi --- --- drivers/mmc/host/sdhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [PATCH v7 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-05-18 Thread Suman Tripathi
Hi Arnd, On Wed, May 13, 2015 at 5:21 PM, Suman Tripathi wrote: > This patch adds the arasan mmc nodes to reuse the of-arasan > driver for APM X-Gene SoC. > > Signed-off-by: Suman Tripathi > --- > --- > arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ > arch/arm64/boo

Re: [PATCH v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-18 Thread Suman Tripathi
On Wed, May 13, 2015 at 5:21 PM, Suman Tripathi wrote: > The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. > This patch adds the support to disable SDR104/SDR50/DDR50 based on > reading the capability register 0. > > Signed-off-by: Suman Tripathi > --- &g

[PATCH RESEND v7 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-05-21 Thread Suman Tripathi
disable timming using capability register read. v7 change: * Rename sdhci nodes to mmc. Signed-off-by: Suman Tripathi --- Suman Tripathi (2): arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0

[PATCH RESEND v7 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-05-21 Thread Suman Tripathi
This patch adds the arasan mmc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- --- arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 43 + 2 files changed, 47 insertions(+) diff

[PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-21 Thread Suman Tripathi
The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. This patch adds the support to disable SDR104/SDR50/DDR50 based on reading the capability register 0. Signed-off-by: Suman Tripathi --- --- drivers/mmc/host/sdhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-26 Thread Suman Tripathi
On Thu, May 21, 2015 at 2:13 PM, Suman Tripathi wrote: > The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. > This patch adds the support to disable SDR104/SDR50/DDR50 based on > reading the capability register 0. > > Signed-off-by: Suman Tripathi > --- &g

Re: [PATCH RESEND v7 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-05-26 Thread Suman Tripathi
Hi , On Thu, May 21, 2015 at 2:13 PM, Suman Tripathi wrote: > This patch adds the arasan mmc nodes to reuse the of-arasan > driver for APM X-Gene SoC. > > Signed-off-by: Suman Tripathi > --- > --- > arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ > arch/arm64/boo

Re: [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-05-27 Thread Suman Tripathi
On Tue, May 26, 2015 at 6:06 PM, Ulf Hansson wrote: > On 21 May 2015 at 10:43, Suman Tripathi wrote: > > The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. > > This patch adds the support to disable SDR104/SDR50/DDR50 based on > > reading the

Re: [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-06-01 Thread Suman Tripathi
Hi Aisheng, On Wed, May 27, 2015 at 7:46 PM, Suman Tripathi wrote: > > > On Tue, May 26, 2015 at 6:06 PM, Ulf Hansson > wrote: > >> On 21 May 2015 at 10:43, Suman Tripathi wrote: >> > The sdhci framework disables SDR104/SDR50/DDR50 based on only quirk. >&

[PATCH 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2014-12-15 Thread Suman Tripathi
Due to the fact that the existing of-arasan driver works with 32-bit platforms. This patch tweaks existing of-arasan driver to work with 64-bit X-Gene platform using IOMMU translation. Signed-off-by: Suman Tripathi --- Suman Tripathi (2): mmc: host: arasan: Add addition of-arasan quirks and

[PATCH 2/2] arm64: dts: Add APM X-Gene SDHCI DTS node.

2014-12-15 Thread Suman Tripathi
This patch adds the ahbclk and sdhciclk clock nodes and the sdhci device tree nodes of APM X-Gene SDHCI controller. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-storm.dtsi | 43 ++ 1 file changed, 43 insertions(+) diff --git a/arch/arm64/boot

[PATCH 1/2] mmc: host: arasan: Add addition of-arasan quirks and add IOMMU support.

2014-12-15 Thread Suman Tripathi
(sdhci-pltfm.c) driver. Signed-off-by: Suman Tripathi --- drivers/mmc/host/Kconfig | 1 + drivers/mmc/host/sdhci-of-arasan.c | 54 ++ drivers/mmc/host/sdhci-pltfm.c | 12 + 3 files changed, 67 insertions(+) diff --git a/drivers/mmc/host

Re: [PATCH 1/2] mmc: host: arasan: Add addition of-arasan quirks and add IOMMU support.

2015-01-06 Thread Suman Tripathi
Hi Arnd, On Monday 15 December 2014 22:31:06 Suman Tripathi wrote: > @@ -162,6 +206,16 @@ static int sdhci_arasan_probe(struct platform_device > *pdev) > goto clk_dis_ahb; > } > > +#if defined(CONFIG_IOMMU_SUPPORT) > + sdhci_arasan->dom

Re: [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-06-06 Thread Suman Tripathi
On Fri, Jun 5, 2015 at 8:23 PM, Dong Aisheng wrote: > > On Mon, Jun 01, 2015 at 01:38:47PM +0530, Suman Tripathi wrote: > >Hi Aisheng, > >On Wed, May 27, 2015 at 7:46 PM, Suman Tripathi <[1]stripa...@apm.com> > >wrote: > > > > On Tue, May

Re: [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0.

2015-06-10 Thread Suman Tripathi
gt; also capable to operate at 1.8V ? Didn't understand what you mean by >>> IO voltage capability >>> >>> >>>> SD3.0 cards require 1.8v IO voltage support. >>>> So should this bit affect SD3.0 support? >>> >>> The preset value r

Re: [PATCH v7 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-06-10 Thread Suman Tripathi
Hi Arnd and all On Mon, May 18, 2015 at 12:34 PM, Suman Tripathi wrote: > Hi Arnd, > > On Wed, May 13, 2015 at 5:21 PM, Suman Tripathi wrote: >> This patch adds the arasan mmc nodes to reuse the of-arasan >> driver for APM X-Gene SoC. >> >> Signed-off-by: Suman

[PATCH v8 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-06-19 Thread Suman Tripathi
disable timming using capability register read. v7 change: * Rename sdhci nodes to mmc. v8 change: * Drop the support to disable timming using capability register read. * Add SDHCI_QUIRK2_NO_1_8_V for 4.9a version of arasan. Suman Tripathi (2): arm64: dts: Add the arasan mmc nodes in apm

[PATCH v8 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-06-19 Thread Suman Tripathi
This patch adds the arasan mmc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- --- arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 43 + 2 files changed, 47 insertions(+) diff

[PATCH v8 2/2] mmc: host: sdhci: Disable 1.8V signaling for arasan 4.9a version of SDHCI controller.

2015-06-19 Thread Suman Tripathi
This patch disables the 1.8V signaling for arasan 4.9a version of SDHCI controller with the help SDHCI_QUIRK2_NO_1_8_V quirk. Signed-off-by: Suman Tripathi --- --- drivers/mmc/host/sdhci-of-arasan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-of

Re: [PATCH v8 2/2] mmc: host: sdhci: Disable 1.8V signaling for arasan 4.9a version of SDHCI controller.

2015-06-19 Thread Suman Tripathi
Hi , On Fri, Jun 19, 2015 at 5:30 PM, Suman Tripathi wrote: > This patch disables the 1.8V signaling for arasan 4.9a version > of SDHCI controller with the help SDHCI_QUIRK2_NO_1_8_V quirk. > > Signed-off-by: Suman Tripathi > --- > --- > drivers/mmc/host/sdhci-of-arasa

Re: [PATCH v8 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

2015-06-26 Thread Suman Tripathi
Any comments on this patch ?? On Fri, Jun 19, 2015 at 5:30 PM, Suman Tripathi wrote: > This patch adds the arasan mmc nodes to reuse the of-arasan > driver for APM X-Gene SoC. > > Signed-off-by: Suman Tripathi > --- > --- > arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +

Re: [PATCH v8 2/2] mmc: host: sdhci: Disable 1.8V signaling for arasan 4.9a version of SDHCI controller.

2015-07-21 Thread Suman Tripathi
On Tue, Jul 21, 2015 at 6:43 PM, Ulf Hansson wrote: > On 19 June 2015 at 14:28, Suman Tripathi wrote: >> Hi , >> >> On Fri, Jun 19, 2015 at 5:30 PM, Suman Tripathi wrote: >>> This patch disables the 1.8V signaling for arasan 4.9a version >>

[PATCH v1 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-01-27 Thread Suman Tripathi
Due to the fact that the existing of-arasan driver works with 32-bit platforms. This patch tweaks existing of-arasan driver to work with 64-bit X-Gene platform using IOMMU translation. v1 change: * Use the CONFIG_ARM64_DMA_HAS_IOMMU for dma-mapping. Signed-off-by: Suman Tripathi --- Suman

[PATCH v1 2/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-01-27 Thread Suman Tripathi
This patch adds the arasan sdhc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-storm.dtsi | 43 ++ 1 file changed, 43 insertions(+) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch

[PATCH v1 1/2] mmc: host: arasan: Add addition of-arasan quirks and IOMMU support for arasan SDHCI driver.

2015-01-27 Thread Suman Tripathi
(sdhci-pltfm.c) driver. Signed-off-by: Suman Tripathi --- drivers/mmc/host/Makefile | 2 ++ drivers/mmc/host/sdhci-ahbc-xgene.c | 58 + drivers/mmc/host/sdhci-ahbc-xgene.h | 49 +++ drivers/mmc/host/sdhci-of-arasan.c | 11

Re: [PATCH v1 2/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-01-27 Thread Suman Tripathi
Hi Arnd, I added the iommus in the IOMMU AHBC patch. Anything wrong in that ? In the next version Also I will remove the IOMMU hacks from arasan driver On Wed, Jan 28, 2015 at 9:48 AM, Suman Tripathi wrote: > Hi Arnd, > > On Tuesday 27 January 2015 22:51:00 Suman Tripa

Re: [PATCH v1 2/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-01-27 Thread Suman Tripathi
Hi Arnd, On Tuesday 27 January 2015 22:51:00 Suman Tripathi wrote: > > + sdhc0: sdhc@1c00 { > + device_type = "sdhc"; > + compatible = "arasan,sdhci-8.9a"; > +

Re: [PATCH v1 2/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-01-28 Thread Suman Tripathi
On Wednesday 28 January 2015 09:53:25 Suman Tripathi wrote: > > I added the iommus in the IOMMU AHBC patch. Anything wrong in that ? > In the next version Also I will remove the IOMMU hacks from arasan > driver Hmm, I guess you have a required ordering between the patches either way,

[PATCH v2 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller.

2015-03-30 Thread Suman Tripathi
Tripathi Suman Tripathi (2): arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi. mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c arch/arm64/boot/dts/apm-storm.dtsi | 44 ++ drivers/mmc/host/sdhci-pltfm.c | 15 + 2 files

[PATCH v2 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

2015-03-30 Thread Suman Tripathi
This patch adds some quirks support to be read from fdt. Signed-off-by: Suman Tripathi --- drivers/mmc/host/sdhci-pltfm.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c index bef250e..9f6a4b9 100644 --- a

[PATCH v2 1/2] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.

2015-03-30 Thread Suman Tripathi
This patch adds the arasan sdhc nodes to reuse the of-arasan driver for APM X-Gene SoC. Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-storm.dtsi | 44 ++ 1 file changed, 44 insertions(+) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch