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 6BA09C32771 for ; Wed, 28 Sep 2022 13:39:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234154AbiI1NjK (ORCPT ); Wed, 28 Sep 2022 09:39:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234151AbiI1Nin (ORCPT ); Wed, 28 Sep 2022 09:38:43 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE2FAA4B2E; Wed, 28 Sep 2022 06:38:24 -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 sin.source.kernel.org (Postfix) with ESMTPS id F4118CE1E77; Wed, 28 Sep 2022 13:38:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB624C433C1; Wed, 28 Sep 2022 13:38:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664372296; bh=QcHofT14wPhfiRplf578gZRladg0Y1dvJweE2jk5O2E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JMs0EWanBHAivoc1Ta4sas9yD206ne6HPGvj3K/qgrt2FmiJ9pReyVHPhHsqzrqEU kjoeACatCRQ15WFt5fUXfrG0synhOLkv2xC0qyCYDfnFlV6bWdWSuxPkGci7burnfO BBFLbhzkouhSqELfxqB1no/d2WVMwPL8qMjq54+IrV1WvQIHWXVYJoGndKHQc1fAYU RBMV8psyh59D/ZRx+MuKnPFxdUAAZjlSPZuG3eDb42nh6jQtmmPksq2sCAzP2QGC2q ESMM0j53CnOle0TZeUZ0C7U1yfIbAHYPqjDirRLNaXHWPOrSFSNgPr7lYDPKQ6vXIi VIB2ff0r+VWZg== Date: Wed, 28 Sep 2022 14:38:09 +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 Subject: Re: [PATCHv3 01/14] mfd: rk808: convert to device managed resources Message-ID: References: <20220909175522.179175-1-sebastian.reichel@collabora.com> <20220909175522.179175-2-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: <20220909175522.179175-2-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 09 Sep 2022, Sebastian Reichel wrote: > Fully convert the driver to device managed resources. > > Signed-off-by: Sebastian Reichel > --- > drivers/mfd/rk808.c | 66 +++++++++++++++------------------------------ > 1 file changed, 22 insertions(+), 44 deletions(-) For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯]