From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755574AbcFQKfc (ORCPT ); Fri, 17 Jun 2016 06:35:32 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36066 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752094AbcFQKf0 (ORCPT ); Fri, 17 Jun 2016 06:35:26 -0400 MIME-Version: 1.0 In-Reply-To: <20160613195716.GD9354@lukather> References: <20160613195716.GD9354@lukather> From: Michal Suchanek Date: Fri, 17 Jun 2016 12:34:44 +0200 Message-ID: Subject: Re: [PATCH v3 00/13] sunxi spi fixes To: Maxime Ripard Cc: linux-sunxi , stable@vger.kernel.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 , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Mailing List , linux-spi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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. > > > For the record, I'm still very much opposed to such a merge. > What is the reason against the merge? I did not find the original discussion. I tried to rename everything in the drivers from sun4i and sun6i to sunxi to look at a clean diff and found about 5 differences 2 of which look like a bug. Thanks Michal