[PATCH 0/3] ata: add m68k/Atari Falcon PATA support

From: Bartlomiej Zolnierkiewicz
Date: Fri Dec 30 2016 - 09:01:49 EST


Hi,

This patchset adds m68k/Atari Falcon PATA support to libata.
The major difference in the new libata's pata_falcon host
driver when compared to legacy IDE's falconide host driver is
that we are using polled PIO mode and thus avoiding the need
for STDMA locking magic altogether.

Tested under ARAnyM emulator.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


Bartlomiej Zolnierkiewicz (3):
ata: allow subsystem to be used on m68k arch
ata: pass queued command to ->sff_data_xfer method
ata: add Atari Falcon PATA controller driver

drivers/ata/Kconfig | 11 ++-
drivers/ata/Makefile | 1 +
drivers/ata/libata-sff.c | 29 +++----
drivers/ata/pata_at91.c | 6 +-
drivers/ata/pata_bf54x.c | 7 +-
drivers/ata/pata_ep93xx.c | 4 +-
drivers/ata/pata_falcon.c | 184 ++++++++++++++++++++++++++++++++++++++++++
drivers/ata/pata_ixp4xx_cf.c | 4 +-
drivers/ata/pata_legacy.c | 15 ++--
drivers/ata/pata_octeon_cf.c | 12 +--
drivers/ata/pata_pcmcia.c | 6 +-
drivers/ata/pata_samsung_cf.c | 4 +-
drivers/ata/sata_rcar.c | 4 +-
include/linux/libata.h | 8 +-
14 files changed, 247 insertions(+), 48 deletions(-)
create mode 100644 drivers/ata/pata_falcon.c

--
1.9.1