From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Suchanek Subject: Re: [PATCH v3 00/13] sunxi spi fixes Date: Tue, 14 Jun 2016 06:50:27 +0200 Message-ID: References: <20160613195716.GD9354@lukather> Reply-To: hramrach-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20160613195716.GD9354@lukather> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Maxime Ripard Cc: linux-sunxi , stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Chen-Yu Tsai , Russell King , Mark Brown , Arnd Bergmann , Olof Johansson , Krzysztof Kozlowski , Javier Martinez Canillas , Simon Horman , Sjoerd Simons , Thierry Reding , Alison Wang , Timo Sigurdsson , Jonathan Liu , Gerhard Bertelsmann , Priit Laes , devicetree List-Id: devicetree@vger.kernel.org Hello, On 13 June 2016 at 21:57, Maxime Ripard wrote: > On Mon, Jun 13, 2016 at 05:46:48PM -0000, Michal Suchanek wrote: >> Hello, >> >> This is update of the sunxi spi patches that should give full-featured SPI >> driver. >> >> First three patches fix issues with the current driver and can be of use for >> stable kernels so adding cc for those. >> >> I merged the sun4i and sun6i driver because there several issues that need to >> be fixed in both separately and they are even out of sync wrt some fixes. >> I guess some of the merge patches can be squashed. >> >> I tested this with A10s Olinuxino Micro. I have no sun6i device so I cannot >> tell if that side was broken by this patchset - especially the last patch that >> adds DMA was afaik never tested on sun6i. > > So, you didn't run that code through checkpatch and you rewrite the > whole thing entirely without even testing it... Awesome. Aside from the DMA part this is not a rewrite. And I did run the code through checkpatch. It still gives some warnings about BUG_ON and overly long lines, sure. II don't think those are that serious or that fixing them would improve the code. Thanks Michal