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 C52ECC77B75 for ; Mon, 15 May 2023 15:21:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242396AbjEOPVJ (ORCPT ); Mon, 15 May 2023 11:21:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242389AbjEOPU4 (ORCPT ); Mon, 15 May 2023 11:20:56 -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 6EC151736; Mon, 15 May 2023 08:20:53 -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 0446861EBE; Mon, 15 May 2023 15:20:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A02BC433D2; Mon, 15 May 2023 15:20:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684164052; bh=nxvWi/otVuWMaj62KIoDJ9818+/B5dyaNH4gjpPPa7M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aPS6Q07r7GinekYV3ypLQIXtnCz99RqqM7yEvIpBs8a6wFffLeK03sJb3YgGYrPdm O3kHwK7atvneP5N56RzyGJHfGy/CVN+f+zL1jsGByXXe3errUQ0zyb2UgW9rn7sq7Z 09JvtctsWV8VBHULU7x095WopQQJv6BluH7aI4qc0igN0JfIZ7qp4zPOCslwlOPYeN zJ9y04RL2NJpyhbZJc671iM5oMm2PD+XEoMx8O6O7YM+KTd4CvVxN+3sgucpj45CgC i/eqRUAxlsn4xAPmpZDeB9XePaWXrrqbaufJZDx2HrjgotS7MXqF5tsaGJv7T5vn2j 8OtrO16qQudAQ== Date: Mon, 15 May 2023 16:20:44 +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, Diederik de Haas , Vincent Legoll Subject: Re: [PATCH v8 08/14] mfd: rk8xx: add rk806 support Message-ID: <20230515152044.GT10825@google.com> References: <20230504173618.142075-1-sebastian.reichel@collabora.com> <20230504173618.142075-9-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-9-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 04 May 2023, Sebastian Reichel wrote: > Add support for SPI connected rk806, which is used by the RK3588 > evaluation boards. The PMIC is advertised to support I2C and SPI, > but the evaluation boards all use SPI. Thus only SPI support is > added here. > > Acked-for-MFD-by: Lee Jones > Tested-by: Diederik de Haas # Rock64, Quartz64 Model A + B > Tested-by: Vincent Legoll # Pine64 QuartzPro64 > Signed-off-by: Sebastian Reichel > --- > drivers/mfd/Kconfig | 14 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/rk8xx-core.c | 69 ++++++- > drivers/mfd/rk8xx-spi.c | 124 ++++++++++++ > include/linux/mfd/rk808.h | 409 ++++++++++++++++++++++++++++++++++++++ > 5 files changed, 614 insertions(+), 3 deletions(-) > create mode 100644 drivers/mfd/rk8xx-spi.c Applied, thanks -- Lee Jones [李琼斯]