All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Lior Amsalem <alior@marvell.com>, Andrew Lunn <andrew@lunn.ch>,
	Jason Cooper <jason@lakedaemon.net>,
	Tawfik Bayouk <tawfik@marvell.com>,
	linux-ide@vger.kernel.org, Nadav Haklai <nadavh@marvell.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	Tejun Heo <tj@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x
Date: Mon, 14 Apr 2014 18:19:20 +0200	[thread overview]
Message-ID: <20140414181920.1e309019@skate> (raw)
In-Reply-To: <10589751.qhi630WAFs@amdc1032>

Dear Bartlomiej Zolnierkiewicz,

On Mon, 14 Apr 2014 18:13:07 +0200, Bartlomiej Zolnierkiewicz wrote:
> On Monday, April 14, 2014 06:01:42 PM Thomas Petazzoni wrote:
> > Dear Bartlomiej Zolnierkiewicz,
> > 
> > On Mon, 14 Apr 2014 17:53:37 +0200, Bartlomiej Zolnierkiewicz wrote:
> > 
> > > >  * Fixed the module alias name. Suggested by Bartlomiej
> > > >    Zolnierkiewicz.
> > > 
> > > Well, you could have also added a comment explaining the lack of
> > > the Power Management support..
> > 
> > True, sorry for this. Should I resend a new version of the patch series
> > with an indication about this in the commit log? Or is this OK as it is?
> 
> Please include the comment in the next revision if this is not too much
> trouble (I assume that you would like to do another re-spin just to add
> Acked-by/Reviewed-by tags anyway).

Well, I wasn't planning on re-spinning just to add Acked-by/Reviewed-by
tags, as those are generally added by the subsystem maintainers when
applying the patches. Though if Tejun says otherwise, I can definitely
re-spin without any problem.

Tejun, just let me know what you prefer.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x
Date: Mon, 14 Apr 2014 18:19:20 +0200	[thread overview]
Message-ID: <20140414181920.1e309019@skate> (raw)
In-Reply-To: <10589751.qhi630WAFs@amdc1032>

Dear Bartlomiej Zolnierkiewicz,

On Mon, 14 Apr 2014 18:13:07 +0200, Bartlomiej Zolnierkiewicz wrote:
> On Monday, April 14, 2014 06:01:42 PM Thomas Petazzoni wrote:
> > Dear Bartlomiej Zolnierkiewicz,
> > 
> > On Mon, 14 Apr 2014 17:53:37 +0200, Bartlomiej Zolnierkiewicz wrote:
> > 
> > > >  * Fixed the module alias name. Suggested by Bartlomiej
> > > >    Zolnierkiewicz.
> > > 
> > > Well, you could have also added a comment explaining the lack of
> > > the Power Management support..
> > 
> > True, sorry for this. Should I resend a new version of the patch series
> > with an indication about this in the commit log? Or is this OK as it is?
> 
> Please include the comment in the next revision if this is not too much
> trouble (I assume that you would like to do another re-spin just to add
> Acked-by/Reviewed-by tags anyway).

Well, I wasn't planning on re-spinning just to add Acked-by/Reviewed-by
tags, as those are generally added by the subsystem maintainers when
applying the patches. Though if Tejun says otherwise, I can definitely
re-spin without any problem.

Tejun, just let me know what you prefer.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-14 14:34 [PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x Thomas Petazzoni
2014-04-14 14:34 ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 1/5] Documentation: dt-bindings: reformat and order list of ahci-platform compatibles Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 15:14   ` Andrew Lunn
2014-04-14 15:14     ` Andrew Lunn
2014-04-14 14:34 ` [PATCH v2 2/5] ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 3/5] ARM: mvebu: add Device Tree description of AHCI interfaces on Armada 38x Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 4/5] ARM: configs: add ahci_mvebu to mvebu_v7_defconfig Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 5/5] ARM: configs: add ahci_mvebu to multi_v7_defconfig Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 15:21 ` [PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x Andrew Lunn
2014-04-14 15:21   ` Andrew Lunn
2014-04-14 15:53 ` Bartlomiej Zolnierkiewicz
2014-04-14 15:53   ` Bartlomiej Zolnierkiewicz
2014-04-14 16:01   ` Thomas Petazzoni
2014-04-14 16:01     ` Thomas Petazzoni
2014-04-14 16:13     ` Bartlomiej Zolnierkiewicz
2014-04-14 16:13       ` Bartlomiej Zolnierkiewicz
2014-04-14 16:19       ` Thomas Petazzoni [this message]
2014-04-14 16:19         ` Thomas Petazzoni
2014-04-14 17:46         ` Tejun Heo
2014-04-14 17:46           ` Tejun Heo
2014-04-14 18:44           ` Thomas Petazzoni
2014-04-14 18:44             ` Thomas Petazzoni
2014-04-16 17:07             ` Jason Cooper
2014-04-16 17:07               ` Jason Cooper

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=20140414181920.1e309019@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=alior@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=b.zolnierkie@samsung.com \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=nadavh@marvell.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=tawfik@marvell.com \
    --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.