From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932648AbcBBOrk (ORCPT ); Tue, 2 Feb 2016 09:47:40 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:60625 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932478AbcBBOrh (ORCPT ); Tue, 2 Feb 2016 09:47:37 -0500 Subject: Re: [PATCH] add support for DWC UFS Host Controller To: Julian Calaby , Joao Pinto References: <33d190af027d92da449f379a5e60366729d37eab.1454330442.git.jpinto@synopsys.com> <56B08359.1010405@synopsys.com> <56B09762.10402@synopsys.com> CC: Akinobu Mita , Christoph Hellwig , , , linux-scsi , "linux-kernel@vger.kernel.org" , , Ian Campbell From: Joao Pinto Message-ID: <56B0C183.3010509@synopsys.com> Date: Tue, 2 Feb 2016 14:47:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" 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 Hi, In order to make a ufs-dwc-pci glue driver I will need to create a "pci driver lib" like we have already for platform (ufshcd-pltfm.c). Should I call the samsung glue driver ufs-samsung-pci.c which will use common pci functions from a ufshcd-pci.c? Agree? On 2/2/2016 11:49 AM, Julian Calaby wrote: > Hi Joao, > > On Tue, Feb 2, 2016 at 10:47 PM, Joao Pinto wrote: >> >> Hi Julian, >> I am already changing the architecture and I will send a v2 soon. >> Thanks for the review. > > Awesome, I look forward to it. > > Thanks, > Thanks. Joao