From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759584AbbCDRbW (ORCPT ); Wed, 4 Mar 2015 12:31:22 -0500 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:59143 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754378AbbCDRbT (ORCPT ); Wed, 4 Mar 2015 12:31:19 -0500 X-IronPort-AV: E=Sophos;i="5.09,688,1418112000"; d="scan'208";a="58741029" Message-ID: <54F74163.8060801@broadcom.com> Date: Wed, 4 Mar 2015 09:31:15 -0800 From: Ray Jui User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Linus Walleij CC: Stephen Warren , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Scott Branden , Dmitry Torokhov , Anatol Pomazau , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , bcm-kernel-feedback-list , "devicetree@vger.kernel.org" Subject: Re: [PATCH v4 1/4] pinctrl: bcm: consolidate Broadcom pinctrl drivers References: <1423015801-26967-1-git-send-email-rjui@broadcom.com> <1423015801-26967-2-git-send-email-rjui@broadcom.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On 3/4/2015 1:07 AM, Linus Walleij wrote: > On Wed, Feb 4, 2015 at 3:09 AM, Ray Jui wrote: > >> Consolidate Broadcom pinctrl drivers into drivers/pinctrl/bcm/* >> >> Signed-off-by: Ray Jui > > This patch doesn't apply so it needs to be rebased on v4.0-rc1 and resent. > > And also when just moving files, always do this: > > git format-patch -M ... > > So that file movement is detected, and the patch will apply nicely even > if the contents of the file(s) have changed. > > Can you also combine this series with the v9 GPIO etc series and > send out ONE big patch set that I can look at because right now I'm > getting really confused ... > > I'll look over the rest and see if there is some remaining technical > comments (hopefully mainly patch mechanics remains). > > Yours, > Linus Walleij > Okay. I'll rebase to v4.0-rc1 and consolidate both pinmux and gpio pinctrl patch series into one, which will be PATCH v5. Thanks, Ray