From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CD93972 for ; Mon, 19 Jul 2021 13:26:20 +0000 (UTC) Received: by mail-wr1-f53.google.com with SMTP id a13so22009043wrf.10 for ; Mon, 19 Jul 2021 06:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=3L2qOwfDPDPficyOPSVrr5/aBYeZ+EOYlXkatvhjE3Y=; b=LC6U6FSxiXkRjCjGQGyv2SxbG2oywh0SlI6mQB1kOJ5HT5+AQdTzZWxJrglkPJ5EU5 9MeECtrm+KbyrTK4u4Z4359uPzkab+fMOHxVB4q+b5erLOZOL1HuS1SkEHb6g3htIOlV PJ8XFo0a3PKB0TxVG9DHvCU6Naod8fyXOLcezr3WDhaoL8LYZOBd/vzixR7pVxaMeTCg O1jVzv7RPxbKL9w/aPacwlO+e8NbXvsJZp0V5UQaykC9vcnBCyM1DerYuF0G28kHthJL MwGpwlDsKgkf6PKakfrE6a5FGBX/c/50MQsU/r1gugTRMZgHdI3G6li7bnJGuyU8tPuK JDBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=3L2qOwfDPDPficyOPSVrr5/aBYeZ+EOYlXkatvhjE3Y=; b=HuYpE9lGQt5Wvivstkydw59aYLXLPen5U5QLxqLpXHDpNQ3mWx7Flq7uxlhUiJJ1tL vOZA88LV5vLRh9+VrtYVmPY8vBCRBtG7QWa8AG28ZtE99+H/tFjtrP5qoNdj9Q9YTxof dkd51hNszL4NJRD79Sh5hCkqU6T87PyM2WLP5GMlBTFAs14cJexocTJCMPOtulwMZLVc lZ0n0MsSk79zCGu0wI77MjYmec+AadeHr5b4Uu9kn/AH00D+M7P4i7R8grWHeOdQ/MKp T2TkwxH9k7XHjEywE8hxdZd9vq5xDp6q0UU767GjbRzMTaRMcvzsWfwZUCuFCM3nI6FT eIrQ== X-Gm-Message-State: AOAM5325C1y3PJpl4A4WUVnttuCEay00QiitZQ/IbaXam/LB2UFP8X9c yRcX+1VaO2FxY2qSDGc99t396w== X-Google-Smtp-Source: ABdhPJy2QV7gxdjcSzGLI/i8ubjGI7JF6q11jcJ8k/Da3LTjSIYSUsMqWnzt1wJh7UB/IRS3FAywfQ== X-Received: by 2002:a05:6000:1844:: with SMTP id c4mr29984208wri.38.1626701179131; Mon, 19 Jul 2021 06:26:19 -0700 (PDT) Received: from google.com ([31.124.24.141]) by smtp.gmail.com with ESMTPSA id l18sm21961507wme.29.2021.07.19.06.26.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jul 2021 06:26:18 -0700 (PDT) Date: Mon, 19 Jul 2021 14:26:16 +0100 From: Lee Jones To: Mauro Carvalho Chehab Cc: Greg Kroah-Hartman , linuxarm@huawei.com, mauro.chehab@huawei.com, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v14 7/9] mfd: hi6421-spmi-pmic: move driver from staging Message-ID: References: <6c64fa6abae6c9fa78ace1bf240b33b47eccae52.1626515862.git.mchehab+huawei@kernel.org> <20210719134537.0cab0827@coco.lan> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210719134537.0cab0827@coco.lan> On Mon, 19 Jul 2021, Mauro Carvalho Chehab wrote: > Em Mon, 19 Jul 2021 11:55:04 +0100 > Lee Jones escreveu: > > > On Sat, 17 Jul 2021, Mauro Carvalho Chehab wrote: > > > > > This driver is ready for mainstream. So, move it out of staging. > > > > > > Signed-off-by: Mauro Carvalho Chehab > > > --- > > > .../mfd}/hisilicon,hi6421-spmi-pmic.yaml | 0 Ideally Rob would give this the once over. If he's reviewed this before and there haven't been any significant changes, perhaps you can bring his Ack over with the file. > > > MAINTAINERS | 7 +++++++ > > > drivers/mfd/Kconfig | 16 ++++++++++++++++ > > > drivers/mfd/Makefile | 1 + > > > .../hikey9xx => mfd}/hi6421-spmi-pmic.c | 0 Looks good to me now, thanks. For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jones -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog