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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16CE4C433F5 for ; Mon, 25 Oct 2021 16:40:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D9D1260F22 for ; Mon, 25 Oct 2021 16:40:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D9D1260F22 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3LsM+ivpGlbgxf1DhYg2mKKkdWUpc6u9xgIiWezYQoM=; b=hct016xFOywjAn ph4x6rQf/z0aQzTCXyqCM4ID7kR6z0GSU5Y8rgw1cGSVstUyPEliwSBtcfk7DyA1LVRsK7fKVNUwx Lv0sOo11JXny+toQDe1FkpybQMULpBp4QOQbnKtOvLX8Sceo+OVOfWcGByGlBLspzXxQ0eM7W14a3 xG1/BKiNAoU2d9zE0JSEk7bpdQVLl/RoVYOrHN2q4aGUoutBdCgatgKZ/B9Q+bQiuQBncfkaZuJzI kDEQuIlCUPRtWfujcZaNdiYmAivHYaJla9DHMlu02Ol7ikB1+CUHCkowyvpt925WiJiF4D9J604Ib 11+MB+A4weXh/lEeMpQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf30g-00H5Kw-Ct; Mon, 25 Oct 2021 16:39:42 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf30b-00H5JS-Ns for linux-arm-kernel@lists.infradead.org; Mon, 25 Oct 2021 16:39:39 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D0AD660EB9; Mon, 25 Oct 2021 16:39:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635179977; bh=OG4xVFMz61gmA5aN/a4qTFWUoD7RB1ivYPTxQ1ppB3s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TG47zceUXSpXIn0gbCOXte6XsKfSv5g9+wuzQBYS12EiuyIW5x/zAcoIOFPRix28b HzkW8VceTVE4/504/690lnfAy+pEoLnpZZXUFxIfANR7+GbKjqGVhKyuK2kqqvdTpI BYqObbJ7tsvUhA/7qXBf4pYkoddg9nnHvBVp67yqrtlQkpx4KZJ2S695zOBibEPCAa 5vmi88R54gGnUYCwzIwFUHrN3ASbg5x7+3wYCuCJ1GrU3c4NJh5MGH1H6v8vsyhGrJ LajLDCpw06g1qdoN3mAG+d2gNG57yVm4DMhvmexoh1EC10IlSux+V+UcnjcZzoYRUn ldRi+lXAS/OyA== From: Mark Brown To: patches@opensource.cirrus.com, Adam Ford , Liam Girdwood , Shawn Guo , Rob Herring , Geert Uytterhoeven Cc: Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: (subset) [PATCH 0/2] ASoC: wm8962: Conversion to json-schema and fix Date: Mon, 25 Oct 2021 17:39:21 +0100 Message-Id: <163517996156.3558038.1402289987821049770.b4-ty@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211025_093937_830283_3012E369 X-CRM114-Status: GOOD ( 15.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Mon, 18 Oct 2021 15:59:01 +0200, Geert Uytterhoeven wrote: > Hi all, > > This patch series converts the Wolfson WM8962 Device Tree binding > documentation to json-schema, after fixing an issue in the imx8mn-beacon > DTS file. > > Thanks for your comments! > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [2/2] ASoC: dt-bindings: wlf,wm8962: Convert to json-schema commit: cd51b942f34431a2a2c92a8385e94cdd97e15350 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