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 1B99FC433FE for ; Wed, 13 Apr 2022 08:21:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233723AbiDMIYC (ORCPT ); Wed, 13 Apr 2022 04:24:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbiDMIYA (ORCPT ); Wed, 13 Apr 2022 04:24:00 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F2323123C; Wed, 13 Apr 2022 01:21:40 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 3AE94210DE; Wed, 13 Apr 2022 08:21:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1649838099; 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=jJOTeo9MgnyvEvJ2ZvQ6zBUd5YE6fkQYw26vIwQ/IKM=; b=hGIA8j3bO1oldIFv1hNechuNLHlJuXukvulJOo5MSj7lxM8I0oL9T630KnnMYczpHXUNTp cLSVsY3vEZgMXt9cmF7KbR8Mm9M2AZ1YI/SCPzHcEZt0F9VtjlfWd9pgVP9i7Ke66GPhUw JEHe35aiXjDgJ8PiO2rk1+diTaeQXsk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1649838099; 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=jJOTeo9MgnyvEvJ2ZvQ6zBUd5YE6fkQYw26vIwQ/IKM=; b=ej3JAyweVX2uxxa/d/cwBA8vSGyqH/lD19ZMW8aP7Qh44E6ode6l3qg2B6DVr0reinaQao QaR1tw8oqXWC3oBA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 2DAC4A3B88; Wed, 13 Apr 2022 08:21:39 +0000 (UTC) Date: Wed, 13 Apr 2022 10:21:39 +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: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? Takashi