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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 AF2ADC47255 for ; Fri, 8 May 2020 17:13:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8EB392063A for ; Fri, 8 May 2020 17:13:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588958015; bh=gLM9qUvxrYiPMfAOqRJ1PoOf5M7hFr7u2n4CEILO50I=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=DPlnbIEmUnUV9NJ3ZnmTxeffJygh5jx1EeuBjq7aACzTIRwwBM9Hv2tHpzC6bqwtc EGFEE/pmIuSA7Cb7HihnEbRgmQyI1A0+7VtvBeBoKu7uqSC+SPSiR7b9RWJscCj1xL 8Wxu3yhZ8RGkCcfMo8VfT+mDWxet8M1SwFInnp9c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727859AbgEHRNc (ORCPT ); Fri, 8 May 2020 13:13:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:49440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726750AbgEHRNb (ORCPT ); Fri, 8 May 2020 13:13:31 -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 BC6892192A; Fri, 8 May 2020 17:13:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588958011; bh=gLM9qUvxrYiPMfAOqRJ1PoOf5M7hFr7u2n4CEILO50I=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=pSqawFDd76MgRyToBM4GrmZnPrfhoRCCqOjCZp1j9YT7EJe1vdGGbozD9MIXSdw/L FGR6AumafkY52sb47IYMlOE06dvz2uBlovSRPbvHswEFpV2Z1mMPEN7M57zpugdQOo e7CH7dlCgzb3mD5q68T8j6b8yZsHdPRdACerkg4A= Date: Fri, 08 May 2020 18:13:28 +0100 From: Mark Brown To: robh@kernel.org, linus.walleij@linaro.org, Srinivas Kandagatla , lee.jones@linaro.org Cc: linux-gpio@vger.kernel.org, bgoswami@codeaurora.org, linux-kernel@vger.kernel.org, vinod.koul@linaro.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, spapothi@codeaurora.org In-Reply-To: <20191121170509.10579-1-srinivas.kandagatla@linaro.org> References: <20191121170509.10579-1-srinivas.kandagatla@linaro.org> Subject: Re: [PATCH v4 00/12] ASoC: Add support to WCD9340/WCD9341 codec Message-Id: <158895800277.30774.11001800526381716360.b4-ty@kernel.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, 21 Nov 2019 17:04:57 +0000, Srinivas Kandagatla wrote: > This patchset adds support to Qualcomm WCD9340/WCD9341 Codec which > is a standalone Hi-Fi audio codec IC. > This codec supports both I2S/I2C and SLIMbus audio interfaces. > On slimbus interface it supports two data lanes; 16 Tx ports > and 8 Rx ports. It has Five DACs and seven dedicated interpolators, > Multibutton headset control (MBHC), Active noise cancellation, > Sidetone paths, MAD (mic activity detection) and codec processing engine. > It supports Class-H differential earpiece out and stereo single > ended headphones out. > > [...] Applied to local tree regulator/for-5.7 Thanks! [01/12] dt-bindings: SLIMBus: add slim devices optional properties (no commit info) [02/12] ASoC: dt-bindings: add dt bindings for WCD9340/WCD9341 audio codec (no commit info) [03/12] mfd: wcd934x: add support to wcd9340/wcd9341 codec (no commit info) [04/12] ASoC: wcd934x: add support to wcd9340/wcd9341 codec (no commit info) [05/12] ASoC: wcd934x: add basic controls (no commit info) [06/12] ASoC: wcd934x: add playback dapm widgets (no commit info) [07/12] ASoC: wcd934x: add capture dapm widgets (no commit info) [08/12] ASoC: wcd934x: add audio routings (no commit info) [09/12] dt-bindings: gpio: wcd934x: Add bindings for gpio (no commit info) [10/12] gpio: wcd934x: Add support to wcd934x gpio controller (no commit info) [11/12] ASoC: qcom: dt-bindings: Add compatible for DB845c and Lenovo Yoga (no commit info) [12/12] ASoC: qcom: sdm845: add support to DB845c and Lenovo Yoga (no commit info) 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