All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, DCG_UPD_stlinux_kernel@list.st.com,
	linux-ide@vger.kernel.org
Subject: Re: [PATCH v3 3/3] ahci: st: Add support for ST's SATA IP
Date: Tue, 4 Mar 2014 09:04:09 -0500	[thread overview]
Message-ID: <20140304140409.GA30338@htj.dyndns.org> (raw)
In-Reply-To: <4575362.nxyAcPCJSW@amdc1032>

On Tue, Mar 04, 2014 at 02:48:54PM +0100, Bartlomiej Zolnierkiewicz wrote:
> 
> Hi,
> 
> On Wednesday, February 26, 2014 02:47:21 PM Lee Jones wrote:
> > ahci: st: Add support for ST's SATA IP
> > 
> > Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > 
> > diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> > index b4a9262..ee7a3dc 100644
> > --- a/drivers/ata/Kconfig
> > +++ b/drivers/ata/Kconfig
> > @@ -97,6 +97,15 @@ config SATA_AHCI_PLATFORM
> >  
> >  	  If unsure, say N.
> >  
> > +config SATA_AHCI_ST
> 
> It would be better to name it just ACHI_ST for consistency with
> existing config options (AHCI_IMX and AHCI_SUNXI).

The patch is already in for-3.15 branch.  Lee, can you please post an
incremental patch addressing Bart's review points?

Thanks.

-- 
tejun

WARNING: multiple messages have this Message-ID (diff)
From: tj@kernel.org (Tejun Heo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/3] ahci: st: Add support for ST's SATA IP
Date: Tue, 4 Mar 2014 09:04:09 -0500	[thread overview]
Message-ID: <20140304140409.GA30338@htj.dyndns.org> (raw)
In-Reply-To: <4575362.nxyAcPCJSW@amdc1032>

On Tue, Mar 04, 2014 at 02:48:54PM +0100, Bartlomiej Zolnierkiewicz wrote:
> 
> Hi,
> 
> On Wednesday, February 26, 2014 02:47:21 PM Lee Jones wrote:
> > ahci: st: Add support for ST's SATA IP
> > 
> > Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > 
> > diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> > index b4a9262..ee7a3dc 100644
> > --- a/drivers/ata/Kconfig
> > +++ b/drivers/ata/Kconfig
> > @@ -97,6 +97,15 @@ config SATA_AHCI_PLATFORM
> >  
> >  	  If unsure, say N.
> >  
> > +config SATA_AHCI_ST
> 
> It would be better to name it just ACHI_ST for consistency with
> existing config options (AHCI_IMX and AHCI_SUNXI).

The patch is already in for-3.15 branch.  Lee, can you please post an
incremental patch addressing Bart's review points?

Thanks.

-- 
tejun

  reply	other threads:[~2014-03-04 14:04 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 11:41 [PATCH v2 1/3] ata: ahci_st: Provide DT bindings for ST's SATA implementation Lee Jones
2014-02-25 11:41 ` Lee Jones
2014-02-25 11:41 ` Lee Jones
2014-02-25 11:41 ` [PATCH v2 2/3] ARM: DT: STi: Add DT node for ST's SATA device Lee Jones
2014-02-25 11:41   ` Lee Jones
2014-02-25 11:41 ` [PATCH v2 3/3] ahci: st: Add support for ST's SATA IP Lee Jones
2014-02-25 11:41   ` Lee Jones
2014-02-25 14:41   ` Tejun Heo
2014-02-25 14:41     ` Tejun Heo
2014-02-26 13:51     ` Tejun Heo
2014-02-26 13:51       ` Tejun Heo
2014-02-26 13:55       ` Lee Jones
2014-02-26 13:55         ` Lee Jones
2014-02-26 14:47   ` [PATCH v3 " Lee Jones
2014-02-26 14:47     ` Lee Jones
2014-03-04 13:48     ` Bartlomiej Zolnierkiewicz
2014-03-04 13:48       ` Bartlomiej Zolnierkiewicz
2014-03-04 14:04       ` Tejun Heo [this message]
2014-03-04 14:04         ` Tejun Heo
2014-03-12 11:42 ` [PATCH v2 1/3] ata: ahci_st: Provide DT bindings for ST's SATA implementation Mark Rutland
2014-03-12 11:42   ` Mark Rutland
2014-03-12 11:42   ` Mark Rutland
2014-03-12 12:48   ` Lee Jones
2014-03-12 12:48     ` Lee Jones
2014-03-12 16:06     ` Arnd Bergmann
2014-03-12 16:06       ` Arnd Bergmann
2014-03-12 16:06       ` Arnd Bergmann
2014-03-12 17:14       ` Lee Jones
2014-03-12 17:14         ` Lee Jones
2014-03-12 18:59         ` Arnd Bergmann
2014-03-12 18:59           ` 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=20140304140409.GA30338@htj.dyndns.org \
    --to=tj@kernel.org \
    --cc=DCG_UPD_stlinux_kernel@list.st.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.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.