Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1370992 > unrolled thread
| Started by | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| First post | 2016-04-05 01:40 +0200 |
| Last post | 2016-04-05 12:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v13 0/9] add support for DWC UFS Controller "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-04-05 01:40 +0200
Re: [PATCH v13 0/9] add support for DWC UFS Controller Joao Pinto <Joao.Pinto@synopsys.com> - 2016-04-05 11:10 +0200
RE: [PATCH v13 0/9] add support for DWC UFS Controller "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-04-05 12:20 +0200
Re: [PATCH v13 0/9] add support for DWC UFS Controller Joao Pinto <Joao.Pinto@synopsys.com> - 2016-04-05 12:30 +0200
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2016-04-05 01:40 +0200 |
| Subject | Re: [PATCH v13 0/9] add support for DWC UFS Controller |
| Message-ID | <rkmgc-2hL-57@gated-at.bofh.it> |
>>>>> "Joao" == Joao Pinto <Joao.Pinto@synopsys.com> 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 contains Joao> all DWC HW specific code - Unipro attributes were added and new Joao> registers were added to the driver - Implement a tc-dwc-g210 Joao> containing G210 MPHY specific code - Implement a tc-dwc-g210 glue Joao> platform driver - Implement a tc-dwc-g210 glue pci driver - Joao> 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! -- Martin K. Petersen Oracle Linux Engineering
[toc] | [next] | [standalone]
| From | Joao Pinto <Joao.Pinto@synopsys.com> |
|---|---|
| Date | 2016-04-05 11:10 +0200 |
| Message-ID | <rkv9M-N0-15@gated-at.bofh.it> |
| In reply to | #1370992 |
Hi, On 4/5/2016 12:34 AM, Martin K. Petersen wrote: >>>>>> "Joao" == Joao Pinto <Joao.Pinto@synopsys.com> 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 contains > Joao> all DWC HW specific code - Unipro attributes were added and new > Joao> registers were added to the driver - Implement a tc-dwc-g210 > Joao> containing G210 MPHY specific code - Implement a tc-dwc-g210 glue > Joao> platform driver - Implement a tc-dwc-g210 glue pci driver - > Joao> 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? Joao
[toc] | [prev] | [next] | [standalone]
| From | "Winkler, Tomas" <tomas.winkler@intel.com> |
|---|---|
| Date | 2016-04-05 12:20 +0200 |
| Message-ID | <rkwfv-1wZ-11@gated-at.bofh.it> |
| In reply to | #1371333 |
Hi, On 4/5/2016 12:34 AM, Martin K. Petersen wrote: >>>>>> "Joao" == Joao Pinto <Joao.Pinto@synopsys.com> 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
[toc] | [prev] | [next] | [standalone]
| From | Joao Pinto <Joao.Pinto@synopsys.com> |
|---|---|
| Date | 2016-04-05 12:30 +0200 |
| Message-ID | <rkwpb-1E2-3@gated-at.bofh.it> |
| In reply to | #1371377 |
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.Pinto@synopsys.com> 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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web