From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rich Felker Date: Thu, 04 Aug 2016 04:30:17 +0000 Subject: Re: [PATCH v5 2/2] spi: add driver for J-Core SPI controller Message-Id: <20160804043017.GG15995@brightrain.aerifal.cx> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Rob Herring Cc: "linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , SH-Linux , Mark Brown , Mark Rutland On Wed, Aug 03, 2016 at 08:16:43AM -0500, Rob Herring wrote: > On Sun, Apr 3, 2016 at 12:12 AM, Rich Felker wrote: > > The date on your patch emails is way off. Thanks for catching this. I tweaked my email-prep scripts to improve coverage of who to send to, and somehow lost the part that deletes the bogus Date: headers from git-format-patch output. I'll resend since the messages were probably missed by their intended recipients. > > The J-Core "spi2" device is a PIO-based SPI master controller. It > > differs from "bitbang" devices in that that it's clocked in hardware > > rather than via soft clock modulation over gpio, and performs > > byte-at-a-time transfers between the cpu and SPI controller. > > > > This driver will be extended to support future versions of the J-Core > > SPI controller with DMA transfers when they become available. > > > > Signed-off-by: Rich Felker > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933244AbcHDEjH (ORCPT ); Thu, 4 Aug 2016 00:39:07 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:59559 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933124AbcHDEjD (ORCPT ); Thu, 4 Aug 2016 00:39:03 -0400 Date: Thu, 4 Aug 2016 00:30:17 -0400 From: Rich Felker To: Rob Herring Cc: "linux-spi@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , SH-Linux , Mark Brown , Mark Rutland Subject: Re: [PATCH v5 2/2] spi: add driver for J-Core SPI controller Message-ID: <20160804043017.GG15995@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 03, 2016 at 08:16:43AM -0500, Rob Herring wrote: > On Sun, Apr 3, 2016 at 12:12 AM, Rich Felker wrote: > > The date on your patch emails is way off. Thanks for catching this. I tweaked my email-prep scripts to improve coverage of who to send to, and somehow lost the part that deletes the bogus Date: headers from git-format-patch output. I'll resend since the messages were probably missed by their intended recipients. > > The J-Core "spi2" device is a PIO-based SPI master controller. It > > differs from "bitbang" devices in that that it's clocked in hardware > > rather than via soft clock modulation over gpio, and performs > > byte-at-a-time transfers between the cpu and SPI controller. > > > > This driver will be extended to support future versions of the J-Core > > SPI controller with DMA transfers when they become available. > > > > Signed-off-by: Rich Felker > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rich Felker Subject: Re: [PATCH v5 2/2] spi: add driver for J-Core SPI controller Date: Thu, 4 Aug 2016 00:30:17 -0400 Message-ID: <20160804043017.GG15995@brightrain.aerifal.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: "linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , SH-Linux , Mark Brown , Mark Rutland List-Id: devicetree@vger.kernel.org On Wed, Aug 03, 2016 at 08:16:43AM -0500, Rob Herring wrote: > On Sun, Apr 3, 2016 at 12:12 AM, Rich Felker wrote: > > The date on your patch emails is way off. Thanks for catching this. I tweaked my email-prep scripts to improve coverage of who to send to, and somehow lost the part that deletes the bogus Date: headers from git-format-patch output. I'll resend since the messages were probably missed by their intended recipients. > > The J-Core "spi2" device is a PIO-based SPI master controller. It > > differs from "bitbang" devices in that that it's clocked in hardware > > rather than via soft clock modulation over gpio, and performs > > byte-at-a-time transfers between the cpu and SPI controller. > > > > This driver will be extended to support future versions of the J-Core > > SPI controller with DMA transfers when they become available. > > > > Signed-off-by: Rich Felker > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html