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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 A3CF4C54FD0 for ; Mon, 27 Apr 2020 13:44:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 79BFC206D4 for ; Mon, 27 Apr 2020 13:44:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587995053; bh=OhxRsSwwdvnGxdpaeF4FzeJ/8kd+1iigCwEMEzTAriA=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=opAp+dluWqCUJRZSrAGcQIlpZ7Me/ybQeBRXAXfddPtq+MAb25gFTZPUxZhqbZ5V2 E0eHfuOGGcxFsjfGYjCyhBJgjRuWKqQ9ey2Qp8Y6w5cPMb74ngxcf/2I2fPyr3yGxW iVgqjLQphimOHFoFS4FakmnFmjaM7SUOzPnzRSgI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727850AbgD0NoM (ORCPT ); Mon, 27 Apr 2020 09:44:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:60758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727834AbgD0NoM (ORCPT ); Mon, 27 Apr 2020 09:44:12 -0400 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 8A25B206B6; Mon, 27 Apr 2020 13:44:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587995052; bh=OhxRsSwwdvnGxdpaeF4FzeJ/8kd+1iigCwEMEzTAriA=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=b/spQsEs9VVzo3Kdr0A9ZLsBkBHmawqed3tSX6DJ3TLn/CcAHoS3m2q2UcWkVhu3T SPec862zYs/vJjVWrhth2UKYCna5yxChwTIzCKwKCHx03Wfjrv/18KT3Y8HsX71lcg iMOSVJwmPKRiWrBHIw9y+yQ7So4KryOoD8x4ooMg= Date: Mon, 27 Apr 2020 14:44:09 +0100 From: Mark Brown To: Iskren Chernev , Rob Herring Cc: linux-kernel@vger.kernel.org, Bjorn Andersson , Liam Girdwood , linux-arm-msm@vger.kernel.org, Andy Gross , devicetree@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht In-Reply-To: <20200425125335.2674534-1-iskren.chernev@gmail.com> References: <20200425125335.2674534-1-iskren.chernev@gmail.com> Subject: Re: [PATCH] regulator: max77826: Remove erroneous additionalProperties Message-Id: <158799504950.16924.8566981464657105053.b4-ty@kernel.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Sat, 25 Apr 2020 15:53:35 +0300, Iskren Chernev wrote: > In this particular location additionalProperties actually declares a property > named `additionalProperties` instead of specifying there should be no other > properties. > > Signed-off-by: Iskren Chernev > --- > Fix bindings documentation for max77826 regulator as discussed in > https://lore.kernel.org/lkml/20200413164440.1138178-1-iskren.chernev@gmail.com/T/#m9e9904560e68bcd98980fa0e68fe190525033af6 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.8 Thanks! [1/1] regulator: max77826: Remove erroneous additionalProperties commit: 48dd1a7938e37d6d6414a20266394f858b37f10a 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