linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Girish K S <girish.shivananjappa@linaro.org>
To: "S, Venkatraman" <svenkatr@ti.com>
Cc: linux-scsi@vger.kernel.org,
	james.bottomley@hansenpartnership.com, vinholikatti@gmail.com,
	santoshsy@gmail.com, hch@infradead.org, patches@linaro.org
Subject: Re: [RFC V4 0/2] Add support for pci/non-pci probing for UFS
Date: Wed, 23 May 2012 17:35:22 +0530	[thread overview]
Message-ID: <CAGxe1ZF36CqL70T61hR0rBO0CWSdoebGQQyhR6UUPNbrorMS_g@mail.gmail.com> (raw)
In-Reply-To: <CANfBPZ8K-jh4L04wrMbodjBTTAtWd8FraW1QZ4NXRSdsu39AzA@mail.gmail.com>

On 23 May 2012 14:36, S, Venkatraman <svenkatr@ti.com> wrote:
> On Tue, May 22, 2012 at 5:03 PM, Girish K S
> <girish.shivananjappa@linaro.org> wrote:
>> The existing UFS driver is tightly bound to only pci specific devices.
>> It cannot work for non-pci devices.
>>
>> "SCSI: UFS: Create separate UFS core and pci modules" patch splits the
>> ufs driver into core driver and pci probe driver.
>>
>> "SCSI: UFS: Add platform support for ufs host controller" patch adds
>> support for the platform probing for non-pci devices
>>
>> changes in v4:
>>        -Rebased to the latest linux-next/master branch.
>>        -Removed the Copyright string from the module probe function and
>> deleted redundant code from ufshcd-pltfm.c suspend/resume functions.
>>
>> changes in v3:
>>        -Modified the ufshcd.c ufshcd-pci.c ufshcd0pltfm.c to follow the
>> driver module initialization standard. suggested by venkatraman.
>>
>> changes in v2:
>>        -Reduced the number of patches from 4 to 2. merged the core and
>> pci probing modules as single patch. suggested by Christoph Hellwig.
>>
>> changes in v1:
>>        -Changes suggested by Namjae to split the driver as 3 independent
>> modules and retain the author's name in the files created by me.
>>
>> Girish K S (2):
>>  SCSI: UFS: Create separate UFS core and pci modules
>>  SCSI: UFS: Add platform support for ufs host controller
>>
>>  drivers/scsi/ufs/Kconfig        |   32 +++-
>>  drivers/scsi/ufs/Makefile       |    2 +
>>  drivers/scsi/ufs/ufs.h          |  103 +++++++++++
>>  drivers/scsi/ufs/ufshcd-pci.c   |  206 ++++++++++++++++++++++
>>  drivers/scsi/ufs/ufshcd-pltfm.c |  176 +++++++++++++++++++
>>  drivers/scsi/ufs/ufshcd.c       |  367 ++++++++++-----------------------------
>>  6 files changed, 608 insertions(+), 278 deletions(-)
>>  create mode 100644 drivers/scsi/ufs/ufshcd-pci.c
>>  create mode 100644 drivers/scsi/ufs/ufshcd-pltfm.c
>>
>> --
>> 1.7.4.1
>>
> Thanks Girish.
> V4 looks ok to me. If it helps, you can add
> Reviewed-by: Venkatraman S <svenkatr@ti.com>
Will generate a patch including your Ack.
If Namjae and  Christoph Hellwi agree will include their ack in the patch
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2012-05-23 12:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-22 11:33 [RFC V4 0/2] Add support for pci/non-pci probing for UFS Girish K S
2012-05-22 11:33 ` [RFC V4 1/2] SCSI: UFS: Create separate UFS core and pci modules Girish K S
2012-05-22 11:33 ` [RFC V4 2/2] SCSI: UFS: Add platform support for ufs host controller Girish K S
2012-05-23  9:06 ` [RFC V4 0/2] Add support for pci/non-pci probing for UFS S, Venkatraman
2012-05-23 12:05   ` Girish K S [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGxe1ZF36CqL70T61hR0rBO0CWSdoebGQQyhR6UUPNbrorMS_g@mail.gmail.com \
    --to=girish.shivananjappa@linaro.org \
    --cc=hch@infradead.org \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=santoshsy@gmail.com \
    --cc=svenkatr@ti.com \
    --cc=vinholikatti@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).