From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751937AbaCIGOg (ORCPT ); Sun, 9 Mar 2014 01:14:36 -0500 Received: from mail-pd0-f173.google.com ([209.85.192.173]:47662 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbaCIGOe (ORCPT ); Sun, 9 Mar 2014 01:14:34 -0500 Date: Sat, 8 Mar 2014 22:14:39 -0800 From: Olof Johansson To: Arnd Bergmann Cc: Christian Daudt , "linux-arm-kernel@lists.infradead.org" , Kevin Hilman , Matt Porter , Linus Walleij , Sherman Yin , "linux-kernel@vger.kernel.org" , arm@kernel.org Subject: Re: [GIT PULL] bcm pinctrl rename Message-ID: <20140309061439.GC16310@quad.lixom.net> References: <20140221222947.GB13233@quad.lixom.net> <201402252018.34109.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201402252018.34109.arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 25, 2014 at 08:18:33PM +0100, Arnd Bergmann wrote: > On Tuesday 25 February 2014, Christian Daudt wrote: > > Can you please pull the patches below. Note that if you wanto to > > absolutely reduce this to the bone, you can drop the last patch in the > > series titled "pinctrl: Rename Broadcom Capri pinctrl binding". That > > is the documentation fixup, so the binding doc will be wrong until > > 3.15. But that will reduce the change to just 2 lines :) > > I've gone through the remaining pull requests today but didn't touch > this one. Since Olof asked for the changes, I'm expecting him to > look at the new version first. I don't have an opinion on the contents > myself. Yep, pulled now. I noticed a typo in one of the binding file examples that you might want to fix, but it's not urgent for 3.14: @@ -119,7 +119,7 @@ Optional Properties (for HDMI pins): Example: // pin controller node pinctrl@35004800 { - compatible = "brcm,capri-pinctrl"; + compatible = "brcmbcm11351-pinctrl"; reg = <0x35004800 0x430>; -Olof