From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Wed, 16 Feb 2011 08:09:58 +0000 Subject: Re: [PATCH] spi: add support for SuperH SPI Message-Id: <4D5B8656.8090901@renesas.com> List-Id: References: <4D59D738.4070304@renesas.com> <20110216025950.GM28005@angua.secretlab.ca> In-Reply-To: <20110216025950.GM28005@angua.secretlab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Grant Likely Cc: David Brownell , spi-devel-general@lists.sourceforge.net, SH-Linux 2011/02/16 11:59, Grant Likely wrote: > On Tue, Feb 15, 2011 at 10:30:32AM +0900, Yoshihiro Shimoda wrote: >> The SH7757 has SPI0 module. This patch supports it. >> >> Signed-off-by: Yoshihiro Shimoda > > Merged, thanks. I made a few minor edits on style issues and to add > the __devinit/__devexit annotations to the probe/remove functions. > Please give it a spin to make sure I haven't broken anything when it > appears in my spi/next branch on git://git.secretlab.ca/git/linux-2.6 > (sometime in the next 6 hours). Thank you very much! I confirmed that the merged patch works correctly. Thanks, Yoshihiro Shimoda > g. > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Subject: Re: [PATCH] spi: add support for SuperH SPI Date: Wed, 16 Feb 2011 17:09:58 +0900 Message-ID: <4D5B8656.8090901@renesas.com> References: <4D59D738.4070304@renesas.com> <20110216025950.GM28005@angua.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: David Brownell , spi-devel-general@lists.sourceforge.net, SH-Linux To: Grant Likely Return-path: In-reply-to: <20110216025950.GM28005@angua.secretlab.ca> Sender: linux-sh-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org 2011/02/16 11:59, Grant Likely wrote: > On Tue, Feb 15, 2011 at 10:30:32AM +0900, Yoshihiro Shimoda wrote: >> The SH7757 has SPI0 module. This patch supports it. >> >> Signed-off-by: Yoshihiro Shimoda > > Merged, thanks. I made a few minor edits on style issues and to add > the __devinit/__devexit annotations to the probe/remove functions. > Please give it a spin to make sure I haven't broken anything when it > appears in my spi/next branch on git://git.secretlab.ca/git/linux-2.6 > (sometime in the next 6 hours). Thank you very much! I confirmed that the merged patch works correctly. Thanks, Yoshihiro Shimoda > g. >