forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/jejb/scsi Pull SCSI updates from James Bottomley: "Updates to the usual drivers (ufs, qla2xx, target, lpfc, smartpqi, mpi3mr). The main driver change that might cause issues on down the road is the conversion of some of our oldest surviving drivers to the DMA API (should only affect m68k). The only major core change is the rework of async resume; the rest are either completely trivial or for updating deprecated APIs" * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (195 commits) scsi: target: Remove XDWRITEREAD emulated support scsi: megaraid: Remove the static variable initialisation scsi: ch: Do not initialise statics to 0 scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot" scsi: target: iscsi: Do not require target authentication scsi: target: iscsi: Allow AuthMethod=None scsi: target: iscsi: Support base64 in CHAP scsi: target: iscsi: Add support for extended CDB AHS scsi: ufs: dt-bindings: Add SC8280XP binding scsi: target: iscsi: Fix clang -Wformat warnings scsi: ufs: core: Read device property for ref clock scsi: libsas: Resume SAS host for phy reset or enable via sysfs scsi: hisi_sas: Modify v3 HW SATA completion error processing scsi: hisi_sas: Relocate DMA unmap of SMP task scsi: hisi_sas: Remove unnecessary variable to hold DMA map elements scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw() scsi: mpi3mr: Delete a stray tab scsi: mpi3mr: Unlock on error path scsi: mpi3mr: Reduce VD queue depth on detecting throttling scsi: mpi3mr: Resource Based Metering ...
- Loading branch information
Showing
146 changed files
with
4,429 additions
and
7,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/ufs/renesas,ufs.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Renesas R-Car UFS Host Controller | ||
|
||
maintainers: | ||
- Yoshihiro Shimoda <[email protected]> | ||
|
||
allOf: | ||
- $ref: ufs-common.yaml | ||
|
||
properties: | ||
compatible: | ||
const: renesas,r8a779f0-ufs | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
clocks: | ||
maxItems: 2 | ||
|
||
clock-names: | ||
items: | ||
- const: fck | ||
- const: ref_clk | ||
|
||
power-domains: | ||
maxItems: 1 | ||
|
||
resets: | ||
maxItems: 1 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- clocks | ||
- clock-names | ||
- power-domains | ||
- resets | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/clock/r8a779f0-cpg-mssr.h> | ||
#include <dt-bindings/interrupt-controller/arm-gic.h> | ||
#include <dt-bindings/power/r8a779f0-sysc.h> | ||
ufs: ufs@e686000 { | ||
compatible = "renesas,r8a779f0-ufs"; | ||
reg = <0xe6860000 0x100>; | ||
interrupts = <GIC_SPI 235 IRQ_TYPE_LEVEL_HIGH>; | ||
clocks = <&cpg CPG_MOD 1514>, <&ufs30_clk>; | ||
clock-names = "fck", "ref_clk"; | ||
freq-table-hz = <200000000 200000000>, <38400000 38400000>; | ||
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; | ||
resets = <&cpg 1514>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5511,7 +5511,7 @@ W: http://www.chelsio.com | |
F: drivers/net/ethernet/chelsio/cxgb3/ | ||
|
||
CXGB3 ISCSI DRIVER (CXGB3I) | ||
M: Karen Xie <kxie@chelsio.com> | ||
M: Varun Prakash <varun@chelsio.com> | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.chelsio.com | ||
|
@@ -5543,7 +5543,7 @@ W: http://www.chelsio.com | |
F: drivers/net/ethernet/chelsio/cxgb4/ | ||
|
||
CXGB4 ISCSI DRIVER (CXGB4I) | ||
M: Karen Xie <kxie@chelsio.com> | ||
M: Varun Prakash <varun@chelsio.com> | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.chelsio.com | ||
|
@@ -6275,14 +6275,6 @@ F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-drive | |
F: drivers/net/ethernet/freescale/dpaa2/dpaa2-switch* | ||
F: drivers/net/ethernet/freescale/dpaa2/dpsw* | ||
|
||
DPT_I2O SCSI RAID DRIVER | ||
M: Adaptec OEM Raid Solutions <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
W: http://www.adaptec.com/ | ||
F: drivers/scsi/dpt* | ||
F: drivers/scsi/dpt/ | ||
|
||
DRBD DRIVER | ||
M: Philipp Reisner <[email protected]> | ||
M: Lars Ellenberg <[email protected]> | ||
|
@@ -20811,6 +20803,13 @@ L: [email protected] (moderated for non-subscribers) | |
S: Maintained | ||
F: drivers/ufs/host/ufs-mediatek* | ||
|
||
UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER RENESAS HOOKS | ||
M: Yoshihiro Shimoda <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/ufs/host/ufs-renesas.c | ||
|
||
UNSORTED BLOCK IMAGES (UBI) | ||
M: Richard Weinberger <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.