linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] libata changes for 5.7-rc
@ 2020-03-29 22:45 Jens Axboe
  2020-03-30 19:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2020-03-29 22:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: IDE/ATA development list, linux-kernel

Hi Linus,

Here are the libata changes for this merge window. This pull request
contains:

- Series from Bart, making the libata code smaller on PATA only setups.
  This is useful for smaller/embedded use cases, and will help us move
  some of those off drivers/ide.

- Kill unused BPRINTK() (Hannes)

- Add various Comet Lake ahci PCI ids (Kai-Heng, Mika)

- Fix for a double scsi_host_put() in error handling (John)

- Use scnprintf (Takashi)

- Assign OF node to the SCSI device (Linus)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-5.7/libata-2020-03-29


----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (27):
      ata: remove stale maintainership information from core code
      ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
      ata: make SATA_PMP option selectable only if any SATA host driver is enabled
      sata_promise: use ata_cable_sata()
      ata: simplify ata_scsiop_inq_89()
      ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
      ata: optimize struct ata_force_param size
      ata: optimize ata_scsi_rbuf[] size
      ata: move EXPORT_SYMBOL_GPL()s close to exported code
      ata: remove EXPORT_SYMBOL_GPL()s not used by modules
      ata: fix CodingStyle issues in PATA timings code
      ata: separate PATA timings code from libata-core.c
      ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
      ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
      ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hosts
      ata: start separating SATA specific code from libata-core.c
      ata: move sata_scr_*() to libata-sata.c
      ata: move *sata_set_spd*() to libata-sata.c
      ata: move sata_link_{debounce,resume}() to libata-sata.c
      ata: move sata_link_hardreset() to libata-sata.c
      ata: move ata_qc_complete_multiple() to libata-sata.c
      ata: move sata_deb_timing_*() to libata-sata.c
      ata: start separating SATA specific code from libata-scsi.c
      ata: move ata_sas_*() to libata-sata.c
      ata: start separating SATA specific code from libata-eh.c
      ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
      ata: make "libata.force" kernel parameter optional

Hannes Reinecke (1):
      libata: drop BPRINTK()

John Garry (1):
      libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()

Kai-Heng Feng (1):
      ahci: Add Intel Comet Lake H RAID PCI ID

Linus Walleij (1):
      libata: Assign OF node to the SCSI device

Mika Westerberg (2):
      ahci: Add Intel Comet Lake PCH-H PCI ID
      ahci: Add Intel Comet Lake PCH-V PCI ID

Takashi Iwai (1):
      libata: transport: Use scnprintf() for avoiding potential buffer overflow

Tiezhu Yang (2):
      PCI: Add Loongson vendor ID
      AHCI: Add support for Loongson 7A1000 SATA controller

 drivers/ata/Kconfig               |   77 ++
 drivers/ata/Makefile              |    2 +
 drivers/ata/ahci.c                |   10 +
 drivers/ata/libata-core.c         | 1126 +++-------------------------
 drivers/ata/libata-eh.c           |  224 +-----
 drivers/ata/libata-pata-timings.c |  192 +++++
 drivers/ata/libata-sata.c         | 1483 +++++++++++++++++++++++++++++++++++++
 drivers/ata/libata-scsi.c         |  583 ++-------------
 drivers/ata/libata-sff.c          |    4 -
 drivers/ata/libata-transport.c    |   10 +-
 drivers/ata/libata.h              |   25 +-
 drivers/ata/sata_promise.c        |    8 +-
 drivers/scsi/Kconfig              |    1 +
 drivers/scsi/libsas/Kconfig       |    1 +
 include/linux/libata.h            |  174 +++--
 include/linux/pci_ids.h           |    2 +
 16 files changed, 2065 insertions(+), 1857 deletions(-)
 create mode 100644 drivers/ata/libata-pata-timings.c
 create mode 100644 drivers/ata/libata-sata.c

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] libata changes for 5.7-rc
  2020-03-29 22:45 [GIT PULL] libata changes for 5.7-rc Jens Axboe
@ 2020-03-30 19:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-03-30 19:50 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, IDE/ATA development list, linux-kernel

The pull request you sent on Sun, 29 Mar 2020 16:45:51 -0600:

> git://git.kernel.dk/linux-block.git tags/for-5.7/libata-2020-03-29

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a0eb192c01f43dca12628d8b5866d5b8ffb35f5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-30 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29 22:45 [GIT PULL] libata changes for 5.7-rc Jens Axboe
2020-03-30 19:50 ` pr-tracker-bot

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).