All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: spi-devel-general@lists.sourceforge.net
Cc: Shubhrajyoti@ponder.secretlab.ca, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org, D <shubhrajyoti@ti.com>
Subject: Re: [PATCH 0/5] spi: omap2-mcspi: driver updates
Date: Tue, 27 Mar 2012 15:58:38 -0600	[thread overview]
Message-ID: <20120327215838.AB7C33E13A0@localhost> (raw)
In-Reply-To: <1332769480-28069-1-git-send-email-shubhrajyoti@ti.com>

On Mon, 26 Mar 2012 19:14:35 +0530, Shubhrajyoti D <shubhrajyoti@ti.com> wrote:
> The patch series does the following cleanups
> - Converts the spi to module_platform_driver
> - Use the devm functions so that the freeing need not 
>   be done in the driver.
> - Makes the driver use autosuspend
> - Folds Benoit's bus_num removal patch in the series
> 
> Changes from the previous version
> - Makes the driver use autosuspend
> - Folds Benoit's bus_num removal patch in the series
> 
> 
> This is also available through
> git     : git://gitorious.org/linus-tree/linus-tree.git
> branch  : spi

Hi Shubhrajyoti,

I'll queue these ones up for v3.5 unless you make the argument that
they are bug fixes that must go into v3.4.

g.

WARNING: multiple messages have this Message-ID (diff)
From: Grant Likely <grant.likely@secretlab.ca>
To: Shubhrajyoti D <shubhrajyoti@ti.com>,
	spi-devel-general@lists.sourceforge.net
Cc: Shubhrajyoti@ponder.secretlab.ca, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org, D <shubhrajyoti@ti.com>
Subject: Re: [PATCH 0/5] spi: omap2-mcspi: driver updates
Date: Tue, 27 Mar 2012 15:58:38 -0600	[thread overview]
Message-ID: <20120327215838.AB7C33E13A0@localhost> (raw)
In-Reply-To: <1332769480-28069-1-git-send-email-shubhrajyoti@ti.com>

On Mon, 26 Mar 2012 19:14:35 +0530, Shubhrajyoti D <shubhrajyoti@ti.com> wrote:
> The patch series does the following cleanups
> - Converts the spi to module_platform_driver
> - Use the devm functions so that the freeing need not 
>   be done in the driver.
> - Makes the driver use autosuspend
> - Folds Benoit's bus_num removal patch in the series
> 
> Changes from the previous version
> - Makes the driver use autosuspend
> - Folds Benoit's bus_num removal patch in the series
> 
> 
> This is also available through
> git     : git://gitorious.org/linus-tree/linus-tree.git
> branch  : spi

Hi Shubhrajyoti,

I'll queue these ones up for v3.5 unless you make the argument that
they are bug fixes that must go into v3.4.

g.

  parent reply	other threads:[~2012-03-28  4:43 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-26 13:44 [PATCH 0/5] spi: omap2-mcspi: driver updates Shubhrajyoti D
2012-03-26 13:44 ` Shubhrajyoti D
2012-03-26 13:44 ` Shubhrajyoti D
2012-03-26 13:44 ` [PATCH v2 1/5] spi/omap: Remove bus_num usage for instance index Shubhrajyoti D
2012-03-26 13:44   ` Shubhrajyoti D
2012-03-28  8:45   ` DebBarma, Tarun Kanti
2012-03-28  8:45     ` DebBarma, Tarun Kanti
2012-03-29  8:31     ` Shubhrajyoti Datta
2012-03-29  8:31       ` Shubhrajyoti Datta
     [not found] ` <1332769480-28069-1-git-send-email-shubhrajyoti-l0cyMroinI0@public.gmane.org>
2012-03-26 13:44   ` [PATCH v2 2/5] spi: omap2-mcspi: make it behave as a module Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44   ` [PATCH v2 3/5] spi: omap2-mcspi: convert to module_platform_driver Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44   ` [PATCH v2 4/5] spi: omap2-mcspi: use devm_* functions Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44   ` [PATCH v2 5/5] spi: omap2-mcspi: add support for pm_runtime autosuspend Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-26 13:44     ` Shubhrajyoti D
2012-03-27 21:58 ` Grant Likely [this message]
2012-03-27 21:58   ` [PATCH 0/5] spi: omap2-mcspi: driver updates Grant Likely
2012-03-28  5:48   ` Shubhrajyoti Datta
2012-03-28  5:48     ` Shubhrajyoti Datta

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=20120327215838.AB7C33E13A0@localhost \
    --to=grant.likely@secretlab.ca \
    --cc=Shubhrajyoti@ponder.secretlab.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=shubhrajyoti@ti.com \
    --cc=spi-devel-general@lists.sourceforge.net \
    /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.