public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] m68k: amiga: CS-Lab Warp ata support (and a small zorro id refactor)
@ 2025-03-21 15:14 Paolo Pisati
  2025-03-21 15:14 ` [PATCH 1/3] include/uapi/linux/zorro_ids.h: add more cslab warp id Paolo Pisati
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Paolo Pisati @ 2025-03-21 15:14 UTC (permalink / raw)
  To: Damien Le Moal, Niklas Cassel, Geert Uytterhoeven; +Cc: linux-ide, linux-m68k

Patch 01 is a small refactor of the CS-Lab Zorro ids
Patch 02 is the driver for the CS-Lab Warp pata/CF socket
Patch 03 enables the driver in amiga_defconfig

Paolo Pisati (3):
  include/uapi/linux/zorro_ids.h: add more cslab warp id
  amiga: cslab ata support
  m68k: amiga_defconfig: enable PATA_CSWARP

 arch/m68k/amiga/config.c          |   4 +-
 arch/m68k/configs/amiga_defconfig |   1 +
 drivers/ata/Kconfig               |  12 ++
 drivers/ata/Makefile              |   1 +
 drivers/ata/pata_cswarp.c         | 210 ++++++++++++++++++++++++++++++
 drivers/zorro/zorro.ids           |   5 +
 include/uapi/linux/zorro_ids.h    |  11 +-
 7 files changed, 241 insertions(+), 3 deletions(-)
 create mode 100644 drivers/ata/pata_cswarp.c

-- 
2.34.1


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

end of thread, other threads:[~2025-03-24  9:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 15:14 [PATCH 0/3] m68k: amiga: CS-Lab Warp ata support (and a small zorro id refactor) Paolo Pisati
2025-03-21 15:14 ` [PATCH 1/3] include/uapi/linux/zorro_ids.h: add more cslab warp id Paolo Pisati
2025-03-24  8:03   ` Geert Uytterhoeven
2025-03-21 15:14 ` [PATCH 2/3] amiga: cslab ata support Paolo Pisati
2025-03-22 13:41   ` Damien Le Moal
2025-03-24  8:11     ` Paolo Pisati
2025-03-24  8:17   ` Geert Uytterhoeven
2025-03-24  9:10     ` Paolo Pisati
2025-03-24  9:38       ` Geert Uytterhoeven
2025-03-21 15:14 ` [PATCH 3/3] m68k: amiga_defconfig: enable PATA_CSWARP Paolo Pisati

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox