From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752867AbdAZPID (ORCPT ); Thu, 26 Jan 2017 10:08:03 -0500 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 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Linus Walleij Cc: David Wu , Tao Huang , "open list:ARM/Rockchip SoC..." , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] pinctrl: rockchip: Add rk3328 pinctrl support Date: Thu, 26 Jan 2017 16:07:46 +0100 Message-ID: <24353895.ALOnc7lYnh@diego> User-Agent: KMail/5.2.3 (Linux/4.8.0-2-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: References: <1485074286-7863-1-git-send-email-david.wu@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: 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