Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753786AbcCIRuP (ORCPT ); Wed, 9 Mar 2016 12:50:15 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:43956 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbcCIRuN (ORCPT ); Wed, 9 Mar 2016 12:50:13 -0500 Subject: Re: [PATCH 2/3] pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC To: Linus Walleij References: <1457005303-26829-1-git-send-email-yendapally.reddy@broadcom.com> <1457005303-26829-3-git-send-email-yendapally.reddy@broadcom.com> Cc: Yendapally Reddy Dhananjaya Reddy , Ray Jui , Stefan Wahren , Florian Fainelli , Pramod KUMAR , Jonathan Bell , Scott Branden , "linux-kernel@vger.kernel.org" , bcm-kernel-feedback-list , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" From: Stephen Warren Message-ID: <56E06251.3020502@wwwdotorg.org> Date: Wed, 9 Mar 2016 10:50:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 22 On 03/09/2016 04:04 AM, Linus Walleij wrote: > On Thu, Mar 3, 2016 at 6:41 PM, Yendapally Reddy Dhananjaya Reddy > wrote: > >> This adds the initial support of the Broadcom NS2 pinmux driver >> >> Signed-off-by: Yendapally Reddy Dhananjaya Reddy > > Now yet another Broadcom driver! > > Can I get the help of the maintainers of the other > Broadcom drivers to say: > > - If this looks sane > > - If this hardware looks suspiciously similar to one of the > other drivers and should rather me a subdriver of one of > the existing ones Based on this patch, I don't quickly see any obvious relation between this HW and bcm2835. I don't know anything about other bcm pinmux, so didn't check those.