Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull first round of SCSI updates from James Bottomley: "This is the usual grab bag of driver updates (hpsa, storvsc, mp2sas, megaraid_sas, ses) plus an assortment of minor updates. There's also an update to ufs which adds new phy drivers and finally a new logging infrastructure for SCSI" * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (114 commits) scsi_logging: return void for dev_printk() functions scsi: print single-character strings with seq_putc scsi: merge consecutive seq_puts calls scsi: replace seq_printf with seq_puts aha152x: replace seq_printf with seq_puts advansys: replace seq_printf with seq_puts scsi: remove SPRINTF macro sg: remove an unused variable hpsa: Use local workqueues instead of system workqueues hpsa: add in P840ar controller model name hpsa: add in gen9 controller model names hpsa: detect and report failures changing controller transport modes hpsa: shorten the wait for the CISS doorbell mode change ack hpsa: refactor duplicated scan completion code into a new routine hpsa: move SG descriptor set-up out of hpsa_scatter_gather() hpsa: do not use function pointers in fast path command submission hpsa: print CDBs instead of kernel virtual addresses for uncommon errors hpsa: do not use a void pointer for scsi_cmd field of struct CommandList hpsa: return failed from device reset/abort handlers hpsa: check for ctlr lockup after command allocation in main io path ...
Showing
- drivers/ata/libata-eh.c 9 additions, 11 deletionsdrivers/ata/libata-eh.c
- drivers/misc/enclosure.c 96 additions, 12 deletionsdrivers/misc/enclosure.c
- drivers/phy/Kconfig 7 additions, 0 deletionsdrivers/phy/Kconfig
- drivers/phy/Makefile 3 additions, 0 deletionsdrivers/phy/Makefile
- drivers/phy/phy-qcom-ufs-i.h 159 additions, 0 deletionsdrivers/phy/phy-qcom-ufs-i.h
- drivers/phy/phy-qcom-ufs-qmp-14nm.c 201 additions, 0 deletionsdrivers/phy/phy-qcom-ufs-qmp-14nm.c
- drivers/phy/phy-qcom-ufs-qmp-14nm.h 177 additions, 0 deletionsdrivers/phy/phy-qcom-ufs-qmp-14nm.h
- drivers/phy/phy-qcom-ufs-qmp-20nm.c 257 additions, 0 deletionsdrivers/phy/phy-qcom-ufs-qmp-20nm.c
- drivers/phy/phy-qcom-ufs-qmp-20nm.h 235 additions, 0 deletionsdrivers/phy/phy-qcom-ufs-qmp-20nm.h
- drivers/phy/phy-qcom-ufs.c 745 additions, 0 deletionsdrivers/phy/phy-qcom-ufs.c
- drivers/scsi/3w-9xxx.c 2 additions, 1 deletiondrivers/scsi/3w-9xxx.c
- drivers/scsi/BusLogic.c 5 additions, 5 deletionsdrivers/scsi/BusLogic.c
- drivers/scsi/Kconfig 2 additions, 2 deletionsdrivers/scsi/Kconfig
- drivers/scsi/Makefile 3 additions, 3 deletionsdrivers/scsi/Makefile
- drivers/scsi/NCR5380.c 9 additions, 11 deletionsdrivers/scsi/NCR5380.c
- drivers/scsi/advansys.c 62 additions, 80 deletionsdrivers/scsi/advansys.c
- drivers/scsi/aha152x.c 146 additions, 149 deletionsdrivers/scsi/aha152x.c
- drivers/scsi/aic7xxx/aic79xx_proc.c 18 additions, 20 deletionsdrivers/scsi/aic7xxx/aic79xx_proc.c
- drivers/scsi/aic7xxx/aic7xxx_proc.c 12 additions, 12 deletionsdrivers/scsi/aic7xxx/aic7xxx_proc.c
- drivers/scsi/arm/fas216.c 3 additions, 3 deletionsdrivers/scsi/arm/fas216.c
Please register or sign in to comment