From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757367AbbA0AOf (ORCPT ); Mon, 26 Jan 2015 19:14:35 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:35306 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756168AbbA0AO1 (ORCPT ); Mon, 26 Jan 2015 19:14:27 -0500 Date: Tue, 27 Jan 2015 00:14:19 +0000 From: Mark Brown To: Ricardo Ribalda Delgado Cc: Michal Simek , =?iso-8859-1?Q?S=F6ren?= Brinkmann , linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Message-ID: <20150127001419.GO21293@sirena.org.uk> References: <1422029330-10971-1-git-send-email-ricardo.ribalda@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="T3X/gqwmxfK0WLE8" Content-Disposition: inline In-Reply-To: <1422029330-10971-1-git-send-email-ricardo.ribalda@gmail.com> X-Cookie: My LESLIE GORE record is BROKEN ... User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 94.175.94.161 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH 00/18] spi/xilinx: Speed-up X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --T3X/gqwmxfK0WLE8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 23, 2015 at 05:08:32PM +0100, Ricardo Ribalda Delgado wrote: > This set of patches has been developed after using the core to access a s= pi > nor flash. The initial performance was not as desired. The following chan= ges > have been done. In general the best way to present a series is to start off with any bug fixes (so they can be sent to Linus and stable if needed), then move on to mechanical and stylistic cleanups (since they tend to be easy to review and apply) and finally move on to new functionality (since that is most likely to run into review problems and the cleanups should help review). =20 > spi/xilinx: Support for spi mode LOOP > spi/xilinx: Simplify data read from the Rx FIFO > spi-xilinx: Simplify spi_fill_tx_fifo spi-xilinx? --T3X/gqwmxfK0WLE8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJUxthaAAoJECTWi3JdVIfQvM0H/RUTIKxyqWSI0rmnTeamiy5U LE1NUOz6tDgWDbc7vJjj13MsK1RACWRirfZDvD5GDHZXKJW8buIMSBF2jkFOSaLd Ngn3+L7RK+dsS0Hv0wOj6Gdodrz9SGdTOCKQ56Z9yDHC7HWRZSKKVlOfTW0tShRw RvbbEPP2dpTBe/7BUq7MQbmW+niNED00HtTKRj+ZGDMCFKrcpOsWFziW6/vsIfGH 2hFh2La3VRTa38p4q3y8YSODLV66H9f+9LJfHZO7xG38C79EdVVl1ISccPxvh21l UOigq5GdvV2Xwm5D2B1rwsw+dzOcBwg9J9U9HJ4UrEk8tLWd0DgwlRqufYcphIs= =+k5F -----END PGP SIGNATURE----- --T3X/gqwmxfK0WLE8-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 00/18] spi/xilinx: Speed-up Date: Tue, 27 Jan 2015 00:14:19 +0000 Message-ID: <20150127001419.GO21293@sirena.org.uk> References: <1422029330-10971-1-git-send-email-ricardo.ribalda@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="T3X/gqwmxfK0WLE8" Cc: Michal Simek , =?iso-8859-1?Q?S=F6ren?= Brinkmann , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ricardo Ribalda Delgado Return-path: Content-Disposition: inline In-Reply-To: <1422029330-10971-1-git-send-email-ricardo.ribalda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: --T3X/gqwmxfK0WLE8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 23, 2015 at 05:08:32PM +0100, Ricardo Ribalda Delgado wrote: > This set of patches has been developed after using the core to access a s= pi > nor flash. The initial performance was not as desired. The following chan= ges > have been done. In general the best way to present a series is to start off with any bug fixes (so they can be sent to Linus and stable if needed), then move on to mechanical and stylistic cleanups (since they tend to be easy to review and apply) and finally move on to new functionality (since that is most likely to run into review problems and the cleanups should help review). =20 > spi/xilinx: Support for spi mode LOOP > spi/xilinx: Simplify data read from the Rx FIFO > spi-xilinx: Simplify spi_fill_tx_fifo spi-xilinx? --T3X/gqwmxfK0WLE8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJUxthaAAoJECTWi3JdVIfQvM0H/RUTIKxyqWSI0rmnTeamiy5U LE1NUOz6tDgWDbc7vJjj13MsK1RACWRirfZDvD5GDHZXKJW8buIMSBF2jkFOSaLd Ngn3+L7RK+dsS0Hv0wOj6Gdodrz9SGdTOCKQ56Z9yDHC7HWRZSKKVlOfTW0tShRw RvbbEPP2dpTBe/7BUq7MQbmW+niNED00HtTKRj+ZGDMCFKrcpOsWFziW6/vsIfGH 2hFh2La3VRTa38p4q3y8YSODLV66H9f+9LJfHZO7xG38C79EdVVl1ISccPxvh21l UOigq5GdvV2Xwm5D2B1rwsw+dzOcBwg9J9U9HJ4UrEk8tLWd0DgwlRqufYcphIs= =+k5F -----END PGP SIGNATURE----- --T3X/gqwmxfK0WLE8-- -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@kernel.org (Mark Brown) Date: Tue, 27 Jan 2015 00:14:19 +0000 Subject: [PATCH 00/18] spi/xilinx: Speed-up In-Reply-To: <1422029330-10971-1-git-send-email-ricardo.ribalda@gmail.com> References: <1422029330-10971-1-git-send-email-ricardo.ribalda@gmail.com> Message-ID: <20150127001419.GO21293@sirena.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jan 23, 2015 at 05:08:32PM +0100, Ricardo Ribalda Delgado wrote: > This set of patches has been developed after using the core to access a spi > nor flash. The initial performance was not as desired. The following changes > have been done. In general the best way to present a series is to start off with any bug fixes (so they can be sent to Linus and stable if needed), then move on to mechanical and stylistic cleanups (since they tend to be easy to review and apply) and finally move on to new functionality (since that is most likely to run into review problems and the cleanups should help review). > spi/xilinx: Support for spi mode LOOP > spi/xilinx: Simplify data read from the Rx FIFO > spi-xilinx: Simplify spi_fill_tx_fifo spi-xilinx? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: