mbox series

[GIT,PULL] ata changes for 6.10-rc1

Message ID 20240513132512.159143-1-dlemoal@kernel.org
State New
Headers show
Series [GIT,PULL] ata changes for 6.10-rc1 | expand

Pull-request

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

Message

Damien Le Moal May 13, 2024, 1:25 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org May 15, 2024, 1:49 a.m. UTC | #1
The pull request you sent on Mon, 13 May 2024 22:25:11 +0900:

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

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

Thank you!