linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Namjae Jeon <linkinjeon@gmail.com>
To: Girish K S <girish.shivananjappa@linaro.org>
Cc: linux-scsi@vger.kernel.org,
	james.bottomley@hansenpartnership.com, vinholikatti@gmail.com,
	santoshsy@gmail.com, patches@linaro.org
Subject: Re: [RFC RESEND 0/4] Add support for pci/non-pci probing for UFS
Date: Tue, 15 May 2012 19:51:34 +0900	[thread overview]
Message-ID: <CAKYAXd9ymY=P7-ury2wn7divB+SKCAv7Gj0TqSKfq_pT3GGegQ@mail.gmail.com> (raw)
In-Reply-To: <CAGxe1ZEWDJMT-2w9Fsd=r0Fcpe77wCz+o69j+Z7ds6C-tRQUag@mail.gmail.com>

2012/5/15, Girish K S <girish.shivananjappa@linaro.org>:
> On 15 May 2012 16:08, Namjae Jeon <linkinjeon@gmail.com> wrote:
>> Hi. Girish.
>>
>> Why have you not separated 3 modules ?
> I didnt understand what u mean?
You told me that you will try to divide ufshcd.ko, ufshcd_pci.ko and
ufshcd_pltm.ko.
Thanks.
>>
>> Thanks.
>>
>> 2012/5/15, Girish K S <girish.shivananjappa@linaro.org>:
>>> The existing UFS driver is tightly bound to only pci specific devices.
>>> It cannot work for non-pci devices.
>>>
>>> "SCSI: UFS: remove all pci code from core driver" patch removes all the
>>> pci specific code from the core driver to make it generic
>>>
>>> "SCSI: UFS: Add support for pci probe" patch adds a new file to support
>>> pci probing.
>>>
>>> "SCSI: UFS: Add platform support for ufs host controller" patch adds a
>>> new
>>> file to support platform device probe
>>>
>>> "SCSI: UFS: Added support of PCI/PLTFM for UFS" patch adds the menu
>>> option
>>> in Kconfig and Makefile to enable/disable the specific option
>>>
>>> Girish K S (4):
>>>   SCSI: UFS: remove all pci code from core driver
>>>   SCSI: UFS: Add support for pci probe
>>>   SCSI: UFS: Add platform support for ufs host controller
>>>   SCSI: UFS: Added support of PCI/PLTFM for UFS
>>>
>>>  drivers/scsi/ufs/Kconfig        |   32 +++-
>>>  drivers/scsi/ufs/Makefile       |    2 +
>>>  drivers/scsi/ufs/ufs.h          |  103 +++++++++++
>>>  drivers/scsi/ufs/ufshcd-pci.c   |  218 ++++++++++++++++++++++
>>>  drivers/scsi/ufs/ufshcd-pltfm.c |  191 ++++++++++++++++++++
>>>  drivers/scsi/ufs/ufshcd.c       |  377
>>> +++++++++------------------------------
>>>  6 files changed, 624 insertions(+), 299 deletions(-)
>>>  create mode 100644 drivers/scsi/ufs/ufshcd-pci.c
>>>  create mode 100644 drivers/scsi/ufs/ufshcd-pltfm.c
>>>
>>> --
>>> 1.7.4.1
>>>
>>> --
>>> 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-15 10:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-15  9:36 [RFC RESEND 0/4] Add support for pci/non-pci probing for UFS Girish K S
2012-05-15  9:36 ` [RFC RESEND 1/4] SCSI: UFS: remove all pci code from core driver Girish K S
2012-05-15  9:36 ` [RFC RESEND 2/4] SCSI: UFS: Add support for pci probe Girish K S
2012-05-15  9:36 ` [RFC RESEND 3/4] SCSI: UFS: Add platform support for ufs host controller Girish K S
2012-05-15  9:36 ` [RFC RESEND 4/4] SCSI: UFS: Added support of PCI/PLTFM for UFS Girish K S
2012-05-15 10:38 ` [RFC RESEND 0/4] Add support for pci/non-pci probing " Namjae Jeon
2012-05-15 10:41   ` Girish K S
2012-05-15 10:51     ` Namjae Jeon [this message]
2012-05-15 11:03       ` Girish K S

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='CAKYAXd9ymY=P7-ury2wn7divB+SKCAv7Gj0TqSKfq_pT3GGegQ@mail.gmail.com' \
    --to=linkinjeon@gmail.com \
    --cc=girish.shivananjappa@linaro.org \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=santoshsy@gmail.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).