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 4400FC433FE for ; Wed, 13 Apr 2022 08:12:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233705AbiDMIOt (ORCPT ); Wed, 13 Apr 2022 04:14:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230070AbiDMIOs (ORCPT ); Wed, 13 Apr 2022 04:14:48 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A46C4E391; Wed, 13 Apr 2022 01:12:27 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id A965B1F38D; Wed, 13 Apr 2022 08:12:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1649837545; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YFQcubMNkImdYfz8+a4Ig60IGZfMB0rBvlz+BQaWd3M=; b=SuCFzaa4MA/2apTozXmONpP0f2wE/BzXXZ4y2sinNzKXDBt620YmnIpCkzrCuFOd3r2N6e nikU4n9M4+IoTqU5jsN8LL4FdM/u3+lQ8vHrlrCBpwROX5KlP4aZNeIMJ6dm2nHah/JzpE Ljbohjq6KMK+PpjJDVFZGIIuPXDReiA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1649837545; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YFQcubMNkImdYfz8+a4Ig60IGZfMB0rBvlz+BQaWd3M=; b=hmmGccGxfoWdNNpaPcMznOsHs85D2GFuXFCpjX7ZUjwUeSLLvH5K1NDNq2knSnfqd5a5Qd 26AQmklFlgbJmNCw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 9784FA3B92; Wed, 13 Apr 2022 08:12:25 +0000 (UTC) Date: Wed, 13 Apr 2022 10:12:25 +0200 Message-ID: From: Takashi Iwai To: Cc: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Jaroslav Kysela , Takashi Iwai , , , , Subject: Re: [PATCH v6 00/16] Support external boost at CS35l41 ASoC driver In-Reply-To: References: <20220409091315.1663410-1-tanureal@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 13 Apr 2022 10:10:16 +0200, wrote: > > On 4/13/22 8:51 AM, Takashi Iwai wrote: > > On Sat, 09 Apr 2022 11:12:59 +0200, > > Lucas Tanure wrote: > > > > > > Move the support for CS35L41 external boost to its shared library > > > for ASoC use. > > > This move resulted in cs35l41_hda_reg_sequence being removed, > > > and its steps were broken down into regmap writes or functions > > > from the library. And hardware configuration struct was unified > > > for its use in the shared lib. > > > While at it, some minor bugs were found and fixed it. > > > > The patch series seem inapplicable via git am. > > Could you check the setup of your mailer? > > > > > > thanks, > > > > Takashi > > > Hi, > Could you explain how you apply this series? So I can reproduce it and see what's going on. > To apply a series of patches I usually: > > 1 - Find the patch series on https://patchwork.kernel.org/ > 2 - Click the series button on the right top corner, which will give me the single patch file with all series changes > 3 - git am ~/Downloads/Support-external-boost-at-CS35l41-ASoC-driver.patch I tried b4 am and git am. Takashi