From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH] pinctrl: rockchip: Add rk3328 pinctrl support Date: Thu, 26 Jan 2017 16:07:46 +0100 Message-ID: <24353895.ALOnc7lYnh@diego> References: <1485074286-7863-1-git-send-email-david.wu@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from gloria.sntech.de ([95.129.55.99]:38776 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752281AbdAZPIB (ORCPT ); Thu, 26 Jan 2017 10:08:01 -0500 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: David Wu , Tao Huang , "open list:ARM/Rockchip SoC..." , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Am Donnerstag, 26. Januar 2017, 14:29:17 CET schrieb Linus Walleij: > On Sun, Jan 22, 2017 at 9:38 AM, David Wu wrote: > > From: "david.wu" > > > > This patch supports 3bit width iomux type. > > Note, the iomux of following pins are special, need to > > be handled specially. > > > > - gpio2_b0 ~ gpio2_b6 > > - gpio2_b7 > > - gpio2_c7 > > - gpio3_b0 > > - gpio3_b1 ~ gpio3_b7 > > > > And therefore add IOMUX_RECALCED_FLAG to indicate which > > iomux source of the bank need to be recalced. If the mux > > recalced callback and IOMUX_RECALCED_FLAG were set, recalc > > the related pins' iomux. > > > > Signed-off-by: david.wu > > Heiko, could you review this? it's on my todo list, I just didn't have the time this week so far. Heiko