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 C03A6C43217 for ; Wed, 13 Apr 2022 08:22:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233737AbiDMIYm (ORCPT ); Wed, 13 Apr 2022 04:24:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231671AbiDMIYi (ORCPT ); Wed, 13 Apr 2022 04:24:38 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0719033E8B; Wed, 13 Apr 2022 01:22:18 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id B82E81F856; Wed, 13 Apr 2022 08:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1649838136; 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=Nyxqn91jWR/SeRVnquAAnm0K/dAH16E4RF2CT5wYaHQ=; b=nvucMmt7IGSNDyNOunzPeXkDw7UtRAykotadpTgh6KEq0zeiASLATZg2atmFx9r3vu6m9F mcPdmuu9tjzoLL5eQyiBorpdkceYMpnkWfHuPUqjp5C7W8RA85aRVX0Q3hA72b09J2ekdI sV8XvKp3++48YcA+Y+6fZCfb8QbpasQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1649838136; 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=Nyxqn91jWR/SeRVnquAAnm0K/dAH16E4RF2CT5wYaHQ=; b=gi+pZ4ykFz4UMyBDnnl63thMw4bvXGP5AQUTvMVBqobzjy2v8ylFNBduFhSLC0oc7Z9L+E 0kZlHsbfyUie+iDQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id AA938A3B82; Wed, 13 Apr 2022 08:22:16 +0000 (UTC) Date: Wed, 13 Apr 2022 10:22:16 +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:21:39 +0200, Takashi Iwai wrote: > > On Wed, 13 Apr 2022 10:12:25 +0200, > Takashi Iwai wrote: > > > > 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. > > Maybe your patch base isn't aligned with the current upstream. > Could you rebase to 5.18-rc2? ... and don't forget to pick up Mark's Acks. thanks, Takashi