Re: [PATCH v2 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()

2014-02-25 Thread Alexander Gordeev
On Mon, Feb 24, 2014 at 09:02:00AM +0100, Alexander Gordeev wrote: > This series is against James Bottomley's SCSI tree [1], but it needs > commit f7fc32c ("PCI/MSI: Add pci_enable_msi_exact() and > pci_enable_msix_exact()") from from Bjorn Helgaas's PCI tree [2]: The prerequisite commit 3ce4e86 i

Re: [PATCH 20/22] qla2xxx: Use pci_enable_msix_range()

2014-02-25 Thread Saurav Kashyap
Looks good to me. Acked-by: Saurav Kashyap >As result of deprecation of MSI-X/MSI enablement functions >pci_enable_msix() and pci_enable_msi_block() all drivers >using these two interfaces need to be updated to use the >new pci_enable_msi_range() and pci_enable_msix_range() >interfaces. > >Log m

[PATCH v11 0/4] PHY: Add APM X-Gene SoC 15Gbps Multi-purpose PHY support

2014-02-25 Thread Loc Ho
This patch adds support for APM X-Gene SoC 15Gbps Multi-purpose PHY. This is the physical layer interface for the corresponding host controller. This driver uses the PHY generic framework. In addition, the PHY generic framework is patched to provide an function to set the speed of the PHY. v11: *

[PATCH v11 4/4] arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries

2014-02-25 Thread Loc Ho
This patch adds the DTS entries for the APM X-Gene SoC 15Gbps Multi-purpose PHY driver. The PHY for SATA controller 2 and 3 are enabled by default. Signed-off-by: Loc Ho Signed-off-by: Tuan Phan Signed-off-by: Suman Tripathi --- arch/arm64/boot/dts/apm-storm.dtsi | 75 +++

[PATCH v11 1/4] PHY: Add function set_speed to generic PHY framework

2014-02-25 Thread Loc Ho
This patch adds function set_speed to the generic PHY framework operation structure. This function can be called to instruct the PHY underlying layer at specified lane to configure for specified speed in hertz. Signed-off-by: Loc Ho --- drivers/phy/phy-core.c | 30

[PATCH v11 2/4] Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding documentation

2014-02-25 Thread Loc Ho
This patch adds APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding documentation. Signed-off-by: Loc Ho Signed-off-by: Tuan Phan Signed-off-by: Suman Tripathi --- .../devicetree/bindings/phy/apm-xgene-phy.txt | 79 1 files changed, 79 insertions(+), 0 deletions

Re: [RFC 0/6] vhost/scsi: Add T10 PI SGL passthrough support

2014-02-25 Thread Martin K. Petersen
> "nab" == Nicholas A Bellinger writes: nab> Mmm, at least for PI I don't think a residual field is necessary. nab> Any time the metadata is not fully read on outgoing WRITEs, or nab> written on incoming READs the next hop performing a VERIFY nab> operation will end up failing with a GUARD o

Re: [PATCH 0/5] qla2xxx: NPIV target mode fixes for v3.14-rc

2014-02-25 Thread Saurav Kashyap
Hi Nicholas, The patches looks good. Acked-by: Saurav Kashyap Thanks, ~Saurav >From: Nicholas Bellinger > >Hi Sawan, Quinn, & Co. > >The following series addresses a number of NPIV related bugs specific >to v3.14-rc code, mostly involving the underlying configfs dependency >of base_vha / base