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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD5BAC433EF for ; Mon, 14 Mar 2022 08:54:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237059AbiCNIzl (ORCPT ); Mon, 14 Mar 2022 04:55:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235648AbiCNIzg (ORCPT ); Mon, 14 Mar 2022 04:55:36 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B88E20F72; Mon, 14 Mar 2022 01:54:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id E7BA1CE1099; Mon, 14 Mar 2022 08:54:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A70F3C340F6; Mon, 14 Mar 2022 08:54:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647248064; bh=pOJJw1xO8gJXjWgBRnxa5bjvsoFtsXrMDM88AR9YVYs=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=h9yMSvcsMlqsjB/0bz0VkbzBh7ZYDkkImBHp/r5frg0YOIiSdj5e9H8HZydZNAqNG GB5OLl8/ejWx6WR/MTIZxFc4qP+B0uTJfR8v1m1rgbJofLJXslHGY+Jxs+2OVJa4Wl +4WvYgAyStpZVYvyHc7XRrlNB4LK3X0SfWN5HjG2+7OU9bmLOCB5eEyQ3QFen8eVCP oOc16u0ClC7qotQaBYoOh0SrFB6/5VS2qZyXZMN92zM1qgQ9he3foRnl5bFyPquGDc eYZN1dNPeg6wgURs7QAa+BwgfPiYGsOjl8PbcTl7iJFBZkHKLrXR1UGYvDl18hnqQS XaBuUU4nBsTWw== From: Mark Brown To: Kuninori Morimoto , Liam Girdwood , Krzysztof Kozlowski , Rob Herring Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org In-Reply-To: <20220311234802.417610-1-robh@kernel.org> References: <20220311234802.417610-1-robh@kernel.org> Subject: Re: [PATCH] ASoC: dt-bindings: Fix patternProperties with fixed strings Message-Id: <164724806240.972788.14565468208010113949.b4-ty@kernel.org> Date: Mon, 14 Mar 2022 08:54:22 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Mar 2022 17:48:01 -0600, Rob Herring wrote: > The simple-audio-card and renesas,rsnd bindings used 'patternProperties' > with fixed strings to work-around a dtschema meta-schema limitation. This > is now fixed and the schemas can be fixed to use 'properties' instead. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: Fix patternProperties with fixed strings commit: 910f42bfe96783fc633196bd975731a420c7a066 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 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1B59DC433EF for ; Mon, 14 Mar 2022 08:55:58 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id CB1E71825; Mon, 14 Mar 2022 09:55:06 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz CB1E71825 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1647248156; bh=pOJJw1xO8gJXjWgBRnxa5bjvsoFtsXrMDM88AR9YVYs=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=WzOZd1f9HMyCeJ5C8PZY7NvVaSXNxJHgB8DBZsKj4bhqYxiq/RJpGvk7uLmCmgPQ2 g39uUBGGpDYg4MbaThBmUXv21PLohWdOT/PQ5PopOIEVz+bOPOV21ENrpDe/OVHv/F bScJhEXdgKYuDKbXcLaJFaBzz+P3kvDM8oAJ8PwA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 082A0F8012C; Mon, 14 Mar 2022 09:54:35 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 96CB9F80475; Mon, 14 Mar 2022 09:54:31 +0100 (CET) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id F15CEF80095 for ; Mon, 14 Mar 2022 09:54:27 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz F15CEF80095 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="h9yMSvcs" Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 9886ECE108B; Mon, 14 Mar 2022 08:54:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A70F3C340F6; Mon, 14 Mar 2022 08:54:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647248064; bh=pOJJw1xO8gJXjWgBRnxa5bjvsoFtsXrMDM88AR9YVYs=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=h9yMSvcsMlqsjB/0bz0VkbzBh7ZYDkkImBHp/r5frg0YOIiSdj5e9H8HZydZNAqNG GB5OLl8/ejWx6WR/MTIZxFc4qP+B0uTJfR8v1m1rgbJofLJXslHGY+Jxs+2OVJa4Wl +4WvYgAyStpZVYvyHc7XRrlNB4LK3X0SfWN5HjG2+7OU9bmLOCB5eEyQ3QFen8eVCP oOc16u0ClC7qotQaBYoOh0SrFB6/5VS2qZyXZMN92zM1qgQ9he3foRnl5bFyPquGDc eYZN1dNPeg6wgURs7QAa+BwgfPiYGsOjl8PbcTl7iJFBZkHKLrXR1UGYvDl18hnqQS XaBuUU4nBsTWw== From: Mark Brown To: Kuninori Morimoto , Liam Girdwood , Krzysztof Kozlowski , Rob Herring In-Reply-To: <20220311234802.417610-1-robh@kernel.org> References: <20220311234802.417610-1-robh@kernel.org> Subject: Re: [PATCH] ASoC: dt-bindings: Fix patternProperties with fixed strings Message-Id: <164724806240.972788.14565468208010113949.b4-ty@kernel.org> Date: Mon, 14 Mar 2022 08:54:22 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, 11 Mar 2022 17:48:01 -0600, Rob Herring wrote: > The simple-audio-card and renesas,rsnd bindings used 'patternProperties' > with fixed strings to work-around a dtschema meta-schema limitation. This > is now fixed and the schemas can be fixed to use 'properties' instead. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: Fix patternProperties with fixed strings commit: 910f42bfe96783fc633196bd975731a420c7a066 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