From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754657Ab2JRGoY (ORCPT ); Thu, 18 Oct 2012 02:44:24 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:35676 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753479Ab2JRGoX (ORCPT ); Thu, 18 Oct 2012 02:44:23 -0400 Message-ID: <507FA52E.9050400@ti.com> Date: Thu, 18 Oct 2012 12:13:58 +0530 From: Venkatraman S User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Vinayak Holikatti CC: , , , , , , , , , , , , , , , Santosh Yaraganavi Subject: Re: [PATCH V4 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code References: <1350474822-7315-1-git-send-email-vinholikatti@gmail.com> <1350474822-7315-2-git-send-email-vinholikatti@gmail.com> In-Reply-To: <1350474822-7315-2-git-send-email-vinholikatti@gmail.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 17 October 2012 05:23 PM, Vinayak Holikatti wrote: > This patch seggregates the PCI specific code in ufshcd.c to make it > ready for splitting into core ufs driver and PCI glue driver. Also > copyright header modification to remove extra warranty disclaim. > > Reviewed-by: Arnd Bergmann > Reviewed-by: Namjae Jeon > Signed-off-by: Vinayak Holikatti > Signed-off-by: Santosh Yaraganavi > --- > drivers/scsi/ufs/Kconfig | 50 +++---- > drivers/scsi/ufs/ufs.h | 42 ++---- > drivers/scsi/ufs/ufshcd.c | 358 ++++++++++++++++++++++++++------------------- > drivers/scsi/ufs/ufshci.h | 42 ++---- > 4 files changed, 256 insertions(+), 236 deletions(-) > This doesn't apply on 3.7-rc1. Am I missing any patches in between ?