Here is a driver (and the subsequent defconfig change) for the pata/CF socket in the CS-Lab Warp series of Amiga boards. 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): m68k: amiga_defconfig: enable PATA_CSWARP ata: pata_cswarp: Add Amiga cslab ata support arch/m68k/configs/amiga_defconfig | 1 + drivers/ata/Kconfig | 11 ++ drivers/ata/Makefile | 1 + drivers/ata/pata_cswarp.c | 189 ++++++++++++++++++++++++++++++ 4 files changed, 202 insertions(+) create mode 100644 drivers/ata/pata_cswarp.c -- 2.34.1