LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: <xswang@marvell.com>
To: <linux-ide@vger.kernel.org>, <tj@kernel.org>,
<linux-kernel@vger.kernel.org>
Cc: <oferh@marvell.com>, <dingwei@marvell.com>, <xigu@marvell.com>,
<nadavh@marvell.com>, Evan Wang <xswang@marvell.com>
Subject: [PATCH 0/2] Allow drivers to override stop_engine
Date: Wed, 25 Apr 2018 12:27:12 +0800 [thread overview]
Message-ID: <1524630434-5914-1-git-send-email-xswang@marvell.com> (raw)
From: Evan Wang <xswang@marvell.com>
There are some special operations needed when stop engine
for Marvell AHCI IP, and it maybe needed by other vendors,
so it is necessary to allow to override ahci_stop_engine()
when stop the engine like overriding start_engine.
Evan Wang (2):
libahci: Allow drivers to override stop_engine
ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
drivers/ata/ahci.c | 6 ++---
drivers/ata/ahci.h | 7 ++++++
drivers/ata/ahci_mvebu.c | 56 +++++++++++++++++++++++++++++++++++++++++++++
drivers/ata/ahci_qoriq.c | 2 +-
drivers/ata/ahci_xgene.c | 4 ++--
drivers/ata/libahci.c | 20 +++++++++-------
drivers/ata/sata_highbank.c | 2 +-
7 files changed, 82 insertions(+), 15 deletions(-)
--
1.9.1
next reply other threads:[~2018-04-25 4:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-25 4:27 xswang [this message]
2018-04-25 4:27 ` [PATCH 1/2] libahci: " xswang
2018-04-25 4:27 ` [PATCH 2/2] ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI xswang
-- strict thread matches above, loose matches on Subject: below --
2018-04-24 4:06 [PATCH 0/2] Allow drivers to override stop_engine xswang
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=1524630434-5914-1-git-send-email-xswang@marvell.com \
--to=xswang@marvell.com \
--cc=dingwei@marvell.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nadavh@marvell.com \
--cc=oferh@marvell.com \
--cc=tj@kernel.org \
--cc=xigu@marvell.com \
--subject='Re: [PATCH 0/2] Allow drivers to override stop_engine' \
/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
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).