From: Jeff Garzik <jeff@garzik.org>
To: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org, alan@lxorguk.ukuu.org.uk,
JosephChan@via.com.tw
Subject: Re: [PATCH 1/5] libata: make SCR access ops per-link
Date: Mon, 29 Sep 2008 00:33:49 -0400 [thread overview]
Message-ID: <48E05AAD.80102@garzik.org> (raw)
In-Reply-To: <1217491364-19725-2-git-send-email-tj@kernel.org>
Tejun Heo wrote:
> Logically, SCR access ops should take @link; however, there was no
> compelling reason to convert all SCR access ops when adding @link
> abstraction as there's one-to-one mapping between a port and a non-PMP
> link. However, that assumption won't hold anymore with the scheduled
> addition of slave link.
>
> Make SCR access ops per-link.
>
> Signed-off-by: Tejun Heo <tj@kernel.org>
> ---
> drivers/ata/ahci.c | 24 ++++++++++++------------
> drivers/ata/ata_piix.c | 15 +++++++++++----
> drivers/ata/libata-core.c | 13 ++++---------
> drivers/ata/sata_fsl.c | 26 +++++++++++++-------------
> drivers/ata/sata_inic162x.c | 8 ++++----
> drivers/ata/sata_mv.c | 28 ++++++++++++++--------------
> drivers/ata/sata_nv.c | 16 ++++++++--------
> drivers/ata/sata_promise.c | 16 +++++++++-------
> drivers/ata/sata_qstor.c | 12 ++++++------
> drivers/ata/sata_sil.c | 16 ++++++++--------
> drivers/ata/sata_sil24.c | 12 ++++++------
> drivers/ata/sata_sis.c | 28 ++++++++++++++++------------
> drivers/ata/sata_svw.c | 10 ++++++----
> drivers/ata/sata_uli.c | 24 ++++++++++++------------
> drivers/ata/sata_via.c | 24 ++++++++++++------------
> drivers/ata/sata_vsc.c | 10 ++++++----
> drivers/scsi/libsas/sas_ata.c | 8 ++++----
> include/linux/libata.h | 4 ++--
> 18 files changed, 153 insertions(+), 141 deletions(-)
applied 1-5
next prev parent reply other threads:[~2008-09-29 4:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-31 8:02 [PATCHSET #upstream] libata: implement slave_link Tejun Heo
2008-07-31 8:02 ` [PATCH 1/5] libata: make SCR access ops per-link Tejun Heo
2008-09-29 4:33 ` Jeff Garzik [this message]
2008-07-31 8:02 ` [PATCH 2/5] libata: reimplement link iterator Tejun Heo
2008-07-31 8:02 ` [PATCH 3/5] libata: misc updates to prepare for slave link Tejun Heo
2008-07-31 8:02 ` [PATCH 4/5] libata: implement slave_link Tejun Heo
2008-07-31 8:02 ` [PATCH 5/5] ata_piix: drop merged SCR access and use slave_link instead Tejun Heo
2008-09-04 10:36 ` Jeff Garzik
2008-09-04 10:36 ` Tejun Heo
2008-08-13 9:41 ` [PATCHSET #upstream] libata: implement slave_link Tejun Heo
2008-08-13 9:45 ` JosephChan
2008-08-13 10:14 ` Tejun Heo
2008-09-04 9:57 ` Tejun Heo
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=48E05AAD.80102@garzik.org \
--to=jeff@garzik.org \
--cc=JosephChan@via.com.tw \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-ide@vger.kernel.org \
--cc=tj@kernel.org \
/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.