Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548609
| From | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] ata: add m68k/Atari Falcon PATA support |
| Date | 2016-12-30 15:10 +0100 |
| Message-ID | <sU62B-5ob-5@gated-at.bofh.it> (permalink) |
| References | <sU62B-5ob-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] ata: add m68k/Atari Falcon PATA support Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 15:10 +0100
[PATCH 1/3] ata: allow subsystem to be used on m68k arch Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 15:10 +0100
Re: [PATCH 1/3] ata: allow subsystem to be used on m68k arch Christoph Hellwig <hch@infradead.org> - 2016-12-30 15:20 +0100
Re: [PATCH 1/3] ata: allow subsystem to be used on m68k arch Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 18:20 +0100
[PATCH 3/3] ata: add Atari Falcon PATA controller driver Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 15:10 +0100
Re: [PATCH 0/3] ata: add m68k/Atari Falcon PATA support Geert Uytterhoeven <geert@linux-m68k.org> - 2017-01-03 12:00 +0100
csiph-web