From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757639AbcDEK2N (ORCPT ); Tue, 5 Apr 2016 06:28:13 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:42346 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbcDEK2L (ORCPT ); Tue, 5 Apr 2016 06:28:11 -0400 Subject: Re: [PATCH v13 0/9] add support for DWC UFS Controller To: "Winkler, Tomas" , Joao Pinto , "Martin K. Petersen" References: <570380B9.30800@synopsys.com> <5B8DA87D05A7694D9FA63FD143655C1B541E3FE8@hasmsx108.ger.corp.intel.com> CC: "robh@kernel.org" , "vinholikatti@gmail.com" , "julian.calaby@gmail.com" , "akinobu.mita@gmail.com" , "hch@infradead.org" , "gbroner@codeaurora.org" , "subhashj@codeaurora.org" , "CARLOS.PALMINHA@synopsys.com" , "ijc+devicetree@hellion.org.uk" , "linux-kernel@vger.kernel.org" , "linux-scsi@vger.kernel.org" , "devicetree@vger.kernel.org" , "arnd@arndb.de" , "mark.rutland@arm.com" From: Joao Pinto Message-ID: <57039306.4090704@synopsys.com> Date: Tue, 5 Apr 2016 11:27:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <5B8DA87D05A7694D9FA63FD143655C1B541E3FE8@hasmsx108.ger.corp.intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.13.184.19] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 writes: >> >> Joao, >> >> Joao> The work consisted of: - Fixed typo in ufshcd-pltfrm.c - Tweak >> Joao> ufshcd.c for UFS 2.0 support - Implement ufshcd-dwc which >> Joao> contains all DWC HW specific code - Unipro attributes were added >> Joao> and new registers were added to the driver - Implement a >> Joao> tc-dwc-g210 containing G210 MPHY specific code - Implement a >> Joao> tc-dwc-g210 glue platform driver - Implement a tc-dwc-g210 glue >> Joao> pci driver - Documentation update >> >> You really need to keep track of which Acked-by: and Reviewed-by: tags >> you have gotten from people and apply them to patches that you haven't >> changed. Otherwise we start from scratch every time you resubmit. >> >> Thanks! >> > > It's ok to submit the same v13 with the ACK tags? > > You can add my Ack on the core patches, not DWC specific, I didn't really look at those properly. > Thanks > Tomas Nice! Going to send a new v13 with your acks. > Thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao Pinto Subject: Re: [PATCH v13 0/9] add support for DWC UFS Controller Date: Tue, 5 Apr 2016 11:27:18 +0100 Message-ID: <57039306.4090704@synopsys.com> References: <570380B9.30800@synopsys.com> <5B8DA87D05A7694D9FA63FD143655C1B541E3FE8@hasmsx108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5B8DA87D05A7694D9FA63FD143655C1B541E3FE8-Jy8z56yoSI8MvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Winkler, Tomas" , Joao Pinto , "Martin K. Petersen" Cc: "robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" , "vinholikatti-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" , "julian.calaby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" , "akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" , "hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org" , "gbroner-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org" , "subhashj-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org" , "CARLOS.PALMINHA-HKixBCOQz3hWk0Htik3J/w@public.gmane.org" , "ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "arnd-r2nGTMty4D4@public.gmane.org" , "mark.rutland-5wv7dgnIgG8@public.gmane.org" List-Id: devicetree@vger.kernel.org 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 writes: >> >> Joao, >> >> Joao> The work consisted of: - Fixed typo in ufshcd-pltfrm.c - Tweak >> Joao> ufshcd.c for UFS 2.0 support - Implement ufshcd-dwc which >> Joao> contains all DWC HW specific code - Unipro attributes were added >> Joao> and new registers were added to the driver - Implement a >> Joao> tc-dwc-g210 containing G210 MPHY specific code - Implement a >> Joao> tc-dwc-g210 glue platform driver - Implement a tc-dwc-g210 glue >> Joao> pci driver - Documentation update >> >> You really need to keep track of which Acked-by: and Reviewed-by: tags >> you have gotten from people and apply them to patches that you haven't >> changed. Otherwise we start from scratch every time you resubmit. >> >> Thanks! >> > > It's ok to submit the same v13 with the ACK tags? > > You can add my Ack on the core patches, not DWC specific, I didn't really look at those properly. > Thanks > Tomas Nice! Going to send a new v13 with your acks. > Thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html