Received: by 10.213.65.68 with SMTP id h4csp417275imn; Fri, 23 Mar 2018 07:24:06 -0700 (PDT) X-Google-Smtp-Source: AG47ELtaz1QFePhmimtT1nfp2cpBA8GBQCBGXZynhPkyNG7Fbh0glrBqm6d8I6/rcbY0nHWDyZ3y X-Received: by 10.98.69.142 with SMTP id n14mr13061984pfi.42.1521815046854; Fri, 23 Mar 2018 07:24:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521815046; cv=none; d=google.com; s=arc-20160816; b=xuZfOBrditv3JPRNjHzjsPgagb7FS03P391y10tw6dLe0hGalSZ/ya0h8fBF9fZBU1 QWlxscyaNqVPRpFeG6YdMoQC+wMSmgeRUzBIek+S6Go+rGTFCOx6rOu6AxciCTsZSBBG P9Bp8lrFj/Y4Jaoq5Iu3kZZWLh5d6NTFcymCcoqjlZDWm5s6s5nWsHxyCMuSPVMzj0XR nhCe4zavuhZiLpN4cnFBg6+QAdJbb2WWhNcTy1YTG6i4VhcJGQDSVwc3G8t8E4si2ztx 0Ec8rDWiMOBQH9vo+Trh14EKVEX8n3gu8xikxCyIRKLN96K0p8h4J7QJssYvP5PoYEmu ufeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=il2yrpaTlyq5B3RwDCJTMQdkitBdnUKHfTz5wit198c=; b=WSwK0rxOw1BtvDnkJ4/QMg8jEYp4RhCUjiYRvtmTiJIAbG4jfA/2puAvBQOPEiIrCt Nn011NfHzDoq7PkXfjad+8Na0i5wiMCXv90+86Z5zLUlNua80g3Hspmg73UeDbK5rVab D9M7adw+pwcptdbT7IlWjF3f04jWU2Aqb70s+XB5tT+M5KcaHE1Ig8qd5psxUvBbvba4 hQ5VAnBSn0v21m0LfM51q0K/YaT8rVeeKyshxX0W5d/w0hSJz2Elvd5dNVIMTtg3j3Kv vtyGYvM5E9NNLGX62GqumDUq/r3DKl30HShuvO//8ait8nM7oARv4XVHDhCJRnQEDHai x+Iw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y12si5236990pfl.229.2018.03.23.07.23.51; Fri, 23 Mar 2018 07:24:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752166AbeCWOWj (ORCPT + 99 others); Fri, 23 Mar 2018 10:22:39 -0400 Received: from muru.com ([72.249.23.125]:33420 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbeCWOWi (ORCPT ); Fri, 23 Mar 2018 10:22:38 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3219880C7; Fri, 23 Mar 2018 14:23:50 +0000 (UTC) Date: Fri, 23 Mar 2018 07:22:34 -0700 From: Tony Lindgren To: Linus Walleij Cc: David Lechner , Haojian Zhuang , Linux ARM , Linux-OMAP , "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0 Message-ID: <20180323142234.GH5799@atomide.com> References: <1519077427-30165-1-git-send-email-david@lechnology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Walleij [180323 03:02]: > On Mon, Feb 19, 2018 at 10:57 PM, David Lechner wrote: > > > This fixes pcs_request_gpio() in the pinctrl-single driver when > > bits_per_mux != 0. It appears this was overlooked when the multiple > > pins per register feature was added. > > > > Fixes: 4e7e8017a80e ("pinctrl: pinctrl-single: enhance to configure multiple pins of different modules") > > Signed-off-by: David Lechner > > --- > > > > v2 changes: > > - don't wrap Fixes: line in commit message since it is a special machine- > > readable line. > > Tony/Haojian: are you OK with this change? No objections from me, would be good if Haojian could test it with his test cases though. Regards, Tony