All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ata changes for 6.10-rc1
@ 2024-05-13 13:25 Damien Le Moal
  2024-05-15  1:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Damien Le Moal @ 2024-05-13 13:25 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide; +Cc: Niklas Cassel

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

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

end of thread, other threads:[~2024-05-15  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 13:25 [GIT PULL] ata changes for 6.10-rc1 Damien Le Moal
2024-05-15  1:49 ` pr-tracker-bot

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.