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 changes for 6.10-rc1
Date: Mon, 13 May 2024 22:25:11 +0900 [thread overview]
Message-ID: <20240513132512.159143-1-dlemoal@kernel.org> (raw)
Linus,
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.10-rc1
for you to fetch changes up to d4a89339f17c87c4990070e9116462d16e75894f:
ata: pata_legacy: make legacy_exit() work again (2024-05-07 07:23:31 +0900)
----------------------------------------------------------------
ata changes for 6.10-rc1
- Convert the bindings for the imx-pata and ahci-da850 drivers to DT
schemas (from Animesh).
- Correct the code to handle HAS_IOPORT dependencies and conditionally
compile drivers as needed (From Niklas).
- Correct the legacy_exit() function in the pata_legacy driver to
properly handle cleanups on driver exit (From Serget).
- Small code simplification removing the ata_exec_internal_sg()
function and folding it into its only caller (From me).
----------------------------------------------------------------
Animesh Agarwal (2):
dt-bindings: ata: imx-pata: Convert to dtschema
dt-bindings: ata: ahci-da850: Convert to dtschema
Damien Le Moal (1):
ata: libata-core: Remove ata_exec_internal_sg()
Niklas Schnelle (1):
ata: add HAS_IOPORT dependencies
Sergey Shtylyov (1):
ata: pata_legacy: make legacy_exit() work again
.../devicetree/bindings/ata/ahci-da850.txt | 18 ----
.../devicetree/bindings/ata/fsl,imx-pata.yaml | 42 ++++++++
Documentation/devicetree/bindings/ata/imx-pata.txt | 16 ---
.../devicetree/bindings/ata/ti,da850-ahci.yaml | 39 ++++++++
drivers/ata/Kconfig | 28 +++---
drivers/ata/libata-core.c | 108 ++++++---------------
drivers/ata/libata-sff.c | 4 +
drivers/ata/libata.h | 8 +-
drivers/ata/pata_legacy.c | 8 +-
9 files changed, 139 insertions(+), 132 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ata/ahci-da850.txt
create mode 100644 Documentation/devicetree/bindings/ata/fsl,imx-pata.yaml
delete mode 100644 Documentation/devicetree/bindings/ata/imx-pata.txt
create mode 100644 Documentation/devicetree/bindings/ata/ti,da850-ahci.yaml
next reply other threads:[~2024-05-13 13:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 13:25 Damien Le Moal [this message]
2024-05-15 1:49 ` [GIT PULL] ata changes for 6.10-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=20240513132512.159143-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.