kbuild test robot: Interest in the subject

2016-03-24 Thread Joao Pinto
Hello! I would like to implement something similar to the kernel's kbuild test robot in my development process. Could you please tell me if the automation process and architecture are documented for easy replication? I know that there is a great variety of kernel validation tools (autotest,

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

2016-03-24 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->v11: - Nothing changed (just to keep up with patch set version). Changes v0->v10: - This patch only appeared in v10

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

2016-03-24 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

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

2016-03-24 Thread Joao Pinto
This patch adds support for Synopsys G210 Test Chip. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann --- Changes v10->v11: - Nothing changed (just to keep up with patch set version). Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 4 + drivers/sc

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

2016-03-24 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto --- Changes v10->v11 (Arnd Bergmann): - vops structs are now passed in .data Changes v0->v10: - This patch only appeared in v10 .../devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt

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

2016-03-24 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- Changes v0->v11: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 de

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

2016-03-24 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

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

2016-03-24 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann --- Changes v0->v11: - 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-pltfr

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

2016-03-24 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto --- 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: - This patch only appeared

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

2016-03-24 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: Rob Herring <r...@kernel.org> --- Changes v8->v11: - Nothing changed (just to keep up with patch set version). Changes v7->v8:

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

2016-03-24 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann Acked-by: Rob Herring --- Changes v8->v11: - Nothing changed (just to keep up with patch set version). Changes v7->v8: - Added "jedec, ufs-2.0" to the ufschd-platform compatibility

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

2016-03-24 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 v10->v11: - Nothing changed (just to keep up with patch set version). Changes v9->

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

2016-03-24 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann --- Changes v10->v11: - Nothing changed (just to keep up with patch set version). Changes v9->v10 (Arnd Bergmann): - Patch now only has DWC cont

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

2016-03-24 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

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

2016-03-24 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: 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

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 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 later, like Bjorn did in the PCIe >

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
On 3/22/2016 3:43 PM, Mark Brown wrote: > On Tue, Mar 22, 2016 at 03:31:25PM +, Mark Brown wrote: >> On Tue, Mar 22, 2016 at 11:04:25AM +0000, Joao Pinto wrote: > >>> I have no intend to break the rules. I am just trying to communicate with >>> UFS >&

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
On 3/22/2016 3:43 PM, Mark Brown wrote: > On Tue, Mar 22, 2016 at 03:31:25PM +, Mark Brown wrote: >> On Tue, Mar 22, 2016 at 11:04:25AM +0000, Joao Pinto wrote: > >>> I have no intend to break the rules. I am just trying to communicate with >>> UFS >&

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
On 3/22/2016 3:31 PM, Mark Brown wrote: > On Tue, Mar 22, 2016 at 11:04:25AM +0000, Joao Pinto wrote: > > Please don't top post, reply in line with needed context. This allows > readers to readily follow the flow of conversation and understand what > you are talking about and al

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
On 3/22/2016 3:31 PM, Mark Brown wrote: > On Tue, Mar 22, 2016 at 11:04:25AM +0000, Joao Pinto wrote: > > Please don't top post, reply in line with needed context. This allows > readers to readily follow the flow of conversation and understand what > you are talking about and al

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
10:58 AM, Mark Brown wrote: > On Tue, Mar 22, 2016 at 10:31:28AM +0000, Joao Pinto wrote: > >> The following patch-set was approved by Arnd Bergmann and Rob Herring and I >> would appreciate that someone from SCSI / UFS gave a final checkout in order >> to >> eva

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
10:58 AM, Mark Brown wrote: > On Tue, Mar 22, 2016 at 10:31:28AM +0000, Joao Pinto wrote: > >> The following patch-set was approved by Arnd Bergmann and Rob Herring and I >> would appreciate that someone from SCSI / UFS gave a final checkout in order >> to >> eva

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
platform driver http://www.gossamer-threads.com/lists/linux/kernel/2396794?#2396794 [PATCH v11 6/6] add-TC-G210-pci-driver http://www.gossamer-threads.com/lists/linux/kernel/2396793?#2396793 On 3/21/2016 10:28 AM, Joao Pinto wrote: >> Hi! >> >> On 3/18/2016 2:49 PM, A

Re: UFS V11 patch-set

2016-03-22 Thread Joao Pinto
platform driver http://www.gossamer-threads.com/lists/linux/kernel/2396794?#2396794 [PATCH v11 6/6] add-TC-G210-pci-driver http://www.gossamer-threads.com/lists/linux/kernel/2396793?#2396793 On 3/21/2016 10:28 AM, Joao Pinto wrote: >> Hi! >> >> On 3/18/2016 2:49 PM, A

Re: UFS V11 patch-set

2016-03-21 Thread Joao Pinto
://www.gossamer-threads.com/lists/linux/kernel/2396794?#2396794 [PATCH v11 6/6] add-TC-G210-pci-driver http://www.gossamer-threads.com/lists/linux/kernel/2396793?#2396793 On 3/18/2016 2:53 PM, Joao Pinto wrote: > Hi! > > On 3/18/2016 2:49 PM, Arnd Bergmann wrote: >> On Friday 18 March 201

Re: UFS V11 patch-set

2016-03-21 Thread Joao Pinto
://www.gossamer-threads.com/lists/linux/kernel/2396794?#2396794 [PATCH v11 6/6] add-TC-G210-pci-driver http://www.gossamer-threads.com/lists/linux/kernel/2396793?#2396793 On 3/18/2016 2:53 PM, Joao Pinto wrote: > Hi! > > On 3/18/2016 2:49 PM, Arnd Bergmann wrote: >> On Friday 18 March 201

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

2016-03-20 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpi...@synopsys.com> Acked-by: Arnd Bergmann <a...@arndb.de> --- Changes v0->v11: - Nothing changed (just to keep up with patch set version). drivers/scsi/ufs/ufshcd-pltfrm.c | 2 +- 1 file changed, 1 insertion(+), 1 de

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

2016-03-20 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann --- Changes v0->v11: - 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-pltfr

Re: UFS V11 patch-set

2016-03-20 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

Re: UFS V11 patch-set

2016-03-20 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

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

2016-03-19 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

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

2016-03-19 Thread Joao Pinto
This patch adds a glue platform driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto --- Changes v10->v11 (Arnd Bergmann): - vops structs are now passed in .data Changes v0->v10: - This patch only appeared in v10 .../devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt

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

2016-03-19 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

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

2016-03-19 Thread Joao Pinto
This patch adds a glue pci driver for the Synopsys G210 Test Chip. Signed-off-by: Joao Pinto --- 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: - This patch only appeared

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

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

2016-03-19 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->v11: - Nothing changed (just to keep up with patch set version). Changes v0->v10: - This patch only appeared in v10

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

2016-03-19 Thread Joao Pinto
This patch adds support for Synopsys G210 Test Chip. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann --- Changes v10->v11: - Nothing changed (just to keep up with patch set version). Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 4 + drivers/sc

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

2016-03-19 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: Rob Herring <r...@kernel.org> --- Changes v8->v11: - Nothing changed (just to keep up with patch set version). Changes v7->v8:

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

2016-03-19 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann Acked-by: Rob Herring --- Changes v8->v11: - Nothing changed (just to keep up with patch set version). Changes v7->v8: - Added "jedec, ufs-2.0" to the ufschd-platform compatibility

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

2016-03-19 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

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

2016-03-19 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

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

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

2016-03-19 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 v10->v11: - Nothing changed (just to keep up with patch set version). Changes v9->

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

2016-03-19 Thread Joao Pinto
This patch has the goal to add support for DesignWare UFS Controller specific operations. Signed-off-by: Joao Pinto Acked-by: Arnd Bergmann --- Changes v10->v11: - Nothing changed (just to keep up with patch set version). Changes v9->v10 (Arnd Bergmann): - Patch now only has DWC cont

Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h

2016-03-15 Thread Joao Pinto
No problem! Thanks! On 3/15/2016 1:51 PM, Bjorn Helgaas wrote: > On Tue, Mar 15, 2016 at 11:06:02AM +0000, Joao Pinto wrote: >> While building linux-next the test robot detected that the pci.h was >> including >> two removed header files (pci-dma-compat.h and

Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h

2016-03-15 Thread Joao Pinto
No problem! Thanks! On 3/15/2016 1:51 PM, Bjorn Helgaas wrote: > On Tue, Mar 15, 2016 at 11:06:02AM +0000, Joao Pinto wrote: >> While building linux-next the test robot detected that the pci.h was >> including >> two removed header files (pci-dma-compat.h and

Re: [PATCH] ARC: Don't source drivers/pci/pcie/Kconfig ourselves

2016-03-15 Thread Joao Pinto
gt;> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig >> index 69d05f5..282efec 100644 >> --- a/arch/arc/Kconfig >> +++ b/arch/arc/Kconfig >> @@ -592,7 +592,6 @@ config PCI_SYSCALL >> def_bool PCI >> >> source "drivers/pci/Kconfig" >> -source "drivers/pci/pcie/Kconfig" >> >> endmenu >> > Acked-by: Joao Pinto <jpi...@synopsys.com>

Re: [PATCH] ARC: Don't source drivers/pci/pcie/Kconfig ourselves

2016-03-15 Thread Joao Pinto
arc/Kconfig b/arch/arc/Kconfig >> index 69d05f5..282efec 100644 >> --- a/arch/arc/Kconfig >> +++ b/arch/arc/Kconfig >> @@ -592,7 +592,6 @@ config PCI_SYSCALL >> def_bool PCI >> >> source "drivers/pci/Kconfig" >> -source "drivers/pci/pcie/Kconfig" >> >> endmenu >> > Acked-by: Joao Pinto

[PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h

2016-03-15 Thread Joao Pinto
. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- arch/arc/include/asm/pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arc/include/asm/pci.h b/arch/arc/include/asm/pci.h index 2f2011c..ba56c23 100644 --- a/arch/arc/include/asm/pci.h +++ b/arch/arc/include/asm/pci.h @@ -10,9

[PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h

2016-03-15 Thread Joao Pinto
. Signed-off-by: Joao Pinto --- arch/arc/include/asm/pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arc/include/asm/pci.h b/arch/arc/include/asm/pci.h index 2f2011c..ba56c23 100644 --- a/arch/arc/include/asm/pci.h +++ b/arch/arc/include/asm/pci.h @@ -10,9 +10,6 @@ #define

[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

[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 --- Changes v10->v11 (Arnd Bergmann): - vops structs are now passed in .data Changes v0->v10: - This patch only appeared in v10 .../devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt

[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 --- 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: - This patch only appeared

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 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 > > Mostly ok, just a few suggestions: > >> + &

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

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 > > Looks basically ok, but I think it

[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 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 --- Changes v9->v10 (Arnd Bergmann): - Patch now only has DWC controller specific code - Added custom_phy_initialization callback for PHY specific code Changes v8->v9 (

[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 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 --- Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 9 ++ drivers/scsi/ufs/Makefile | 1 + drivers/scsi/ufs/tc-dwc-g210-pci.c |

[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 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 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 --- Changes v0->v10: - This patch only appeared in v10 .../devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt | 26 + drivers/scsi/ufs/Kconfig | 9 ++ drivers/scsi/

[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 --- Changes v0->v10: - This patch only appeared in v10 drivers/scsi/ufs/Kconfig | 4 + drivers/scsi/ufs/Makefile | 1 + drivers/scsi/ufs/tc-dwc-g210.c |

[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 --- 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-pltfrm.c b/drivers/scsi/

[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 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 --- 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->v7: - Nothing chang

[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

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

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

Re: [PATCH v11 0/4] ARC: Add PCI support

2016-03-01 Thread Joao Pinto
Hi! On 2/29/2016 7:22 PM, Bjorn Helgaas wrote: > On Mon, Feb 29, 2016 at 06:30:52PM +0000, Joao Pinto wrote: >> Hi Bjorn! >> >> Is it possible to pull this patch set into 4.5? > > No, it's a little late for v4.5. We're already at v4.5-rc6, so it's > only critical

Re: [PATCH v11 0/4] ARC: Add PCI support

2016-03-01 Thread Joao Pinto
Hi! On 2/29/2016 7:22 PM, Bjorn Helgaas wrote: > On Mon, Feb 29, 2016 at 06:30:52PM +0000, Joao Pinto wrote: >> Hi Bjorn! >> >> Is it possible to pull this patch set into 4.5? > > No, it's a little late for v4.5. We're already at v4.5-rc6, so it's > only critical

RE: [PATCH v11 0/4] ARC: Add PCI support

2016-02-29 Thread Joao Pinto
Hi Bjorn! Is it possible to pull this patch set into 4.5? Thanks -Original Message- From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci-ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas Sent: Friday, February 26, 2016 4:30 PM To: Joao Pinto Cc: mark.rutl...@arm.com; alexey.brod

RE: [PATCH v11 0/4] ARC: Add PCI support

2016-02-29 Thread Joao Pinto
Hi Bjorn! Is it possible to pull this patch set into 4.5? Thanks -Original Message- From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci-ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas Sent: Friday, February 26, 2016 4:30 PM To: Joao Pinto Cc: mark.rutl...@arm.com; alexey.brod

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-29 Thread Joao Pinto
Hi Bjorn! On 2/27/2016 12:06 AM, Bjorn Helgaas wrote: > On Fri, Feb 26, 2016 at 10:42:55AM +0800, Joao Pinto wrote: >> Hi! This patch seems OK also. >> I did not received the 3/4 and 4/4 patches. > > Huh. I do see them in the list archives: > > http://marc.info/?

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-29 Thread Joao Pinto
Hi Bjorn! On 2/27/2016 12:06 AM, Bjorn Helgaas wrote: > On Fri, Feb 26, 2016 at 10:42:55AM +0800, Joao Pinto wrote: >> Hi! This patch seems OK also. >> I did not received the 3/4 and 4/4 patches. > > Huh. I do see them in the list archives: > > http://marc.info/?

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-25 Thread Joao Pinto
Hi! This patch seems OK also. I did not received the 3/4 and 4/4 patches. Thanks. On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto <joao.pi...@synopsys.com> > > Several DesignWare-based drivers (dra7xx, exynos, imx6 and spear13xx) had > similar loops waiting for t

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-25 Thread Joao Pinto
Hi! This patch seems OK also. I did not received the 3/4 and 4/4 patches. Thanks. On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto > > Several DesignWare-based drivers (dra7xx, exynos, imx6 and spear13xx) had > similar loops waiting for the link to come up. >

Re: [PATCH v10 1/4] ARC: Add PCI support

2016-02-25 Thread Joao Pinto
Hi! This patch is fine. Joao On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto <joao.pi...@synopsys.com> > > Add PCI support to ARC and update drivers/pci Makefile enabling the ARC > arch to use the generic PCI setup functions. > > Signed-off-by: Joao Pi

Re: [PATCH v10 1/4] ARC: Add PCI support

2016-02-25 Thread Joao Pinto
Hi! This patch is fine. Joao On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto > > Add PCI support to ARC and update drivers/pci Makefile enabling the ARC > arch to use the generic PCI setup functions. > > Signed-off-by: Joao Pinto > Signed-off-by: B

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

2016-02-18 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 RESEND v8 3/3] add support for DWC UFS Host Controller

2016-02-18 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 RESEND v8 2/3] added UFS 2.0 capabilities

2016-02-18 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 RESEND v8 1/3] fixed typo in ufshcd-pltfrm

2016-02-18 Thread Joao Pinto
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto --- 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-pltfrm.c b/drivers/scsi/ufs/ufs

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

2016-02-18 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 --- Changes v7->v8 (Akinobu Mita): - DME sets were simplified for easier reading - CLK DIV default values definitions names w

[PATCH RESEND v8 2/3] added UFS 2.0 capabilities

2016-02-18 Thread Joao Pinto
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto --- 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). .../devicetree/bindings/ufs/ufshcd-pltf

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

2016-02-18 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

<    1   2   3   4   5   6   7   8   >