From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 043D270 for ; Thu, 25 Mar 2021 18:15:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id F0462619C7; Thu, 25 Mar 2021 18:15:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616696107; bh=SRXJYhCLMi9lpIROJ6aYlDKwgzjwWyya99ffnjSA1+M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lQBcwuoct09JnABqoG7WQcirlu2KKAfH9h0rjKcMxA+dZLzcXb3YadrmLA7lCnNP6 AjmKVvJNr3ZI7up62pJqPDu1ngnLcSMdOwOSBYD6YjXzFMQS0c7KHOnA31uB5xN4i6 PYbzJrHSmuqJTEIypuH800gJ91XAU3Hlhkh5I/qAvUYTxNMxsUtFXUA+ZHd3R78RuY aCA1ZM27G7ELnB3uAJM9HQP8LRVJ/PVIA5Rz8jEBVrmjuxmwYgwaBfuAUNx0lI56sH ivNjDrfKtuFKdFt+R3J1wdhqmPq6YRZnTESc7eTDCe51mn7IRuY0IJd7G2kPnC6Bnd oW2vDRxzzirTA== Date: Thu, 25 Mar 2021 19:15:02 +0100 From: Mauro Carvalho Chehab To: Lee Jones Cc: Greg Kroah-Hartman , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v5 4/7] mfd: hi6421-spmi-pmic: move driver from staging Message-ID: <20210325191502.504f5cef@coco.lan> In-Reply-To: <20210325163641.GV2916463@dell> References: <20210325163641.GV2916463@dell> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Em Thu, 25 Mar 2021 16:36:41 +0000 Lee Jones escreveu: > On Thu, 25 Mar 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 > > MAINTAINERS | 7 +++++++ > > drivers/mfd/Kconfig | 16 ++++++++++++++++ > > drivers/mfd/Makefile | 1 + > > .../hikey9xx => mfd}/hi6421-spmi-pmic.c | 0 > > drivers/staging/hikey9xx/Kconfig | 18 ------------------ > > drivers/staging/hikey9xx/Makefile | 1 - > > 7 files changed, 24 insertions(+), 19 deletions(-) > > rename {drivers/staging/hikey9xx => Documentation/devicetree/bindings/mfd}/hisilicon,hi6421-spmi-pmic.yaml (100%) > > rename drivers/{staging/hikey9xx => mfd}/hi6421-spmi-pmic.c (100%) > > Could you please resend this with out using the -M flag. > > I can't review a driver I can't see. Sure! Resent. Regards, Mauro