Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932873AbdLRLA6 (ORCPT ); Mon, 18 Dec 2017 06:00:58 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:42567 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758135AbdLRLA4 (ORCPT ); Mon, 18 Dec 2017 06:00:56 -0500 X-Google-Smtp-Source: ACJfBouxtTakjqu2NWvny7ucgvQorwzLgq+FxS4Fu6S7MAg2vCAiS8v3XlvqbJrJ6sjSeIkRp04zPQ== Subject: Re: [PATCH 1/1] arm: sunxi: Add alternative pins for spi0 To: Maxime Ripard Cc: Stefan Mavrodiev , linux-sunxi@googlegroups.com, Rob Herring , Mark Rutland , Russell King , Chen-Yu Tsai , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM PORT" , open list References: <1513151074-6888-1-git-send-email-stefan@olimex.com> <20171213154035.qc655iahjoeflftq@flea.lan> <5f518e4b-e624-17c2-7e72-24ba930a1c15@gmail.com> <20171215150823.jplgknururmkvp2t@flea.lan> <20171218092814.n5ptd5mhvo4nkjgq@flea.lan> From: Stefan Mavrodiev Organization: Olimex Ltd. Message-ID: <68c1f3e9-38f6-1654-f08f-c9a9c053c1d2@gmail.com> Date: Mon, 18 Dec 2017 13:00:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171218092814.n5ptd5mhvo4nkjgq@flea.lan> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1435 Lines: 37 On 12/18/2017 11:28 AM, Maxime Ripard wrote: > On Mon, Dec 18, 2017 at 08:24:21AM +0200, Stefan Mavrodiev wrote: >> On 12/15/2017 05:08 PM, Maxime Ripard wrote: >>> Hi, >>> >>> On Thu, Dec 14, 2017 at 08:24:54AM +0200, Stefan Mavrodiev wrote: >>>> On 12/13/2017 05:40 PM, Maxime Ripard wrote: >>>>> Hi, >>>>> >>>>> On Wed, Dec 13, 2017 at 09:44:34AM +0200, Stefan Mavrodiev wrote: >>>>>> Allwinner A10/A13/A20 SoCs have pinmux for spi0 >>>>>> on port C. The patch adds these pins in the respective >>>>>> dts includes. >>>>>> >>>>>> Signed-off-by: Stefan Mavrodiev >>>>> Do you have any boards that are using these? >>>>> >>>>> We won't merge that patch if there's no users for it. >>>> A20-OLinuXino-Lime/Lime2 and A10-OLinuXino-Lime with spi flash. >>>> For A13 we still doesn't have that option. >>> If this bus is exposed on the headers, you can add those to the DT but >>> leave them disabled if you want. Buf if there's no users of those >>> nodes, our policy is not to merge them. >> So basically I should resend the patch, enabling the those pins only for >> sun4i and sun7i platform? > I'm not quite sure what you mean, but you should do something like > 77df9d66b0b1ad01c685fd6341ce501493899658 > > Maxime > I guess, since this patch actually supports optional component, it shouldn't be applied. (This is already commented here: https://patchwork.kernel.org/patch/10076721/ ) Thanks, Stefan Mavrodiev