From: Sergei Shtylyov <sshtylyov@mvista.com>
To: "Thang Q. Nguyen" <tqnguyen@apm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Jeff Garzik <jgarzik@pobox.com>,
Grant Likely <grant.likely@secretlab.ca>,
Rob Herring <rob.herring@calxeda.com>, Phong Vo <pvo@apm.com>,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
linux-ide@vger.kernel.org, devicetree-discuss@lists.ozlabs.org
Subject: Re: [PATCH 1/1] [v3] Add support 2 SATA ports for Maui and change filename from sata_dwc_460ex.c to sata_dwc_4xx.c
Date: Fri, 06 Apr 2012 16:10:29 +0400 [thread overview]
Message-ID: <4F7EDD35.3070203@mvista.com> (raw)
In-Reply-To: <1333690265-27857-1-git-send-email-tqnguyen@apm.com>
Hello.
On 06-04-2012 9:31, Thang Q. Nguyen wrote:
> Signed-off-by: Thang Q. Nguyen<tqnguyen@apm.com>
> ---
> Changes for v2:
> - Use git rename feature to change the driver to the newname and for
> easier review.
> Changes for v3:
> - Remove materials not related to 2 SATA ports support. They will
> be added in another patches.
> drivers/ata/Makefile | 2 +-
> drivers/ata/{sata_dwc_460ex.c => sata_dwc_4xx.c} | 820 +++++++++++-----------
> 2 files changed, 430 insertions(+), 392 deletions(-)
> rename drivers/ata/{sata_dwc_460ex.c => sata_dwc_4xx.c} (73%)
> diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_4xx.c
> similarity index 73%
> rename from drivers/ata/sata_dwc_460ex.c
> rename to drivers/ata/sata_dwc_4xx.c
> index 69f7cde..07e9b36 100644
> --- a/drivers/ata/sata_dwc_460ex.c
> +++ b/drivers/ata/sata_dwc_4xx.c
[...]
> @@ -16,6 +14,15 @@
> * under the terms of the GNU General Public License as published by the
> * Free Software Foundation; either version 2 of the License, or (at your
> * option) any later version.
> + *
> + * CHANGES:
> + * - Version 1.4:
> + * + Change filename from sata_dwc_460ex.c to sata_dwc_4xx.c
> + * + This driver supports more than one SATA port. Each SATA port has its
> + * own private attribute. Move sata_dwc_host_priv structure to
> + * sata_dwc_device and sata_dwc_device_port structures.
> + * + Change to use ata_bmdma_qc_issue and ata_bmdma_error_handler because
> + * the ata_sff_qc_issue and ata_sff_error_handler no longer support DMA.
This modification looks like a bug fix, and so should be separated and
posted before the dual-port patch.
I'll try to do more deltailed review on the weekend.
MBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sshtylyov@mvista.com>
To: "Thang Q. Nguyen" <tqnguyen@apm.com>
Cc: Phong Vo <pvo@apm.com>,
devicetree-discuss@lists.ozlabs.org,
linuxppc-dev@lists.ozlabs.org,
Rob Herring <rob.herring@calxeda.com>,
linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org,
Paul Mackerras <paulus@samba.org>,
Jeff Garzik <jgarzik@pobox.com>
Subject: Re: [PATCH 1/1] [v3] Add support 2 SATA ports for Maui and change filename from sata_dwc_460ex.c to sata_dwc_4xx.c
Date: Fri, 06 Apr 2012 16:10:29 +0400 [thread overview]
Message-ID: <4F7EDD35.3070203@mvista.com> (raw)
In-Reply-To: <1333690265-27857-1-git-send-email-tqnguyen@apm.com>
Hello.
On 06-04-2012 9:31, Thang Q. Nguyen wrote:
> Signed-off-by: Thang Q. Nguyen<tqnguyen@apm.com>
> ---
> Changes for v2:
> - Use git rename feature to change the driver to the newname and for
> easier review.
> Changes for v3:
> - Remove materials not related to 2 SATA ports support. They will
> be added in another patches.
> drivers/ata/Makefile | 2 +-
> drivers/ata/{sata_dwc_460ex.c => sata_dwc_4xx.c} | 820 +++++++++++-----------
> 2 files changed, 430 insertions(+), 392 deletions(-)
> rename drivers/ata/{sata_dwc_460ex.c => sata_dwc_4xx.c} (73%)
> diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_4xx.c
> similarity index 73%
> rename from drivers/ata/sata_dwc_460ex.c
> rename to drivers/ata/sata_dwc_4xx.c
> index 69f7cde..07e9b36 100644
> --- a/drivers/ata/sata_dwc_460ex.c
> +++ b/drivers/ata/sata_dwc_4xx.c
[...]
> @@ -16,6 +14,15 @@
> * under the terms of the GNU General Public License as published by the
> * Free Software Foundation; either version 2 of the License, or (at your
> * option) any later version.
> + *
> + * CHANGES:
> + * - Version 1.4:
> + * + Change filename from sata_dwc_460ex.c to sata_dwc_4xx.c
> + * + This driver supports more than one SATA port. Each SATA port has its
> + * own private attribute. Move sata_dwc_host_priv structure to
> + * sata_dwc_device and sata_dwc_device_port structures.
> + * + Change to use ata_bmdma_qc_issue and ata_bmdma_error_handler because
> + * the ata_sff_qc_issue and ata_sff_error_handler no longer support DMA.
This modification looks like a bug fix, and so should be separated and
posted before the dual-port patch.
I'll try to do more deltailed review on the weekend.
MBR, Sergei
next prev parent reply other threads:[~2012-04-06 12:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 5:31 [PATCH 1/1] [v3] Add support 2 SATA ports for Maui and change filename from sata_dwc_460ex.c to sata_dwc_4xx.c Thang Q. Nguyen
2012-04-06 5:31 ` Thang Q. Nguyen
2012-04-06 5:31 ` Thang Q. Nguyen
2012-04-06 12:10 ` Sergei Shtylyov [this message]
2012-04-06 12:10 ` Sergei Shtylyov
2012-04-08 19:35 ` Sergei Shtylyov
2012-04-08 19:35 ` Sergei Shtylyov
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=4F7EDD35.3070203@mvista.com \
--to=sshtylyov@mvista.com \
--cc=benh@kernel.crashing.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.org \
--cc=pvo@apm.com \
--cc=rob.herring@calxeda.com \
--cc=tqnguyen@apm.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.