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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA383C433DF for ; Fri, 26 Jun 2020 15:19:14 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7615320702 for ; Fri, 26 Jun 2020 15:19:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="xWMiSzpP"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="F8u+ZI3t" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7615320702 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Subject:References:In-Reply-To:To:From: Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PRvM8RukzqaiqwcNF2SX+6HvJJjql/4B1VQ650QUgn4=; b=xWMiSzpPSJnWXWlfwHUQsceFFE 2iblR5bzJMlCYaU4O/2PA+hSG1WajKqX4k8/pb7Ul/dRUts+IE9PcEQS4n2O2MCheOaXiTN4zzNAO KQDHahaX3HySbdWEa4y1BJsVa0IvYb+uCYlZDzRZ8VvkMgT34fMEhB913DkNGa+KmCrv+D5RSA1wH pFo28YKol/FGXG2N8qCehi4iBYVuByiHNCGiU8ncGlxc20DsNjRPjqBXCHulfeode1e7V0UtUxjE1 3+J/nqbdXaGr2mZQb6TRToRvAhdf5Of+Ai/RPzYcslTwELqjcEXzaY4q1M+nzKOdGUTcmEPIeLutt 0vzRq81w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1joq65-0006UO-Ie; Fri, 26 Jun 2020 15:16:57 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1joq5z-0006To-Eq for linux-arm-kernel@lists.infradead.org; Fri, 26 Jun 2020 15:16:52 +0000 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2C5FA207E8; Fri, 26 Jun 2020 15:16:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593184610; bh=1ihjD1EqoCW2dLo+KX2P7PqXUWQQSPFNHKQDFXLZwHE=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=F8u+ZI3tQCTeiW1J2AvdhtEJPJYr9jNUUUJeVTyQ7qIZBbFDVUGo83tApa2pVKI2r qQjH8mZuVKwWu0PgbYXgRphVSTG/LOdqZ7FmW2ezpbvmxYCMmY0okpeG6VMBjuHTGF Zu4zKHucgeQpDjZaSoBl6hWXutjLTyEgV5PidM+4= Date: Fri, 26 Jun 2020 16:16:48 +0100 From: Mark Brown To: Lee Jones , lgirdwood@gmail.com In-Reply-To: <20200625191708.4014533-1-lee.jones@linaro.org> References: <20200625191708.4014533-1-lee.jones@linaro.org> Subject: Re: [RESEND 00/10] Fix a bunch of W=1 warnings in Regulator Message-Id: <159318460834.3136.15198327802374358899.b4-ty@kernel.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 25 Jun 2020 20:16:58 +0100, Lee Jones wrote: > Attempting to clean-up W=1 kernel builds, which are currently > overwhelmingly riddled with niggly little warnings. > > Resent to include patch contributors/maintainers/MLs. > > Lee Jones (10): > regulator: consumer: Supply missing prototypes for 3 core functions > regulator: devres: Fix issues with kerneldoc headers > regulator: of_regulator: Add missing colon for rdev kerneldoc argument > regulator: dbx500-prcmu: Remove unused function > dbx500_regulator_testcase() > regulator: ab8500: Remove unused embedded struct expand_register > regulator: wm8350-regulator: Repair odd formatting in documentation > regulator: cpcap-regulator: Remove declared and set, but never used > variable 'ignore' > regulator: cpcap-regulator: Demote kerneldoc header to standard > comment > regulator: da9063-regulator: Fix .suspend 'initialized field > overwritten' warnings > regulator: max14577-regulator: Demote kerneldoc header to standard > comment > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [01/10] regulator: consumer: Supply missing prototypes for 3 core functions commit: da6690767cbd344998f36081815c85f3d467e78c [02/10] regulator: devres: Fix issues with kerneldoc headers (no commit info) [03/10] regulator: of_regulator: Add missing colon for rdev kerneldoc argument (no commit info) [04/10] regulator: dbx500-prcmu: Remove unused function dbx500_regulator_testcase() commit: d3cc3dfcc20e72d537550dbeebbe4a8faa7c2606 [05/10] regulator: ab8500: Remove unused embedded struct expand_register commit: aeee55b76bfd100d2612f50d2f9526d760ee2e37 [06/10] regulator: wm8350-regulator: Repair odd formatting in documentation commit: 2f5add1e42165c7eb7e4367e1180ae76aa13d394 [07/10] regulator: cpcap-regulator: Remove declared and set, but never used variable 'ignore' commit: b89a5effb3345a484584cc2b090af62e1ecb0871 [08/10] regulator: cpcap-regulator: Demote kerneldoc header to standard comment commit: 7b804ce0c2e0bbf77b3a1d4b457520145822c496 [09/10] regulator: da9063-regulator: Fix .suspend 'initialized field overwritten' warnings (no commit info) [10/10] regulator: max14577-regulator: Demote kerneldoc header to standard comment commit: 0c32f8aa0711af177248c2cba9cb105f18e0c9bb All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel