All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 6.17-rc4
Date: Fri, 29 Aug 2025 17:02:47 +0900	[thread overview]
Message-ID: <20250829080247.32183-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit 58768b0563916ddcb73d8ed26ede664915f8df31:

  ata: libata-scsi: Fix CDL control (2025-08-14 18:58:12 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.17-rc4

for you to fetch changes up to 82b8166171bdebbc74717e4a0cfb4b89cd0510aa:

  ata: ahci_xgene: Use int type for 'rc' to store error codes (2025-08-28 13:36:14 +0900)

----------------------------------------------------------------
ata fixes for 6.17-rc4

 - Fix the type of return values to be signed in the ahci_xgen driver
   (Qianfeng).

 - Add the mask_port_ext module parameter to the ahci driver. This is to
   allow a user to ignore ports that are advertized as external (hotplug
   capable) in favor of lower link power management policies instead of
   the default max_performance for these ports. This is useful to allow
   e.g. laptops to go into low power states when hooked up to docking
   station with sata slots, connected with an external port for hotplug
   (me).

----------------------------------------------------------------
Damien Le Moal (1):
      ata: ahci: Allow ignoring the external/hotplug capability of ports

Qianfeng Rong (1):
      ata: ahci_xgene: Use int type for 'rc' to store error codes

 drivers/ata/ahci.c       | 57 +++++++++++++++++++++++++++++++++---------------
 drivers/ata/ahci.h       |  1 +
 drivers/ata/ahci_xgene.c |  7 ++----
 3 files changed, 43 insertions(+), 22 deletions(-)

             reply	other threads:[~2025-08-29  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-29  8:02 Damien Le Moal [this message]
2025-08-29 16:39 ` [GIT PULL] ata fixes for 6.17-rc4 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=20250829080247.32183-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=cassel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.