RE: [PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-16 Thread Prabu Thangamuthu
Prahu, Thanks for a quick re-spin o the patch. One last comment, this is more of a information seek. On Thu, Oct 9, 2014 at 1:09 PM, Prabu Thangamuthu prab...@synopsys.com wrote: Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address mode from IP version 2.70a onwards

RE: [PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-16 Thread Prabu Thangamuthu
Hi, On Thu, Oct 16, 2014 at 4:42 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 10/16/2014 08:09 PM, Vivek Gautam wrote: Hi Prabu, On Thu, Oct 16, 2014 at 4:09 PM, Prabu Thangamuthu prab...@synopsys.com wrote: Hi Jaehoon, Vivek, Alim, Thanks for your review comments

[PATCH V7] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-20 Thread Prabu Thangamuthu
Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address mode from IP version 2.70a onwards. Updated the driver to support IDMAC 64-bit addressing mode. Signed-off-by: Prabu Thangamuthu prab...@synopsys.com --- Change log v7: - Initialized reserved fileds and buffer

[PATCH v5] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-07 Thread Prabu Thangamuthu
-by: Prabu Thangamuthu prab...@synopsys.com --- Change log v5: - Recreated the patch against linux-next as this patch is required for another patch http://www.spinics.net/lists/arm-kernel/msg357985.html Change log v4: - Add the dynamic support for 32-bit and 64-bit address mode based

RE: [PATCH v5] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-09 Thread Prabu Thangamuthu
Hi Alim, Thank you for reviewing and testing our Patch. On Wed, Oct 8, 2014 at 7:17 PM, Alim Akhtar alim.akh...@gmail.com wrote: Hi Prabu, On Tue, Oct 7, 2014 at 5:17 PM, Prabu Thangamuthu prab...@synopsys.com wrote: Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit

[PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-09 Thread Prabu Thangamuthu
Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address mode from IP version 2.70a onwards. Updated the driver to support IDMAC 64-bit addressing mode. Tested the features in DW_MMC core v2.70a and v2.40a with HAPS-51 setup and driver is working fine. Signed-off-by: Prabu

[PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-18 Thread Prabu Thangamuthu
waiting for command complete interrupt. Since INTMASK was already cleared by dw_mci_remove, command complete interrupt is not reaching the system. This leads to process hung. Signed-off-by: Prabu Thangamuthu prab...@synopsys.com --- drivers/mmc/host/dw_mmc.c |6 +++--- 1 files changed, 3

RE: [PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-26 Thread Prabu Thangamuthu
On 05/22/2015 10:21 PM, Ulf Hansson wrote: On 18 May 2015 at 16:23, Prabu Thangamuthu prab...@synopsys.com wrote: Removing dw_mmc driver immediately after inserting the dw_mmc driver is I guess it hangs even if you remove it after a couple of days? :-) Perhaps makes this a bit more

[PATCH v2] mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-28 Thread Prabu Thangamuthu
to process hung. Signed-off-by: Prabu Thangamuthu prab...@synopsys.com --- Change log v2: -Added prefix mmc: to the commit message header. -Updated the Commit Message. drivers/mmc/host/dw_mmc.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers

[PATCH v5] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-06-24 Thread Prabu Thangamuthu
Patch to add Standard SD Host Controller Interface compliant Synopsys sdhci-dwc controller driver. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- Change log v5: -Updated review comments. Change log v4: -Updated review comments to optimize the code. Change

RE: [PATCH v3] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-27 Thread Prabu Thangamuthu
Hi Ludovic, On 04/26/2016 06:59 PM, Ludovic Desroches wrote: > > On Tue, Apr 26, 2016 at 12:31:50PM +, Prabu Thangamuthu wrote: > > Hi Ludovic, Jaehoon Chung, > > > > Thank you for your review comments, > > > > On 04/26/2016 04:15 PM, Jaehoon Chung wrote

RE: [PATCH v3] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-26 Thread Prabu Thangamuthu
Hi Ludovic, Jaehoon Chung, Thank you for your review comments, On 04/26/2016 04:15 PM, Jaehoon Chung wrote: > > On 04/26/2016 05:58 PM, Ludovic Desroches wrote: > > On Wed, Apr 20, 2016 at 12:22:59PM +, Prabu Thangamuthu wrote: > >> Patch for Standard SD Host Controlle

[PATCH v4] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-27 Thread Prabu Thangamuthu
Patch for Standard SD Host Controller Interface compliant Synopsys sdhci-dwc controller driver. This code supports PCI based interface. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- Change log v4: -Updated review comments to optimize the code. Change

RE: [PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-20 Thread Prabu Thangamuthu
Hi Jaehoon Chung, Thank you for detailed review comments. On 04/19/2016 04:31 PM, Jaehoon Chung wrote: > On 04/19/2016 04:18 PM, Prabu Thangamuthu wrote: > > Synopsys DWC_MSHC is compliant with SD Host Specifications. This patch > > is to support DWC_MSHC controller o

[PATCH v3] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-20 Thread Prabu Thangamuthu
Patch for Standard SD Host Controller Interface compliant Synopsys sdhci-dwc controller driver. This code supports PCI based interface. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- Change log v3: -Removed unused code. -Updated review comments. Change

RE: [PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-19 Thread Prabu Thangamuthu
Hi Ludovic, Thank you for review comments. On Tue, April 19, 2016 1:04 PM, Ludovic Desroches wrote: > Hi Prabu, > > On Tue, Apr 19, 2016 at 07:18:36AM +0000, Prabu Thangamuthu wrote: > > Synopsys DWC_MSHC is compliant with SD Host Specifications. This patch > > is to suppor

RE: [PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-18 Thread Prabu Thangamuthu
0xc202 > > Please read the top of this file for why you should not add any new entries to > it. Thank you for pointing it. I will update the Patch accordingly. Regards, Prabu Thangamuthu.

[PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-19 Thread Prabu Thangamuthu
Synopsys DWC_MSHC is compliant with SD Host Specifications. This patch is to support DWC_MSHC controller on PCI interface. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- Change log v2: -Removed Synopsys specific PCI device ID's from pci_ids.h. -Updated the PCI

[PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-18 Thread Prabu Thangamuthu
Synopsys released SD Host Controller Standard Specification compliant IP called as DWC_MSHC. This patch is to support DWC_MSHC controller with PCI interface. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- MAINTAINERS | 7 + drivers/mmc/host/Ma

RE: [PATCH v4] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-28 Thread Prabu Thangamuthu
Hi Andy Shevchenko, On 04/27/2016 7:09 PM, Andy Shevchenko wrote: > > On Wed, Apr 27, 2016 at 2:51 PM, Prabu Thangamuthu > <prab...@synopsys.com> wrote: > > Patch for Standard SD Host Controller Interface compliant Synopsys > > sdhci-dwc controller driver. This code s

[PATCH 1/1] scsi: ufs: changing maintainer

2017-07-18 Thread Prabu Thangamuthu
As per internal decision, Joao Pinto will be maintainer for DWC UFS driver. Signed-off-by: Prabu Thangamuthu <pra...@synopsys.com> --- MAINTAINERS |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8a99f6b..2122e93 100644 --- a/MAINT

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-24 Thread Prabu Thangamuthu
Hi Adrian, On 5/24/2018 2:06 PM, Adrian Hunter wrote: > Hi > > This patch is mangled. We will check it. > > On 22/05/18 09:42, Prabu Thangamuthu wrote: >> To enable Synopsys DWC MSHC controller on HPAS-DX platform connected using >> PCIe interface. As Clock generation l

[PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-22 Thread Prabu Thangamuthu
specific set_power function to support different VDD of eMMC devices. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- MAINTAINERS | 7 ++ drivers/mmc/host/Makefile | 3 +- drivers/mmc/host/sdhci-pci-core.c | 1 + drivers/mmc/host/sdhci-p

[PATCH v2 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-30 Thread Prabu Thangamuthu
to control the MMCM to generate required clocks with respect to speed mode. Signed-off-by: Prabu Thangamuthu --- V2 - Removed sdhci-pci-dwc-mshc.h and moved into sdhci-pci-dwc-mshc.c Fixed coding style issue. Removed sdhci_snps_set_power and new approach to support eMMC device voltages

Re: [PATCH v2 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-06-01 Thread Prabu Thangamuthu
ation mentioned as per https://www.kernel.org/doc/html/v4.10/process/email-clients.html. Not sure what went wrong in my configuration. Sorry for that. I will re-send the patch with git send-mail. Thanks, Prabu > On 30/05/18 18:07, Prabu Thangamuthu wrote: >> Synopsys has DWC MSHC contro

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-28 Thread Prabu Thangamuthu
Hi Adrian, On 5/24/2018 5:43 PM, Adrian Hunter wrote: > On 24/05/18 14:28, Prabu Thangamuthu wrote: >> Hi Adrian, >> >> On 5/24/2018 2:06 PM, Adrian Hunter wrote: >>> Hi >>> >>> This patch is mangled. >> We will check it. >>> On 22/05

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-28 Thread Prabu Thangamuthu
Hi Andy, Thanks for pointing all. We will fix it. Regards, Prabu On 5/28/2018 5:49 PM, Andy Shevchenko wrote: > On Tue, May 22, 2018 at 9:42 AM, Prabu Thangamuthu <prab...@synopsys.com> > wrote: >> To enable Synopsys DWC MSHC controller on HPAS-DX platform connected using

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-28 Thread Prabu Thangamuthu
Hi Adrian, On 5/24/2018 5:43 PM, Adrian Hunter wrote: > On 24/05/18 14:28, Prabu Thangamuthu wrote: >> Hi Adrian, >> >> On 5/24/2018 2:06 PM, Adrian Hunter wrote: >>> Hi >>> >>> This patch is mangled. >> We will check it. >>> On 22/05

Re: [RESEND PATCH v4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support

2018-04-30 Thread Prabu Thangamuthu
Hi Adrian, Yes, this patch was meant for linux stable. Thank you pointing me the corresponding rules. We are planning to port our driver to mainline. We will submit the patch for mainline when it's ready. Thanks, Prabu On 4/26/2018 3:27 PM, Adrian Hunter wrote: > On 12/04/18 18:47, Pr

[PATCH v3 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-07-11 Thread Prabu Thangamuthu
to control the MMCM to generate required clocks with respect to speed mode. Signed-off-by: Prabu Thangamuthu --- V3 - Updated License. Re-sending the patch using git send-email. V2 - Removed sdhci-pci-dwc-mshc.h and moved into sdhci-pci-dwc-mshc.c Fixed the coding style issue. Removed

RE: [4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support

2018-04-10 Thread Prabu Thangamuthu
gled mail, it is > not clear it is intended for upstream? > > Regards > Adrian > > On 28/03/18 18:28, Prabu Thangamuthu wrote: > > Synopsys DWC MSHC IP is complaint to SD Standard Host Controller > > Interface > > > > specification. This patch is to enable DWC MS

[RESEND PATCH v4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support

2018-04-12 Thread Prabu Thangamuthu
-DX platform, we need separate functions to control the MMCM module to generate required clocks with respect to mode of operations. Also we have the platform specific set_power function to support different VDD of eMMC devices. Signed-off-by: Prabu Thangamuthu <prab...@synopsys.com> --- MAINT

Re: [RESEND PATCH v4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support

2018-04-30 Thread Prabu Thangamuthu
Hi Adrian, Yes, this patch was meant for linux stable. Thank you pointing me the corresponding rules. We are planning to port our driver to mainline. We will submit the patch for mainline when it's ready. Thanks, Prabu On 4/26/2018 3:27 PM, Adrian Hunter wrote: > On 12/04/18 18:47, Pr

[RESEND PATCH v4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support

2018-04-12 Thread Prabu Thangamuthu
-DX platform, we need separate functions to control the MMCM module to generate required clocks with respect to mode of operations. Also we have the platform specific set_power function to support different VDD of eMMC devices. Signed-off-by: Prabu Thangamuthu --- MAINTAINERS

RE: [4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support

2018-04-10 Thread Prabu Thangamuthu
gled mail, it is > not clear it is intended for upstream? > > Regards > Adrian > > On 28/03/18 18:28, Prabu Thangamuthu wrote: > > Synopsys DWC MSHC IP is complaint to SD Standard Host Controller > > Interface > > > > specification. This patch is to enable DWC MS

[PATCH 1/1] scsi: ufs: changing maintainer

2017-07-18 Thread Prabu Thangamuthu
As per internal decision, Joao Pinto will be maintainer for DWC UFS driver. Signed-off-by: Prabu Thangamuthu --- MAINTAINERS |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8a99f6b..2122e93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-22 Thread Prabu Thangamuthu
specific set_power function to support different VDD of eMMC devices. Signed-off-by: Prabu Thangamuthu --- MAINTAINERS | 7 ++ drivers/mmc/host/Makefile | 3 +- drivers/mmc/host/sdhci-pci-core.c | 1 + drivers/mmc/host/sdhci-pci-dwc-mshc.c | 146

[PATCH v3 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-07-11 Thread Prabu Thangamuthu
to control the MMCM to generate required clocks with respect to speed mode. Signed-off-by: Prabu Thangamuthu --- V3 - Updated License. Re-sending the patch using git send-email. V2 - Removed sdhci-pci-dwc-mshc.h and moved into sdhci-pci-dwc-mshc.c Fixed the coding style issue. Removed

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-24 Thread Prabu Thangamuthu
Hi Adrian, On 5/24/2018 2:06 PM, Adrian Hunter wrote: > Hi > > This patch is mangled. We will check it. > > On 22/05/18 09:42, Prabu Thangamuthu wrote: >> To enable Synopsys DWC MSHC controller on HPAS-DX platform connected using >> PCIe interface. As Clock generation l

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-28 Thread Prabu Thangamuthu
Hi Adrian, On 5/24/2018 5:43 PM, Adrian Hunter wrote: > On 24/05/18 14:28, Prabu Thangamuthu wrote: >> Hi Adrian, >> >> On 5/24/2018 2:06 PM, Adrian Hunter wrote: >>> Hi >>> >>> This patch is mangled. >> We will check it. >>> On 22/05

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-28 Thread Prabu Thangamuthu
Hi Adrian, On 5/24/2018 5:43 PM, Adrian Hunter wrote: > On 24/05/18 14:28, Prabu Thangamuthu wrote: >> Hi Adrian, >> >> On 5/24/2018 2:06 PM, Adrian Hunter wrote: >>> Hi >>> >>> This patch is mangled. >> We will check it. >>> On 22/05

Re: [PATCH 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-28 Thread Prabu Thangamuthu
Hi Andy, Thanks for pointing all. We will fix it. Regards, Prabu On 5/28/2018 5:49 PM, Andy Shevchenko wrote: > On Tue, May 22, 2018 at 9:42 AM, Prabu Thangamuthu > wrote: >> To enable Synopsys DWC MSHC controller on HPAS-DX platform connected using >> PCIe interface. A

[PATCH v2 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-05-30 Thread Prabu Thangamuthu
to control the MMCM to generate required clocks with respect to speed mode. Signed-off-by: Prabu Thangamuthu --- V2 - Removed sdhci-pci-dwc-mshc.h and moved into sdhci-pci-dwc-mshc.c Fixed coding style issue. Removed sdhci_snps_set_power and new approach to support eMMC device voltages

Re: [PATCH v2 1/1] mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support

2018-06-01 Thread Prabu Thangamuthu
ation mentioned as per https://www.kernel.org/doc/html/v4.10/process/email-clients.html. Not sure what went wrong in my configuration. Sorry for that. I will re-send the patch with git send-mail. Thanks, Prabu > On 30/05/18 18:07, Prabu Thangamuthu wrote: >> Synopsys has DWC MSHC contro

RE: [PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-26 Thread Prabu Thangamuthu
r review! > > Best Regards, > Jaehoon Chung > > On 05/22/2015 10:21 PM, Ulf Hansson wrote: > > On 18 May 2015 at 16:23, Prabu Thangamuthu > wrote: > >> Removing dw_mmc driver immediately after inserting the dw_mmc driver > >> is > > > > I guess

[PATCH v2] mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-28 Thread Prabu Thangamuthu
to process hung. Signed-off-by: Prabu Thangamuthu --- Change log v2: -Added prefix "mmc:" to the commit message header. -Updated the Commit Message. drivers/mmc/host/dw_mmc.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/

[PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-18 Thread Prabu Thangamuthu
waiting for command complete interrupt. Since INTMASK was already cleared by dw_mci_remove, command complete interrupt is not reaching the system. This leads to process hung. Signed-off-by: Prabu Thangamuthu --- drivers/mmc/host/dw_mmc.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions

RE: [PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-16 Thread Prabu Thangamuthu
t; >> Hi Prahu, > >> Thanks for a quick re-spin o the patch. > >> One last comment, this is more of a information seek. > >> On Thu, Oct 9, 2014 at 1:09 PM, Prabu Thangamuthu > wrote: > >>> Synopsys DW_MMC IP core supports Internal DMA Contro

RE: [PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-16 Thread Prabu Thangamuthu
Hi, On Thu, Oct 16, 2014 at 4:42 PM, Jaehoon Chung wrote: > On 10/16/2014 08:09 PM, Vivek Gautam wrote: > > Hi Prabu, > > > > > > On Thu, Oct 16, 2014 at 4:09 PM, Prabu Thangamuthu > wrote: > >> > >> Hi Jaehoon, Vivek, Alim, > >> >

[PATCH V7] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-20 Thread Prabu Thangamuthu
Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address mode from IP version 2.70a onwards. Updated the driver to support IDMAC 64-bit addressing mode. Signed-off-by: Prabu Thangamuthu --- Change log v7: - Initialized reserved fileds and buffer size filed to zero

[PATCH v5] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-07 Thread Prabu Thangamuthu
-by: Prabu Thangamuthu --- Change log v5: - Recreated the patch against linux-next as this patch is required for another patch http://www.spinics.net/lists/arm-kernel/msg357985.html Change log v4: - Add the dynamic support for 32-bit and 64-bit address mode based on hw configuration

RE: [PATCH v5] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-09 Thread Prabu Thangamuthu
Hi Alim, Thank you for reviewing and testing our Patch. On Wed, Oct 8, 2014 at 7:17 PM, Alim Akhtar wrote: > Hi Prabu, > > On Tue, Oct 7, 2014 at 5:17 PM, Prabu Thangamuthu > wrote: > > Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit > address mode

[PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-09 Thread Prabu Thangamuthu
Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address mode from IP version 2.70a onwards. Updated the driver to support IDMAC 64-bit addressing mode. Tested the features in DW_MMC core v2.70a and v2.40a with HAPS-51 setup and driver is working fine. Signed-off-by: Prabu

RE: [PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-18 Thread Prabu Thangamuthu
0xc202 > > Please read the top of this file for why you should not add any new entries to > it. Thank you for pointing it. I will update the Patch accordingly. Regards, Prabu Thangamuthu.

[PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-19 Thread Prabu Thangamuthu
Synopsys DWC_MSHC is compliant with SD Host Specifications. This patch is to support DWC_MSHC controller on PCI interface. Signed-off-by: Prabu Thangamuthu --- Change log v2: -Removed Synopsys specific PCI device ID's from pci_ids.h. -Updated the PCI device ID's in sdhci-pci

RE: [PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-19 Thread Prabu Thangamuthu
Hi Ludovic, Thank you for review comments. On Tue, April 19, 2016 1:04 PM, Ludovic Desroches wrote: > Hi Prabu, > > On Tue, Apr 19, 2016 at 07:18:36AM +0000, Prabu Thangamuthu wrote: > > Synopsys DWC_MSHC is compliant with SD Host Specifications. This patch > > is to suppor

RE: [PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-20 Thread Prabu Thangamuthu
Hi Jaehoon Chung, Thank you for detailed review comments. On 04/19/2016 04:31 PM, Jaehoon Chung wrote: > On 04/19/2016 04:18 PM, Prabu Thangamuthu wrote: > > Synopsys DWC_MSHC is compliant with SD Host Specifications. This patch > > is to support DWC_MSHC controller o

[PATCH v3] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-20 Thread Prabu Thangamuthu
Patch for Standard SD Host Controller Interface compliant Synopsys sdhci-dwc controller driver. This code supports PCI based interface. Signed-off-by: Prabu Thangamuthu --- Change log v3: -Removed unused code. -Updated review comments. Change log v2: -Removed Synopsys

RE: [PATCH v4] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-28 Thread Prabu Thangamuthu
Hi Andy Shevchenko, On 04/27/2016 7:09 PM, Andy Shevchenko wrote: > > On Wed, Apr 27, 2016 at 2:51 PM, Prabu Thangamuthu > wrote: > > Patch for Standard SD Host Controller Interface compliant Synopsys > > sdhci-dwc controller driver. This code supports PCI based interface.

RE: [PATCH v3] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-26 Thread Prabu Thangamuthu
Hi Ludovic, Jaehoon Chung, Thank you for your review comments, On 04/26/2016 04:15 PM, Jaehoon Chung wrote: > > On 04/26/2016 05:58 PM, Ludovic Desroches wrote: > > On Wed, Apr 20, 2016 at 12:22:59PM +, Prabu Thangamuthu wrote: > >> Patch for Standard SD Host Controlle

RE: [PATCH v3] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-27 Thread Prabu Thangamuthu
Hi Ludovic, On 04/26/2016 06:59 PM, Ludovic Desroches wrote: > > On Tue, Apr 26, 2016 at 12:31:50PM +, Prabu Thangamuthu wrote: > > Hi Ludovic, Jaehoon Chung, > > > > Thank you for your review comments, > > > > On 04/26/2016 04:15 PM, Jaehoon Chung wrote

[PATCH v4] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-27 Thread Prabu Thangamuthu
Patch for Standard SD Host Controller Interface compliant Synopsys sdhci-dwc controller driver. This code supports PCI based interface. Signed-off-by: Prabu Thangamuthu --- Change log v4: -Updated review comments to optimize the code. Change log v3: -Removed unused code

[PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-04-18 Thread Prabu Thangamuthu
Synopsys released SD Host Controller Standard Specification compliant IP called as DWC_MSHC. This patch is to support DWC_MSHC controller with PCI interface. Signed-off-by: Prabu Thangamuthu --- MAINTAINERS | 7 + drivers/mmc/host/Makefile | 3

[PATCH v5] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP

2016-06-24 Thread Prabu Thangamuthu
Patch to add Standard SD Host Controller Interface compliant Synopsys sdhci-dwc controller driver. Signed-off-by: Prabu Thangamuthu --- Change log v5: -Updated review comments. Change log v4: -Updated review comments to optimize the code. Change log v3: -Removed unused