From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 0/5] spi: omap2-mcspi: driver updates Date: Tue, 27 Mar 2012 15:58:38 -0600 Message-ID: <20120327215838.AB7C33E13A0@localhost> References: <1332769480-28069-1-git-send-email-shubhrajyoti@ti.com> Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:62090 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281Ab2C1En1 (ORCPT ); Wed, 28 Mar 2012 00:43:27 -0400 Received: by mail-pb0-f46.google.com with SMTP id un15so1206036pbc.19 for ; Tue, 27 Mar 2012 21:43:26 -0700 (PDT) In-Reply-To: <1332769480-28069-1-git-send-email-shubhrajyoti@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: spi-devel-general@lists.sourceforge.net Cc: Shubhrajyoti@ponder.secretlab.ca, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, D On Mon, 26 Mar 2012 19:14:35 +0530, Shubhrajyoti D 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.