From: David Daney <ddaney@caviumnetworks.com>
To: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: tj@kernel.org, hdegoede@redhat.com, david.daney@cavium.com,
aleksey.makarov@caviumnetworks.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org
Subject: Re: [PATCH v6] SATA: OCTEON: support SATA on OCTEON platform
Date: Tue, 2 Feb 2016 10:37:50 -0800 [thread overview]
Message-ID: <56B0F77E.30602@caviumnetworks.com> (raw)
In-Reply-To: <1454437485-48009-1-git-send-email-Zubair.Kakakhel@imgtec.com>
On 02/02/2016 10:24 AM, Zubair Lutfullah Kakakhel wrote:
> From: Aleksey Makarov <aleksey.makarov@caviumnetworks.com>
>
> The OCTEON SATA controller is currently found on cn71XX devices.
>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Acked-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: David Daney <david.daney@cavium.com>
> Signed-off-by: Vinita Gupta <vgupta@caviumnetworks.com>
> Signed-off-by: Aleksey Makarov <aleksey.makarov@auriga.com>
Typically, someone sending a patch would append their own Signed-off-by:
I suggest that you do the same. I think Documentation/SubmittingPatches
section 11 talks about how to do this.
>
> ---
> Changes in v6
> - Rebase to v4.5-rc1
> - Tested by Zubair Kakakhel on utm8 platform (CN7130 based)
>
> Changes in v5:
> - Sparse warnings are fixed
> - Device tree docs are improved
>
> Changes in v4:
> - The call to dma_coerce_mask_and_coherent() was removed as suggested
> by Arnd Bergmann dma_mask and coherent_dma_mask are actually set
> in the ahci_platform_init_host() (libahci_platform.c)
>
> Changes in v3:
> - Rebased to v4.0-rc2
> - Cosmetic changes
>
> Changes in v2:
> - The driver was rewritten as a driver for the UCTL SATA controller glue.
> It allowed to get rid of the most changes in ahci_platform.c
> - Documentation for the device tree bindings was fixed.
> ---
> .../devicetree/bindings/ata/ahci-platform.txt | 1 +
> .../devicetree/bindings/mips/cavium/sata-uctl.txt | 42 ++++++
> drivers/ata/Kconfig | 9 ++
> drivers/ata/Makefile | 1 +
> drivers/ata/ahci_platform.c | 2 +
> drivers/ata/sata_octeon.c | 155 +++++++++++++++++++++
> 6 files changed, 210 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mips/cavium/sata-uctl.txt
> create mode 100644 drivers/ata/sata_octeon.c
>
[...]
WARNING: multiple messages have this Message-ID (diff)
From: David Daney <ddaney@caviumnetworks.com>
To: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: <tj@kernel.org>, <hdegoede@redhat.com>, <david.daney@cavium.com>,
<aleksey.makarov@caviumnetworks.com>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-ide@vger.kernel.org>
Subject: Re: [PATCH v6] SATA: OCTEON: support SATA on OCTEON platform
Date: Tue, 2 Feb 2016 10:37:50 -0800 [thread overview]
Message-ID: <56B0F77E.30602@caviumnetworks.com> (raw)
In-Reply-To: <1454437485-48009-1-git-send-email-Zubair.Kakakhel@imgtec.com>
On 02/02/2016 10:24 AM, Zubair Lutfullah Kakakhel wrote:
> From: Aleksey Makarov <aleksey.makarov@caviumnetworks.com>
>
> The OCTEON SATA controller is currently found on cn71XX devices.
>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Acked-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: David Daney <david.daney@cavium.com>
> Signed-off-by: Vinita Gupta <vgupta@caviumnetworks.com>
> Signed-off-by: Aleksey Makarov <aleksey.makarov@auriga.com>
Typically, someone sending a patch would append their own Signed-off-by:
I suggest that you do the same. I think Documentation/SubmittingPatches
section 11 talks about how to do this.
>
> ---
> Changes in v6
> - Rebase to v4.5-rc1
> - Tested by Zubair Kakakhel on utm8 platform (CN7130 based)
>
> Changes in v5:
> - Sparse warnings are fixed
> - Device tree docs are improved
>
> Changes in v4:
> - The call to dma_coerce_mask_and_coherent() was removed as suggested
> by Arnd Bergmann dma_mask and coherent_dma_mask are actually set
> in the ahci_platform_init_host() (libahci_platform.c)
>
> Changes in v3:
> - Rebased to v4.0-rc2
> - Cosmetic changes
>
> Changes in v2:
> - The driver was rewritten as a driver for the UCTL SATA controller glue.
> It allowed to get rid of the most changes in ahci_platform.c
> - Documentation for the device tree bindings was fixed.
> ---
> .../devicetree/bindings/ata/ahci-platform.txt | 1 +
> .../devicetree/bindings/mips/cavium/sata-uctl.txt | 42 ++++++
> drivers/ata/Kconfig | 9 ++
> drivers/ata/Makefile | 1 +
> drivers/ata/ahci_platform.c | 2 +
> drivers/ata/sata_octeon.c | 155 +++++++++++++++++++++
> 6 files changed, 210 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mips/cavium/sata-uctl.txt
> create mode 100644 drivers/ata/sata_octeon.c
>
[...]
next prev parent reply other threads:[~2016-02-02 18:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-02 18:24 [PATCH v6] SATA: OCTEON: support SATA on OCTEON platform Zubair Lutfullah Kakakhel
2016-02-02 18:24 ` Zubair Lutfullah Kakakhel
2016-02-02 18:37 ` David Daney [this message]
2016-02-02 18:37 ` David Daney
2016-02-02 20:48 ` Arnd Bergmann
2016-02-03 13:24 ` Zubair Lutfullah Kakakhel
2016-02-03 13:24 ` Zubair Lutfullah Kakakhel
2016-02-03 13:41 ` Arnd Bergmann
2016-02-03 14:44 ` Zubair Lutfullah Kakakhel
2016-02-03 14:44 ` Zubair Lutfullah Kakakhel
2016-02-03 13:47 ` Arnd Bergmann
2016-02-03 14:44 ` Zubair Lutfullah Kakakhel
2016-02-03 14:44 ` Zubair Lutfullah Kakakhel
2016-02-03 15:31 ` Arnd Bergmann
2016-02-03 16:02 ` Zubair Lutfullah Kakakhel
2016-02-03 16:02 ` Zubair Lutfullah Kakakhel
2016-02-03 16:23 ` Arnd Bergmann
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=56B0F77E.30602@caviumnetworks.com \
--to=ddaney@caviumnetworks.com \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=aleksey.makarov@caviumnetworks.com \
--cc=david.daney@cavium.com \
--cc=devicetree@vger.kernel.org \
--cc=hdegoede@redhat.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@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.