linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
@ 2025-03-25 15:56 Paolo Pisati
  2025-03-25 15:56 ` [PATCH v4 1/2] ata: " Paolo Pisati
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paolo Pisati @ 2025-03-25 15:56 UTC (permalink / raw)
  To: Damien Le Moal, Niklas Cassel, Geert Uytterhoeven; +Cc: linux-ide, linux-m68k

Here is a driver (and the subsequent defconfig change) for the pata/CF socket in
the CS-Lab Warp series of Amiga boards.

Changes in v4:
 - refactor pata_cswarp_data_xfer()
 - ioremap WARP_OFFSET_ATA region

Changes in v3:
 - suppress a comment
 - properly return ata_host_activate() error code

Change in v2:
 - fix style, remove duplicate swap macro, driver version, etc
 - rework the zorro attach mechanism
 - remove the unnecessary zorro ids refactor

Paolo Pisati (2):
  ata: pata_cswarp: Add Amiga cslab ata support
  m68k: defconfig: enable PATA_CSWARP

 arch/m68k/configs/amiga_defconfig |   1 +
 arch/m68k/configs/multi_defconfig |   1 +
 drivers/ata/Kconfig               |  11 ++
 drivers/ata/Makefile              |   1 +
 drivers/ata/pata_cswarp.c         | 185 ++++++++++++++++++++++++++++++
 5 files changed, 199 insertions(+)
 create mode 100644 drivers/ata/pata_cswarp.c

-- 
2.34.1


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

end of thread, other threads:[~2025-05-26 14:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 15:56 [PATCH v4 0/2] m68k: pata_cswarp: Add Amiga cslab ata support Paolo Pisati
2025-03-25 15:56 ` [PATCH v4 1/2] ata: " Paolo Pisati
2025-05-26 14:03   ` Geert Uytterhoeven
2025-03-25 15:56 ` [PATCH v4 2/2] m68k: defconfig: enable PATA_CSWARP Paolo Pisati
2025-05-26 14:03   ` Geert Uytterhoeven
2025-05-14 11:41 ` [PATCH v4 0/2] m68k: pata_cswarp: Add Amiga cslab ata support Paolo Pisati
2025-05-14 13:38   ` Damien Le Moal
2025-05-26 11:51     ` Paolo Pisati

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 NNTP newsgroup(s).