Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1657395

[PATCH 0/2] scsi: ufs: Add PCI driver for Intel Host controllers

From Adrian Hunter <adrian.hunter@intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] scsi: ufs: Add PCI driver for Intel Host controllers
Date 2017-06-05 10:50 +0200
Message-ID <tOVS2-Bi-15@gated-at.bofh.it> (permalink)
Organization Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki

Show all headers | View raw


Hi


Here is a PCI driver for Intel UFS host controllers, with a small tidy-up
precursor patch.


Szymon Mielczarek (2):
      scsi: ufs: Tidy clocks list head usage
      scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers

 drivers/scsi/ufs/Kconfig            |  11 +++
 drivers/scsi/ufs/Makefile           |   1 +
 drivers/scsi/ufs/tc-dwc-g210-pci.c  |   2 -
 drivers/scsi/ufs/ufshcd-intel-pci.c | 183 ++++++++++++++++++++++++++++++++++++
 drivers/scsi/ufs/ufshcd-pci.c       |   2 -
 drivers/scsi/ufs/ufshcd-pltfrm.c    |   2 -
 drivers/scsi/ufs/ufshcd.c           |  12 ++-
 7 files changed, 202 insertions(+), 11 deletions(-)
 create mode 100644 drivers/scsi/ufs/ufshcd-intel-pci.c


Regards
Adrian

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] scsi: ufs: Add PCI driver for Intel Host controllers Adrian Hunter <adrian.hunter@intel.com> - 2017-06-05 10:50 +0200
  [PATCH 1/2] scsi: ufs: Tidy clocks list head usage Adrian Hunter <adrian.hunter@intel.com> - 2017-06-05 10:50 +0200
    Re: [PATCH 1/2] scsi: ufs: Tidy clocks list head usage Subhash Jadavani <subhashj@codeaurora.org> - 2017-06-05 22:40 +0200
    Re: [PATCH 1/2] scsi: ufs: Tidy clocks list head usage "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-06-06 03:00 +0200
  [PATCH 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers Adrian Hunter <adrian.hunter@intel.com> - 2017-06-05 10:50 +0200
    Re: [PATCH 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host  controllers Subhash Jadavani <subhashj@codeaurora.org> - 2017-06-05 22:50 +0200
      [PATCH V2 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers Adrian Hunter <adrian.hunter@intel.com> - 2017-06-06 09:00 +0200
      [PATCH V2 1/2] scsi: ufs: Tidy clocks list head usage Adrian Hunter <adrian.hunter@intel.com> - 2017-06-06 09:00 +0200
        Re: [PATCH V2 1/2] scsi: ufs: Tidy clocks list head usage Adrian Hunter <adrian.hunter@intel.com> - 2017-06-06 09:00 +0200
    Re: [PATCH 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel  Host controllers Christoph Hellwig <hch@infradead.org> - 2017-06-06 09:10 +0200
      [PATCH V3 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel Host controllers Adrian Hunter <adrian.hunter@intel.com> - 2017-06-06 11:20 +0200
        Re: [PATCH V3 2/2] scsi: ufshcd-intel-pci: Add PCI driver for Intel  Host controllers Christoph Hellwig <hch@infradead.org> - 2017-06-06 12:20 +0200

csiph-web