From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752171AbeCWOWj (ORCPT ); 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 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 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