From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v2 2/3] pinctrl: rockchip: Add mux recalculation support Date: Fri, 10 Feb 2017 12:53:45 +0100 Message-ID: <1758984.Zu6CJozanC@phil> References: <1486722229-5451-1-git-send-email-david.wu@rock-chips.com> <1486722229-5451-3-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: In-Reply-To: <1486722229-5451-3-git-send-email-david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: David Wu Cc: huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-gpio@vger.kernel.org Am Freitag, 10. Februar 2017, 18:23:48 CET schrieb David Wu: > From: "david.wu" > > Some pins are special at a bank so that add > IOMUX_RECALCED type to indicate which iomux source > of the bank need to be recalculated. If the mux > recalculateed callback and IOMUX_RECALCED type > were set, recalculate the pins' iomux by using > mux recalculated data struct. > > Signed-off-by: david.wu Reviewed-by: Heiko Stuebner From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751519AbdBJNBp (ORCPT ); Fri, 10 Feb 2017 08:01:45 -0500 Received: from gloria.sntech.de ([95.129.55.99]:51996 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305AbdBJNBn (ORCPT ); Fri, 10 Feb 2017 08:01:43 -0500 From: Heiko Stuebner To: David Wu Cc: linus.walleij@linaro.org, huangtao@rock-chips.com, linux-rockchip@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] pinctrl: rockchip: Add mux recalculation support Date: Fri, 10 Feb 2017 12:53:45 +0100 Message-ID: <1758984.Zu6CJozanC@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-1-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1486722229-5451-3-git-send-email-david.wu@rock-chips.com> References: <1486722229-5451-1-git-send-email-david.wu@rock-chips.com> <1486722229-5451-3-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 Freitag, 10. Februar 2017, 18:23:48 CET schrieb David Wu: > From: "david.wu" > > Some pins are special at a bank so that add > IOMUX_RECALCED type to indicate which iomux source > of the bank need to be recalculated. If the mux > recalculateed callback and IOMUX_RECALCED type > were set, recalculate the pins' iomux by using > mux recalculated data struct. > > Signed-off-by: david.wu Reviewed-by: Heiko Stuebner