linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Use libata platform drivers to replace deprecated m68k IDE drivers
@ 2021-06-10  1:15 Finn Thain
  2021-06-10  1:15 ` [PATCH v3 2/2] m68k/q40: Replace q40ide driver with pata_falcon and falconide Finn Thain
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Finn Thain @ 2021-06-10  1:15 UTC (permalink / raw)
  To: Jens Axboe
  Cc: David S. Miller, Joshua Thompson, Geert Uytterhoeven, linux-ide,
	linux-kernel, linux-m68k, Richard Zidlicky, Michael Schmitz

This patch series allows m68k platforms to switch from deprecated IDE
drivers to libata drivers.

Changed since v1:
 - Added reviewed-by and tested-by tags.
 - Improved commit log.

Changed since v2:
 - Added #ifdef guards to prevent build failure when CONFIG_ATARI=n.


Finn Thain (2):
  m68k/mac: Replace macide driver with generic platform drivers
  m68k/q40: Replace q40ide driver with pata_falcon and falconide

 arch/m68k/atari/config.c          |  12 +--
 arch/m68k/configs/mac_defconfig   |   1 -
 arch/m68k/configs/multi_defconfig |   2 -
 arch/m68k/configs/q40_defconfig   |   2 +-
 arch/m68k/mac/config.c            |  24 +++--
 arch/m68k/q40/config.c            |  37 +++++--
 drivers/ata/Kconfig               |   6 +-
 drivers/ata/pata_falcon.c         |  62 ++++++++---
 drivers/ide/Kconfig               |  32 +-----
 drivers/ide/Makefile              |   2 -
 drivers/ide/falconide.c           |  79 +++++++++-----
 drivers/ide/macide.c              | 161 ----------------------------
 drivers/ide/q40ide.c              | 168 ------------------------------
 13 files changed, 155 insertions(+), 433 deletions(-)
 delete mode 100644 drivers/ide/macide.c
 delete mode 100644 drivers/ide/q40ide.c

-- 
2.26.3


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

end of thread, other threads:[~2021-06-10 22:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  1:15 [PATCH v3 0/2] Use libata platform drivers to replace deprecated m68k IDE drivers Finn Thain
2021-06-10  1:15 ` [PATCH v3 2/2] m68k/q40: Replace q40ide driver with pata_falcon and falconide Finn Thain
2021-06-10  1:15 ` [PATCH v3 1/2] m68k/mac: Replace macide driver with generic platform drivers Finn Thain
2021-06-10  7:13 ` [PATCH v3 0/2] Use libata platform drivers to replace deprecated m68k IDE drivers Geert Uytterhoeven
2021-06-10  7:57   ` Finn Thain
2021-06-10 22:30     ` Jens Axboe

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).