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 8394DC77B7D for ; Mon, 15 May 2023 15:19:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237999AbjEOPTE (ORCPT ); Mon, 15 May 2023 11:19:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242298AbjEOPS6 (ORCPT ); Mon, 15 May 2023 11:18:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35174DB; Mon, 15 May 2023 08:18:52 -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 8B51B62619; Mon, 15 May 2023 15:18:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A595C433EF; Mon, 15 May 2023 15:18:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684163931; bh=TXYgj6/20Uus/rd/MXXhGWJpYIqaRRMVUuQbbVSNwSk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ps3JfcQvrrHK/zPEqbOWEy2mt2cKLshPw6KHPs2oF+I15/gX95RGVtYGSsD8d2tDr lg/wPCYS5FNqbP8w36Ow/MxAZ5DSIimSIBem/jRrsbZO4Ar30XeSjKmmvsYz+4iFRj IW2PEyBOEmqxNy+GC2FAOK79GRTbuKkjO6ZOnreIBexGTBOuQS2dCWayyULYx5ZzFA SE92Ug9UqQH92tcl4opY6f+nEbABOiZqueb0TGLO9+A8eJcecShywg1ltszJaD5+/o mwZTeiikhwcJDPG5x9YkF6EChnAidavjdBBr5gQ3a5a6h/hDYTvdAKItvldCfnkfnZ wHQxYFAGlM1Og== Date: Mon, 15 May 2023 16:18:43 +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 04/14] mfd: rk808: replace 'struct i2c_client' with 'struct device' Message-ID: <20230515151843.GP10825@google.com> References: <20230504173618.142075-1-sebastian.reichel@collabora.com> <20230504173618.142075-5-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-5-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 04 May 2023, Sebastian Reichel wrote: > Put 'struct device' pointer into the MFD platform_data instead > of the 'struct i2c_client' pointer. This simplifies the code > and prepares the MFD for SPI support. > > 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/rk808.c | 6 +++--- > include/linux/mfd/rk808.h | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied, thanks -- Lee Jones [李琼斯]