Message ID | 20220509185625.580811-1-nfraprado@collabora.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d94d1486952b860dcedd04d0ff8ade2176418905 |
Headers | show |
Series | Revert "ASoC: dt-bindings: mediatek: mt8192: Add i2s-share properties" | expand |
On Mon, May 09, 2022 at 02:56:25PM -0400, Nícolas F. R. A. Prado wrote: > This reverts commit e056cf4341ae3f856f1e38da02b27cb04de4c69b. The commit > was merged while the property name and definition were still being > discussed. Revert the commit for now and a follow up commit will re-add > the property after it is further discussed and reviewed. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone. Please include human readable descriptions of things like commits and issues being discussed in e-mail in your mails, this makes them much easier for humans to read especially when they have no internet access. I do frequently catch up on my mail on flights or while otherwise travelling so this is even more pressing for me than just being about making things a bit easier to read.
On Mon, 9 May 2022 14:56:25 -0400, Nícolas F. R. A. Prado wrote: > This reverts commit e056cf4341ae3f856f1e38da02b27cb04de4c69b. The commit > was merged while the property name and definition were still being > discussed. Revert the commit for now and a follow up commit will re-add > the property after it is further discussed and reviewed. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] Revert "ASoC: dt-bindings: mediatek: mt8192: Add i2s-share properties" commit: d94d1486952b860dcedd04d0ff8ade2176418905 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
diff --git a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml index 5b03c8dbf318..7a25bc9b8060 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml @@ -54,11 +54,6 @@ properties: - const: aud_infra_clk - const: aud_infra_26m_clk -patternProperties: - "^i2s[0-35-9]-share$": - description: Name of the I2S bus that is shared with this bus - pattern: "^I2S[0-35-9]$" - required: - compatible - interrupts
This reverts commit e056cf4341ae3f856f1e38da02b27cb04de4c69b. The commit was merged while the property name and definition were still being discussed. Revert the commit for now and a follow up commit will re-add the property after it is further discussed and reviewed. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> --- Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 5 ----- 1 file changed, 5 deletions(-)