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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 4B305C2D0E4 for ; Mon, 23 Nov 2020 21:46:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CFF3C20706 for ; Mon, 23 Nov 2020 21:46:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="hOY17cav" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731751AbgKWVql (ORCPT ); Mon, 23 Nov 2020 16:46:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:36440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731457AbgKWVqk (ORCPT ); Mon, 23 Nov 2020 16:46:40 -0500 Received: from localhost (cpc102334-sgyl38-2-0-cust884.18-2.cable.virginm.net [92.233.91.117]) (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 47C43205F4; Mon, 23 Nov 2020 21:46:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606167999; bh=h1WrtCqHFEifntLejOukfoRyk+72OOTTFpb+0uydT44=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=hOY17cav9OLxzc4q5+yNWYMZC3qBgOxIfojY1YOrnf4XOvN5GnRqe2qoqBUGAZHBA ae4HOcBIcnqe12QMccsN8KNeGUyjqf7hrRyVVB3mMpwje/pQkISelRy2G91TIW7Vjv pu9FWfoprlxHwl7um2xKEdveD59KlqDgZhpU0KzY= Date: Mon, 23 Nov 2020 21:46:16 +0000 From: Mark Brown To: linux-kernel@vger.kernel.org, Neil Armstrong , Takashi Iwai , Peter Ujfalusi , Krzysztof Kozlowski , Maxime Coquelin , alsa-devel@alsa-project.org, Jaroslav Kysela , Alexandre Torgue , Olivier Moysan , Liam Girdwood , Kevin Hilman , linux-arm-kernel@lists.infradead.org, Arnaud Pouliquen , linux-amlogic@lists.infradead.org, Martin Blumenstingl , Jerome Brunet , linux-stm32@st-md-mailman.stormreply.com Cc: kernel test robot In-Reply-To: <20201116175133.402553-1-krzk@kernel.org> References: <20201116175133.402553-1-krzk@kernel.org> Subject: Re: [PATCH 1/4] ASoC: meson: depend on COMMON_CLK to fix compile tests Message-Id: <160616797659.26421.3555642178452735947.b4-ty@kernel.org> 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 Mon, 16 Nov 2020 18:51:30 +0100, Krzysztof Kozlowski wrote: > The Meson SoC sound drivers use Common Clock Framework thus they cannot > be built on platforms without it (e.g. compile test on MIPS with RALINK > and SOC_RT305X): > > /usr/bin/mips-linux-gnu-ld: sound/soc/meson/aiu-encoder-spdif.o: in function `aiu_encoder_spdif_startup': > aiu-encoder-spdif.c:(.text+0x3a0): undefined reference to `clk_set_parent' > /usr/bin/mips-linux-gnu-ld: sound/soc/meson/axg-tdm-formatter.o: in function `axg_tdm_formatter_event': > (.text+0x7ec): undefined reference to `clk_set_parent' Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: meson: depend on COMMON_CLK to fix compile tests (no commit info) [2/4] ASoC: sh: depend on COMMON_CLK to fix compile tests commit: c3d900dc905b78788c94f3a063b769bdbad16a98 [3/4] ASoC: stm: depend on COMMON_CLK to fix compile tests commit: 82ceffce96336ee9863f3dfde63aef5748ca4ab1 [4/4] ASoC: ti: depend on COMMON_CLK to fix compile tests commit: b3cf78e0dacb7fba50d0c1eb9dfa6f92d31529e2 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