From: Finn Thain <fthain@linux-m68k.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: "David S. Miller" <davem@davemloft.net>,
"Joshua Thompson" <funaho@jurai.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-m68k@lists.linux-m68k.org,
"Richard Zidlicky" <rz@linux-m68k.org>,
"Michael Schmitz" <schmitzmic@gmail.com>
Subject: [PATCH v3 0/2] Use libata platform drivers to replace deprecated m68k IDE drivers
Date: Thu, 10 Jun 2021 11:15:06 +1000 [thread overview]
Message-ID: <cover.1623287706.git.fthain@linux-m68k.org> (raw)
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
next reply other threads:[~2021-06-10 1:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-10 1:15 Finn Thain [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1623287706.git.fthain@linux-m68k.org \
--to=fthain@linux-m68k.org \
--cc=axboe@kernel.dk \
--cc=davem@davemloft.net \
--cc=funaho@jurai.org \
--cc=geert@linux-m68k.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=rz@linux-m68k.org \
--cc=schmitzmic@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.