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

2017-07-18 Thread Joao Pinto
Hello Greg and Prabu, Às 10:31 AM de 7/18/2017, Greg Kroah-Hartman (gre...@linuxfoundation.org) escreveu: > On Tue, Jul 18, 2017 at 09:15:58AM +, Prabu Thangamuthu wrote: >> As per internal decision, Joao Pinto will be maintainer for DWC UFS driver. > > That's "

Re: [PATCH V4 2/2] scsi: ufshcd-pci: Add Intel CNL support

2017-06-08 Thread Joao Pinto
Hello to all, Às 2:16 PM de 6/7/2017, Christoph Hellwig escreveu: > On Tue, Jun 06, 2017 at 02:35:31PM +0300, Adrian Hunter wrote: >> Add PCI id and variant ops for Intel CNL UFS host controller. > > Looks good: > > Reviewed-by: Christoph Hellwig > > It would be great if we could

Back to Synopsys

2016-11-15 Thread Joao Pinto
Hi all, I am back to Synopsys, so please don't apply the patches I sent a few weeks ago with the goal of changing the UFS drivers author e-mail. I will be available to help in anything you need. Thanks, Joao -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of

[PATCH] scsi: ufs: changing authors e-mail

2016-10-21 Thread Joao Pinto
Although I am leaving Synopsys, I would like to keep working with the linux kernel community and help in what you might find useful. For that I am sending this patch to change my contact e-mail. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- drivers/scsi/ufs/tc-dwc-g210-pci.c

[PATCH] scsi: ufs: changing maintainer

2016-10-14 Thread Joao Pinto
I am going to leave Synopsys and so this patch changes the Maintainer for UFS Synopsys' specific drivers to my colleagues Manjunath and Prabu. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAI

[PATCH] ufs: changing maintainer

2016-10-13 Thread Joao Pinto
Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5ac91d8a..d9855b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12084,7 +12084,8 @@ F: Documentation/scsi/ufs.

Re: UFS API in the kernel

2016-09-28 Thread Joao Pinto
gt; port > it! Thanks! > > > On 9/28/2016 10:06 AM, Joao Pinto wrote: >> >> Hi Subhash, >> >> On 9/28/2016 12:05 AM, subha...@codeaurora.org wrote: >>> Hi Joao, >>> >>> >>> On 2016-09-26 18:10, Kiwoong Kim wrote: >>>> Hi.

Re: UFS API in the kernel

2016-09-28 Thread Joao Pinto
you please send me the patch and kernel version to apply? Thanks, Joao > > Regards, > Subhash > > >> >> Regards. >> >>> -Original Message- >>> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- >>> ow...@vger.kernel.org]

Re: UFS API in the kernel

2016-09-28 Thread Joao Pinto
Hi again! Could you also send me an example of how you are using the IOCTL from your user app (send/receive data)? I already have my implemented but you use a different mechanism (I have checked your structures in uapi/scsi/ufs/) and I have to port it! Thanks! On 9/28/2016 10:06 AM, Joao Pinto

[PATCH] scsi: ufs: Kconfig fix

2016-09-23 Thread Joao Pinto
Currently if we have PCI and UFSHCD configured in the kernel, both SCSI_UFS_DWC_TC_PCI and SCSI_UFSHCD_PCI show up, which is not correct. This patch changes the UFS Kconfig to assure hierarchy between the 2 options. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- drivers/scsi/ufs/Kconf

UFS API in the kernel

2016-09-22 Thread Joao Pinto
Hi! I am designing an application that has the goal to be an utility for Unipro and UFS testing purposes. This application is going to run on top of a recent Linux Kernel containing the new UFS stack (including the new DWC drivers). I am considering doing the following: a) Create a new config

Re: [PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

2016-07-14 Thread Joao Pinto
On 7/14/2016 10:17 AM, Joao Pinto wrote: > On 7/12/2016 2:55 PM, Manjunath M B wrote: >> The code was checking on PA_CONNECTEDRXLANES and >> PA_CONNECTEDTXLANES attributes to program the Lane#1 >> attributes. The correct attributes are PA_AVAILRXDATALANES and >> PA_AV

Re: [PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

2016-07-14 Thread Joao Pinto
ANES), > + ufshcd_dme_get(hba, UIC_ARG_MIB(PA_AVAILRXDATALANES), > _rx_lanes); > - ufshcd_dme_get(hba, UIC_ARG_MIB(PA_CONNECTEDTXDATALANES), > + ufshcd_dme_get(hba, UIC_ARG_MIB(PA_AVAILTXDATALANES), > _tx_lanes); > > if (connected_

[PATCH] ufs: Adding license info do tc-dwc-g210 and ufshcd-dwc to enable loadable modules

2016-05-23 Thread Joao Pinto
This patch adds license info to the tc-dwc-g210 and ufshcd-dwc files in order for them to have access to some ufshcd symbols when all are built as modules. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- drivers/scsi/ufs/tc-dwc-g210.c | 4 drivers/scsi/ufs/ufshcd-dwc.c | 4 +

[PATCH 2/2] ufs: driver changed to avoid name collision with Samsung's

2016-05-16 Thread Joao Pinto
This patch changes the tc-dwc-g210-pci driver's name to avoid name collisions with the Smsung's driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- drivers/scsi/ufs/tc-dwc-g210-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/tc-dwc-g210-pc

[PATCH 0/2] UFS DWC Test Chip pci driver tweaks

2016-05-16 Thread Joao Pinto
This patch set has the tweaks that I described to you in an e-mail, all related with the ufs test chip pci driver. Joao Pinto (2): ufs: Test Chip pci driver not dependent of Samsung's ufs: driver changed to avoid name collision with Samsung's drivers/scsi/ufs/Kconfig | 2

[PATCH 1/2] ufs: Test Chip pci driver not dependent of Samsung's

2016-05-16 Thread Joao Pinto
This patch breaks the dependency between the two drivers, because they are completely indenpendent. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- drivers/scsi/ufs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/K

[PATCH v16 9/9] ufs: add TC G210 pci driver

2016-05-11 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v15->v16 (Martin K. Petersen): - The glue driver Makefile entry calls the dwc and tc objects directly. Changes v13->v15: - Nothing changed (just to keep up wi

[PATCH v16 8/9] add TC G210 platform driver

2016-05-11 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v15->v16 (Martin K. Petersen): - The glue driver Makefile entry calls the dwc and tc objects directly. Changes v13->v15: - Nothing changed (jus

[PATCH v16 1/9] ufs: fixed typo in ufshcd-pltfrm

2016-05-11 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> Acked-by: Tomas Winkler <tomas.wink...@intel.com> Reviewed-by: Hannes Reinecke <h...@suse.com> --- Changes v0->v16: - Nothing changed (just to kee

[PATCH v16 4/9] ufs: add unipro attributes

2016-05-11 Thread Joao Pinto
Add unipro attributes. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Tomas Winkler <tomas.wink...@intel.com> Reviewed-by: Hannes Reinecke <h...@suse.com> --- Changes v12->v16: - Nothing changed (just to keep up with patch set version). Changes v0->v12 (Toma

[PATCH v16 2/9] ufs: add UFS 2.0 to ufshcd-pltfrm bindings

2016-05-11 Thread Joao Pinto
Add UFS 2.0 to the ufshcd-pltfrm devicetree binding. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Rob Herring <r...@kernel.org> Acked-by: Tomas Winkler <tomas.wink...@intel.com> Reviewed-by: Hannes Reinecke <h...@suse.com> --- Changes v12->v16: - Nothi

[PATCH v16 5/9] ufs: add link status to ufshci

2016-05-11 Thread Joao Pinto
Add link status to ufshci. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Tomas Winkler <tomas.wink...@intel.com> Reviewed-by: Hannes Reinecke <h...@suse.com> --- Changes v12->v16: - Nothing changed (just to keep up with patch set version). Changes v0->v12 (Toma

[PATCH v16 0/9] add support for DWC UFS Controller

2016-05-11 Thread Joao Pinto
update Joao Pinto (9): ufs: fixed typo in ufshcd-pltfrm ufs: add UFS 2.0 to ufshcd-pltfrm bindings ufs: add UFS 2.0 capabilities ufs: add unipro attributes ufs: add link status to ufshci ufs: add support for DesignWare Controller ufs: add support for Synopsys G210 Test Chip ufs: add

[PATCH v16 3/9] ufs: add UFS 2.0 capabilities

2016-05-11 Thread Joao Pinto
Add UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> Acked-by: Tomas Winkler <tomas.wink...@intel.com> Reviewed-by: Hannes Reinecke <h...@suse.com> --- Changes v12->v16: - Nothing changed

[PATCH v16 7/9] ufs: add support for Synopsys G210 Test Chip

2016-05-11 Thread Joao Pinto
This patch adds support for Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v15->v16 (Martin K. Petersen): - Test Chip G210 does not longer have a Kconfig item (also affected Makefile) Kconfig options reduction was the justification for this change

[PATCH v16 6/9] ufs: add support for DesignWare Controller

2016-05-11 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v15->v16 (Martin K. Petersen): - DWC core does not longer have a Kconfig item (also affected Makefile) Kconfig options

Re: UFS patchset

2016-05-02 Thread Joao Pinto
Hi Martin, On 4/30/2016 1:24 AM, Martin K. Petersen wrote: >> "Martin" == Martin K Petersen writes: > > Joao, > > Martin> In a previous email you said you had sent v14 to > Martin> linux-scsi. However, I don't see neither v14, nor v13 in > Martin> patchworks.

[PATCH v15 2/9] ufs: add UFS 2.0 to ufshcd-pltfrm bindings

2016-05-02 Thread Joao Pinto
Add UFS 2.0 to the ufshcd-pltfrm devicetree binding. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Rob Herring <r...@kernel.org> Acked-by: Tomas Winkler <tomas.wink...@intel.com> --- Changes v12->v15: - Nothing changed (just to keep up with patch set version). C

[PATCH v15 1/9] ufs:fixed typo in ufshcd-pltfrm

2016-05-02 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> Acked-by: Tomas Winkler <tomas.wink...@intel.com> --- Changes v0->v15: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pl

[PATCH v15 4/9] ufs: added unipro attributes

2016-05-02 Thread Joao Pinto
Added unipro attributes. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Tomas Winkler <tomas.wink...@intel.com> --- Changes v12->v15: - Nothing changed (just to keep up with patch set version). Changes v0->v12 (Tomas Winkler): - This patch only appeared in v12

[PATCH v15 7/9] ufs: added support for Synopsys G210 Test Chip

2016-05-02 Thread Joao Pinto
This patch adds support for Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- Changes v10->v15: - Nothing changed (just to keep up with patch set version). Changes v0->v10: - This patch only appeared in v10

[PATCH v15 5/9] ufs: added link status to ufshci

2016-05-02 Thread Joao Pinto
Added link status to ufshci. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Tomas Winkler <tomas.wink...@intel.com> --- Changes v12->v15: - Nothing changed (just to keep up with patch set version). Changes v0->v12 (Tomas Winkler): - This patch only appeared in v12

[PATCH v15 8/9] ufs: add TC G210 platform driver

2016-05-02 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v13->v15: - Nothing changed (just to keep up with patch set version). Changes v12->v13 (Rob Herring): - Removed spaces from the compatibility string (

[PATCH v15 9/9] ufs: add TC G210 pci driver

2016-05-02 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v13->v15: - Nothing changed (just to keep up with patch set version). Changes v12->v13: - Nothing changed (just to keep up with patch set version). Chan

[PATCH v15 6/9] ufs: added support for DesignWare Controller

2016-05-02 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- Changes v12->v15: - Nothing changed (just to keep up with patch set version). Changes v11->

[PATCH v15 3/9] ufs: added UFS 2.0 capabilities

2016-05-02 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> Acked-by: Tomas Winkler <tomas.wink...@intel.com> --- Changes v12->v15: - Nothing changed (just to keep up with patch set version). Ch

Re: UFS patchset

2016-05-02 Thread Joao Pinto
Hi Martin! On 4/30/2016 1:24 AM, Martin K. Petersen wrote: >> "Martin" == Martin K Petersen writes: > > Joao, > > Martin> In a previous email you said you had sent v14 to > Martin> linux-scsi. However, I don't see neither v14, nor v13 in > Martin> patchworks.

Re: UFS patchset

2016-04-29 Thread Joao Pinto
On 4/29/2016 1:19 PM, Martin K. Petersen wrote: >>>>>> "Joao" == Joao Pinto <joao.pi...@synopsys.com> writes: > > Joao, > > Joao> Could you please give me feedback about the UFS patch-set? The > Joao> patches have been acked by various d

UFS patchset

2016-04-29 Thread Joao Pinto
Hi Martin, Could you please give me feedback about the UFS patch-set? The patches have been acked by various developers, so maybe could it be possible to put it into the 4.7 queue? Patch-set Cover Letter: http://www.spinics.net/lists/linux-scsi/msg95664.html Thank you, Joao -- To unsubscribe

Re: [PATCH v14 6/9] added support for DesignWare Controller

2016-04-13 Thread Joao Pinto
Hi Akinobu, On 4/13/2016 1:19 PM, Akinobu Mita wrote: > Hi Joao, > > 2016-04-13 18:04 GMT+09:00 Joao Pinto <joao.pi...@synopsys.com>: > >> diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h >> index e3931d0..c780d14 100644 >> --- a/driver

UFS patch

2016-04-11 Thread Joao Pinto
Hi Martin, I would like to know what are your plans regarding the UFS patches. Sending the URLS for the last patch set version: [PATCH v13 0/9] add support for DWC UFS Controller https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1115046.html [PATCH v13 1/9] fixed typo in

Re: [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

2016-04-08 Thread Joao Pinto
Hi, On 4/7/2016 10:15 PM, Winkler, Tomas wrote: > On Wed, 2016-04-06 at 09:51 +0100, Joao Pinto wrote: >> Hi! >> >> On 4/4/2016 12:11 PM, Tomas Winkler wrote: >>> Register UFS RPMB LUN with the RPMB subsystem and provide >>> implementation for the

Re: [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

2016-04-08 Thread Joao Pinto
On 4/7/2016 10:15 PM, Winkler, Tomas wrote: > On Wed, 2016-04-06 at 09:51 +0100, Joao Pinto wrote: >> Hi! >> >> On 4/4/2016 12:11 PM, Tomas Winkler wrote: >>> Register UFS RPMB LUN with the RPMB subsystem and provide >>> implementation for the RPMB access ope

Re: [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

2016-04-08 Thread Joao Pinto
Hi, On 4/7/2016 10:15 PM, Winkler, Tomas wrote: > On Wed, 2016-04-06 at 09:51 +0100, Joao Pinto wrote: >> Hi! >> >> On 4/4/2016 12:11 PM, Tomas Winkler wrote: >>> Register UFS RPMB LUN with the RPMB subsystem and provide >>> implementation for the

Re: [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

2016-04-08 Thread Joao Pinto
Hi! On 4/7/2016 10:15 PM, Winkler, Tomas wrote: > On Wed, 2016-04-06 at 09:51 +0100, Joao Pinto wrote: >> Hi! >> >> On 4/4/2016 12:11 PM, Tomas Winkler wrote: >>> Register UFS RPMB LUN with the RPMB subsystem and provide >>> implementation for the

Re: [PATCH v12 8/9] add TC G210 platform driver

2016-04-08 Thread Joao Pinto
Hi Rob, On 4/7/2016 6:57 PM, Rob Herring wrote: > On Mon, Apr 04, 2016 at 11:48:23AM +0100, Joao Pinto wrote: >> >> Hi Rob, >> >> On 4/4/2016 6:15 AM, Rob Herring wrote: >>> On Thu, Mar 31, 2016 at 07:57:21PM +0100, Joao Pinto wrote: >>>> This pa

Re: [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem

2016-04-06 Thread Joao Pinto
Hi! On 4/4/2016 12:11 PM, Tomas Winkler wrote: > Register UFS RPMB LUN with the RPMB subsystem and provide > implementation for the RPMB access operations. RPMB partition is > accessed via a sequence of security protocol in and security protocol > out commands with UFS specific parameters. This

Re: [PATCH v13 0/9] add support for DWC UFS Controller

2016-04-05 Thread Joao Pinto
On 4/5/2016 11:15 AM, Winkler, Tomas wrote: > > Hi, > > On 4/5/2016 12:34 AM, Martin K. Petersen wrote: >>>>>>> "Joao" == Joao Pinto <joao.pi...@synopsys.com> writes: >> >> Joao, >> >> Joao> The work consisted of: -

Re: [PATCH v13 0/9] add support for DWC UFS Controller

2016-04-05 Thread Joao Pinto
Hi, On 4/5/2016 12:34 AM, Martin K. Petersen wrote: >>>>>> "Joao" == Joao Pinto <joao.pi...@synopsys.com> writes: > > Joao, > > Joao> The work consisted of: - Fixed typo in ufshcd-pltfrm.c - Tweak > Joao> ufshcd.c for UFS 2.0 support -

Re: [PATCH v12 8/9] add TC G210 platform driver

2016-04-04 Thread Joao Pinto
Hi Rob, On 4/4/2016 6:15 AM, Rob Herring wrote: > On Thu, Mar 31, 2016 at 07:57:21PM +0100, Joao Pinto wrote: >> This patch adds a glue platform driver for the Synopsys G210 Test Chip. >> >> Signed-off-by: Joao Pinto <jpi...@synopsys.com> >> --- [sn

Re: [PATCH 8/8] scsi: ufs: connect to RPMB subsystem

2016-04-04 Thread Joao Pinto
Hi! On 4/3/2016 10:42 AM, Tomas Winkler wrote: > Register UFS RPMB LUN with the RPMB subsystem and provide > implementation for the RPMB access operations. RPMB partition is > accessed via a sequence of security protocol in and security protocol > out commands with UFS specific parameters. This

Re: [PATCH v12 3/9] added UFS 2.0 capabilities

2016-04-01 Thread Joao Pinto
On 3/31/2016 9:27 PM, Winkler, Tomas wrote: > On Thu, 2016-03-31 at 19:57 +0100, Joao Pinto wrote: >> Adding UFS 2.0 support to the UFS core driver. >> >> Signed-off-by: Joao Pinto <jpi...@synopsys.com> > > Looks good to me, though not tested yet > Tomas I ha

[PATCH v12 0/9] add support for DWC UFS Controller

2016-03-31 Thread Joao Pinto
- Implement a tc-dwc-g210 glue platform driver - Implement a tc-dwc-g210 glue pci driver - Documentation update Joao Pinto (9): fixed typo in ufshcd-pltfrm add UFS 2.0 to ufshcd-pltfrm bindings added UFS 2.0 capabilities added unipro attributes added link status to ufshci added support

[PATCH v12 4/9] added unipro attributes

2016-03-31 Thread Joao Pinto
Added unipro attributes. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v12 (Tomas Winkler): - This patch only appeared in v12 drivers/scsi/ufs/unipro.h | 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/scsi/ufs/u

[PATCH v12 3/9] added UFS 2.0 capabilities

2016-03-31 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v11->v12 (Tomas Winkler): - devicetree binding tweak was moved to a separated patch - unipro tweaks were moved to a separated patch - ufshcd_compose_upiu was decomposed in 2

[PATCH v12 2/9] add UFS 2.0 to ufshcd-pltfrm bindings

2016-03-31 Thread Joao Pinto
Add UFS 2.0 to the ufshcd-pltfrm devicetree binding. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v12 (Tomas Winkler): - This patch only appeared in v12 Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH v12 1/9] fixed typo in ufshcd-pltfrm

2016-03-31 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v12: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd-p

[PATCH v12 6/9] added support for DesignWare Controller

2016-03-31 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v11->v12 (Tomas Winkler): - custom_phy_initialization is now phy_initialization - ufshcd_is_intr_aggr_allowed() has now a DWC tweak - li

[PATCH v12 7/9] added support for Synopsys G210 Test Chip

2016-03-31 Thread Joao Pinto
This patch adds support for Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v10->v12: - Nothing changed (just to keep up with patch set version). Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 4 + driv

[PATCH v12 8/9] add TC G210 platform driver

2016-03-31 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v11->v12 (Tomas Winkler): - custom_phy_initialization replaced by phy_initialization Changes v10->v11 (Arnd Bergmann): - vops structs are now passed in .

[PATCH v12 9/9] add TC G210 pci driver

2016-03-31 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v10->v12 (Tomas Winkler): - custom_phy_initialization replaced by phy_initialization Changes v10->v11 (Arnd Bergmann): - tc_type is now initialized to TC_G210

[PATCH v12 5/9] added link status to ufshci

2016-03-31 Thread Joao Pinto
Added link status to ufshci. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v12 (Tomas Winkler): - This patch only appeared in v12 drivers/scsi/ufs/ufshci.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/scsi/ufs/ufshci.h b/drivers/scsi/ufs/ufshc

Re: [RESEND] [PATCH v11 3/6] added support for DesignWare Controller

2016-03-30 Thread Joao Pinto
Hi Thomas, On 3/29/2016 1:15 PM, Winkler, Tomas wrote: > > diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index > 2570d94..8b0cdf0 100644 > --- a/drivers/scsi/ufs/ufshcd.h > +++ b/drivers/scsi/ufs/ufshcd.h > @@ -262,6 +262,7 @@ struct ufs_pwr_mode_info { > * @suspend:

Re: [RESEND] [PATCH v11 2/6] added UFS 2.0 capabilities

2016-03-29 Thread Joao Pinto
On 3/29/2016 12:33 PM, Winkler, Tomas wrote: > Hi Thomas, > > On 3/29/2016 11:41 AM, Winkler, Tomas wrote: >> >> Adding UFS 2.0 support to the UFS core driver. >> >> Signed-off-by: Joao Pinto <jpi...@synopsys.com> >> Acked-by: Arnd Bergman

Re: [RESEND] [PATCH v11 2/6] added UFS 2.0 capabilities

2016-03-29 Thread Joao Pinto
Hi Thomas, On 3/29/2016 11:41 AM, Winkler, Tomas wrote: > > Adding UFS 2.0 support to the UFS core driver. > > Signed-off-by: Joao Pinto <jpi...@synopsys.com> > Acked-by: Arnd Bergmann <a...@arndb.de> > Acked-by: Rob Herring <r...@kernel.org> > --- >

Re: UFS V11 patch-set

2016-03-24 Thread Joao Pinto
On 3/23/2016 9:16 PM, Martin K. Petersen wrote: >>>>>> "Joao" == Joao Pinto <joao.pi...@synopsys.com> writes: > > Joao, > > Joao> Isn't it possible to be merged into a ufs-dwc branch in the SCSI > Joao> Git tree that could be pulled la

UFS V11 patch-set

2016-03-19 Thread Joao Pinto
Hi! Could you please check the following patch-set in order to evaluate if it is ready for v4.6? [PATCH v11 0/6] add support for DWC UFS Controller http://www.gossamer-threads.com/lists/linux/kernel/2396797?#2396797 [PATCH v11 1/6] fixed typo in ufshcd-pltfrm

UFS V11 patch-set

2016-03-19 Thread Joao Pinto
Hi! Could you please check the following patch-set in order to evaluate if it is ready for v4.6? [PATCH v11 0/6] add support for DWC UFS Controller http://www.gossamer-threads.com/lists/linux/kernel/2396797?#2396797 [PATCH v11 1/6] fixed typo in ufshcd-pltfrm

Re: UFS V11 patch-set

2016-03-19 Thread Joao Pinto
Hi! On 3/18/2016 2:49 PM, Arnd Bergmann wrote: > On Friday 18 March 2016 12:52:13 Joao Pinto wrote: >> Hi! >> >> Could you please check the following patch-set in order to evaluate if it is >> ready for v4.6? >> > > I think the code is ok now, but the timin

[PATCH v11 6/6] add-TC-G210-pci-driver

2016-03-07 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v10->v11 (Arnd Bergmann): - tc_type is now initialized to TC_G210_INV - probe function checks if the test chip version is specified Changes v0->v10: - Thi

[PATCH v11 5/6] add TC G210 platform driver

2016-03-07 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v10->v11 (Arnd Bergmann): - vops structs are now passed in .data Changes v0->v10: - This patch only appeared in v10 .../devicetree/bindings/ufs

Re: [PATCH v10 6/6] add TC G210 pci driver

2016-03-07 Thread Joao Pinto
Hi, On 3/4/2016 9:17 PM, Arnd Bergmann wrote: > On Friday 04 March 2016 17:22:19 Joao Pinto wrote: >> This patch adds a glue pci driver for the Synopsys G210 Test Chip. >> >> Signed-off-by: Joao Pinto <jpi...@synopsys.com> > > Mostly ok, just a few suggestio

Re: [PATCH v10 5/6] add TC G210 platform driver

2016-03-07 Thread Joao Pinto
Hi, On 3/4/2016 9:12 PM, Arnd Bergmann wrote: > On Friday 04 March 2016 17:22:18 Joao Pinto wrote: >> This patch adds a glue platform driver for the Synopsys G210 Test Chip. >> >> Signed-off-by: Joao Pinto <jpi...@synopsys.com> > > Looks basically ok, but I th

[PATCH v10 1/6] fixed typo in ufshcd-pltfrm

2016-03-04 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v10: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd-p

[PATCH v10 3/6] added support for DesignWare Controller

2016-03-04 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v9->v10 (Arnd Bergmann): - Patch now only has DWC controller specific code - Added custom_phy_initialization callback for PHY specific cod

[PATCH v10 2/6] added UFS 2.0 capabilities

2016-03-04 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v8->v10: - Nothing changed (just to keep up with patch set version). Changes v7->v8: - Added "jedec, ufs-2.0" to the ufschd-platform compatibility strings Changes v0-

[PATCH v10 6/6] add TC G210 pci driver

2016-03-04 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 9 ++ drivers/scsi/ufs/Makefile | 1 + drivers/scsi/ufs/tc-dwc-g

[PATCH v10 5/6] add TC G210 platform driver

2016-03-04 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v10: - This patch only appeared in v10 .../devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt | 26 + drivers/scsi/ufs/Kconfig

[PATCH v10 4/6] added support for Synopsys G210 Test Chip

2016-03-04 Thread Joao Pinto
This patch adds support for Synopsys G210 Test Chip. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 4 + drivers/scsi/ufs/Makefile | 1 + drivers/scsi/ufs/tc-dwc-g21

[PATCH v10 0/6] add support for DWC UFS Controller

2016-03-04 Thread Joao Pinto
- Implement a tc-dwc-g210 glue platform driver - Implement a tc-dwc-g210 glue pci driver - Documentation update Remark: The individual patches are not atomic, depending on other patches of the set. The patch set was made like this to improve readability. Joao Pinto (6): fixed typo in ufshcd-pltfrm

Re: [PATCH v9 3/3] add support for DWC UFS Host Controller

2016-03-03 Thread Joao Pinto
On 3/3/2016 2:12 PM, Arnd Bergmann wrote: > On Thursday 03 March 2016 13:52:39 Joao Pinto wrote: >> >> config SCSI_UFS_DWC >> bool >> >> config SCSI_UFS_DWC_TC_PLATFORM >> tristate "DesignWare platform support using a G210 Test Chip

Re: [PATCH v9 3/3] add support for DWC UFS Host Controller

2016-03-03 Thread Joao Pinto
Hi, On 3/3/2016 12:04 PM, Arnd Bergmann wrote: > On Thursday 03 March 2016 11:39:05 Joao Pinto wrote: >> Hi Arnd, >> >> On 3/2/2016 7:55 PM, Arnd Bergmann wrote: >>> On Wednesday 02 March 2016 16:46:47 Joao Pinto wrote: >>>> On 2/19/2016 3:03 PM, Arnd Ber

Re: [PATCH v9 3/3] add support for DWC UFS Host Controller

2016-03-03 Thread Joao Pinto
Hi Arnd, On 3/2/2016 7:55 PM, Arnd Bergmann wrote: > On Wednesday 02 March 2016 16:46:47 Joao Pinto wrote: >> On 2/19/2016 3:03 PM, Arnd Bergmann wrote: >>> On Thursday 18 February 2016 17:20:27 Joao Pinto wrote: Facts: - Test Chip type are currently not detectable

Re: [PATCH v9 3/3] add support for DWC UFS Host Controller

2016-03-02 Thread Joao Pinto
Hi Arnd, On 2/19/2016 3:03 PM, Arnd Bergmann wrote: > On Thursday 18 February 2016 17:20:27 Joao Pinto wrote: >> >> Documentation/devicetree/bindings/ufs/ufs-dwc.txt | 19 + >> MAINTAINERS | 6 + >> drivers/scsi/ufs/Kconfig

[PATCH v8 2/3] added UFS 2.0 capabilities

2016-02-15 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v7->v8: - Added "jedec, ufs-2.0" to the ufschd-platform compatibility strings Changes v0->v7: - Nothing changed (just to keep up with patch set version). .../devicetr

[PATCH v8 1/3] fixed typo in ufshcd-pltfrm

2016-02-15 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v8: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd-p

[PATCH v8 3/3] add support for DWC UFS Host Controller

2016-02-15 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations and to add specific platform and pci drivers. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v7->v8 (Akinobu Mita): - DME sets were simplified for easier reading - CLK DIV defau

[PATCH v8 0/3] add support for DWC UFS Controller

2016-02-15 Thread Joao Pinto
glue pci driver - Documentation update Joao Pinto (3): fixed typo in ufshcd-pltfrm added UFS 2.0 capabilities add support for DWC UFS Host Controller Documentation/devicetree/bindings/ufs/ufs-dwc.txt | 19 + .../devicetree/bindings/ufs/ufshcd-pltfrm.txt | 4 +- MAINTAINERS

Re: [PATCH v7 3/3] add support for DWC UFS Host Controller

2016-02-15 Thread Joao Pinto
Hi Akinobu, On 2/13/2016 1:27 PM, Akinobu Mita wrote: > Hi Joao, > > 2016-02-11 21:13 GMT+09:00 Joao Pinto <joao.pi...@synopsys.com>: >> +static int ufshcd_dwc_connection_setup(struct ufs_hba *hba) >> +{ >> + int ret = 0; >> + >> +

Re: [PATCH v7 3/3] add support for DWC UFS Host Controller

2016-02-12 Thread Joao Pinto
Hi Rob, On 2/12/2016 4:36 PM, Rob Herring wrote: > On Thu, Feb 11, 2016 at 12:13:06PM +0000, Joao Pinto wrote: >> +Required properties: >> +- compatible: compatible string ("snps,ufshcd-1.0", >> "snps,ufshcd-1.1" >> + or "snps,ufshcd

[PATCH v7 3/3] add support for DWC UFS Host Controller

2016-02-11 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations and to add specific platform and pci drivers. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v6->v7 (Arnd Bergmann): - Changed DT node name (to ufs only) and the memory address (to

[PATCH v7 1/3] fixed typo in ufshcd-pltfrm

2016-02-11 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v7: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd-p

[PATCH v7 2/3] added UFS 2.0 capabilities

2016-02-11 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v7: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd.c | 29 + drivers/scsi/ufs/ufshci.h | 1 + 2 files ch

[PATCH v7 0/3] add support for DWC UFS Controller

2016-02-11 Thread Joao Pinto
glue pci driver Joao Pinto (3): fixed typo in ufshcd-pltfrm added UFS 2.0 capabilities add support for DWC UFS Host Controller Documentation/devicetree/bindings/ufs/ufs-dwc.txt | 17 + MAINTAINERS | 6 + drivers/scsi/ufs/Kconfig

Re: [PATCH v6 2/2] add support for DWC UFS Host Controller

2016-02-11 Thread Joao Pinto
On 2/10/2016 8:50 PM, Arnd Bergmann wrote: > On Wednesday 10 February 2016 16:06:13 Joao Pinto wrote: >> This patch has the goal to add support for DesignWare UFS Controller >> specific operations and to add specific platform and pci drivers. >> >> Signed-off-by: Joao

Re: [PATCH v6 2/2] add support for DWC UFS Host Controller

2016-02-11 Thread Joao Pinto
On 2/10/2016 8:50 PM, Arnd Bergmann wrote: > On Wednesday 10 February 2016 16:06:13 Joao Pinto wrote: >> This patch has the goal to add support for DesignWare UFS Controller >> specific operations and to add specific platform and pci drivers. >> >> Signed-off-by: Joao

[PATCH v5 2/2] add support for DWC UFS Host Controller

2016-02-10 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations and to add specific platform and pci drivers. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v4->v5 (Akinobu Mita): - All functions used only locally in ufshcd-dwc are now declared

[PATCH v5 0/2] add support for DWC UFS Controller

2016-02-10 Thread Joao Pinto
glue pci driver Joao Pinto (2): fixed typo in ufshcd-pltfrm add support for DWC UFS Host Controller Documentation/devicetree/bindings/ufs/ufs-dwc.txt | 17 + MAINTAINERS | 6 + drivers/scsi/ufs/Kconfig | 41 ++ drivers/scsi

[PATCH v5 1/2] fixed typo in ufshcd-pltfrm

2016-02-10 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Changes v0->v5: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd-p

  1   2   >