Linux-ide Archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Subject: [GIT PULL] ata changes for 6.7-rc1
Date: Mon, 30 Oct 2023 15:40:37 +0900	[thread overview]
Message-ID: <20231030064037.282268-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:

  Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.7-rc1

for you to fetch changes up to 0e533cba38011457b51f13b3b5afd33c693bfcca:

  dt-bindings: ata: tegra: Disallow undefined properties (2023-10-18 08:07:30 +0900)

----------------------------------------------------------------
ATA changes for 6.7-rc1

 - Modify the AHCI driver to print the link power management policy used
   on scan, to help with debugging issues (Niklas).

 - Add support for the ASM2116 series adapters to the AHCI driver
   (Szuying).

 - Prepare libata for the coming gcc and Clang __counted_by attribute
   (Kees).

 - Following the recent estensive fixing of libata suspend/resume
   handling, several patches further cleanup and improve disk power state
   management (from me).

 - Reduce the verbosity of some error messages for non-fatal temporary
   errors, e.g. slow response to device reset when scanning a port, and
   warning messages that are in fact normal, e.g. disabling a device
   on suspend or when removing it (from me).

 - Cleanup DMA helper functions (from me).

 - Fix sata_mv drive handling of potential errors durring probe (Ma).

 - Cleanup the xgene and imx drivers using the functions
   of_device_get_match_data() and device_get_match_data() (Rob).

 - Improve the tegra driver device tree (Rob).

----------------------------------------------------------------
Damien Le Moal (14):
      scsi: Remove scsi device no_start_on_resume flag
      ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
      ata: libata-core: Synchronize ata_port_detach() with hotplug
      ata: libata-core: Detach a port devices on shutdown
      ata: libata-core: Remove ata_port_suspend_async()
      ata: libata-core: Remove ata_port_resume_async()
      ata: libata-core: Do not poweroff runtime suspended ports
      ata: libata-core: Do not resume runtime suspended ports
      ata: libata-sata: Improve ata_sas_slave_configure()
      ata: libata-eh: Improve reset error messages
      ata: libata-eh: Reduce "disable device" message verbosity
      ata: libata: Cleanup inline DMA helper functions
      ata: libata-eh: Spinup disk on resume after revalidation
      ata: libata-core: Improve ata_dev_power_set_active()

Kees Cook (1):
      ata: libata: Annotate struct ata_cpr_log with __counted_by

Ma Ke (1):
      ata: sata_mv: aspeed: fix value check in mv_platform_probe()

Mika Westerberg (1):
      ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list

Niklas Cassel (1):
      ata: ahci: print the lpm policy on boot

Rob Herring (3):
      ata: xgene: Use of_device_get_match_data()
      ata: imx: Use device_get_match_data()
      dt-bindings: ata: tegra: Disallow undefined properties

Szuying Chen (1):
      ata: ahci: add identifiers for ASM2116 series adapters

 .../devicetree/bindings/ata/nvidia,tegra-ahci.yaml |   2 +-
 drivers/ata/ahci.c                                 |   6 +
 drivers/ata/ahci_imx.c                             |  10 +-
 drivers/ata/ahci_xgene.c                           |  11 +-
 drivers/ata/libahci.c                              |   2 +-
 drivers/ata/libata-core.c                          | 185 +++++++++++++--------
 drivers/ata/libata-eh.c                            |  54 +++---
 drivers/ata/libata-sata.c                          |   5 +-
 drivers/ata/libata-scsi.c                          |  53 +-----
 drivers/ata/libata-sff.c                           |  10 +-
 drivers/ata/libata.h                               |   2 +
 drivers/ata/pata_cs5520.c                          |   2 +-
 drivers/ata/sata_mv.c                              |   9 +-
 drivers/scsi/sd.c                                  |   9 +-
 include/linux/libata.h                             |  25 +--
 include/scsi/scsi_device.h                         |   1 -
 16 files changed, 201 insertions(+), 185 deletions(-)

             reply	other threads:[~2023-10-30  6:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30  6:40 Damien Le Moal [this message]
2023-11-02  0:01 ` [GIT PULL] ata changes for 6.7-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231030064037.282268-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).