From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 852E6C77B7D for ; Mon, 15 May 2023 15:21:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242210AbjEOPVj (ORCPT ); Mon, 15 May 2023 11:21:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242340AbjEOPVY (ORCPT ); Mon, 15 May 2023 11:21:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F01919BC; Mon, 15 May 2023 08:21:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 064E36261F; Mon, 15 May 2023 15:21:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C74F7C433D2; Mon, 15 May 2023 15:21:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684164081; bh=BI1XvJ/+7nr33I+HqHD+sviHlUyTv6l5DQEgMdvdYEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ac10X1BZ9z9AIu1/qTOtiNxQ+2jxaGlzA9DR0gP2gZ/ys0vqoNRfHFU/mADGpx9MD PEYnQcxKSPqXHO9uNMB25iymh6WNeNirG4k4FZtkP7wYHMw+FRTkP+fGvMlN9pXhdl i5IGXlaVJWgjiGi/TmyOshngsvBMntKd3wZLtl0mCt/T3/uOWpAnBS18swd1xhUpMm +kvTVglTxJAJsbrY/sx9+2yuL6wCkdL+CXQTiSIKvPduVaD61E/uiJLd+/KMrKLeio 20NtAUBRCbfdbO/D0Ddt6OQRaSa3RPYoFjvyFSnLf+GaO9jfSmhdy/DF0zEV2tRVBK CIAuZukZUE2lA== Date: Mon, 15 May 2023 16:21:13 +0100 From: Lee Jones To: Sebastian Reichel Cc: Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Michael Turquette , Stephen Boyd , Linus Walleij , Mark Brown , Liam Girdwood , Alexandre Belloni , Alessandro Zummo , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, shengfei Xu , Diederik de Haas , Vincent Legoll Subject: Re: [PATCH v8 09/14] pinctrl: rk805: add rk806 pinctrl support Message-ID: <20230515152113.GU10825@google.com> References: <20230504173618.142075-1-sebastian.reichel@collabora.com> <20230504173618.142075-10-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230504173618.142075-10-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 04 May 2023, Sebastian Reichel wrote: > Add support for rk806 dvs pinctrl to the existing rk805 > driver. > > This has been implemented using shengfei Xu's rk806 > specific driver from the vendor tree as reference. > > Co-developed-by: shengfei Xu > Signed-off-by: shengfei Xu > Reviewed-by: Linus Walleij > Acked-by: Linus Walleij > Tested-by: Diederik de Haas # Rock64, Quartz64 Model A + B > Tested-by: Vincent Legoll # Pine64 QuartzPro64 > Signed-off-by: Sebastian Reichel > --- > drivers/pinctrl/pinctrl-rk805.c | 189 ++++++++++++++++++++++++++++---- > 1 file changed, 168 insertions(+), 21 deletions(-) Applied, thanks -- Lee Jones [李琼斯]