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-rockchip.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