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 ED813E9270D for ; Thu, 5 Oct 2023 16:22:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242751AbjJEQV6 (ORCPT ); Thu, 5 Oct 2023 12:21:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241314AbjJEQQH (ORCPT ); Thu, 5 Oct 2023 12:16:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D260593F1 for ; Thu, 5 Oct 2023 07:31:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8121FC43391; Thu, 5 Oct 2023 14:31:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696516273; bh=PFjqfxHz1axufGhNaauK3zpHZx5oVEDTMQRFxAN+0xg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mIaAqstQdbs3z+EZ0Jpt0Burvo005Fp2Jxy2pTcnjjx0T90MbZakHTxfHK00hmEUr EKvvCfg/Rh1lf8bMtpoBtrJWLv5PLj47uZ2HasMrxqhnPSpkHJ10QBHTwU6fPc0AsI Yu/W87cDXHwmLoIbfZl4D2FuoW7YPrMDHGbKNc/Kx1ijkXzWylOgisS7XRokw0zOri 0jN8z3vZdg060iWd1noZNdG71pg9eIEU4XkRm6579MpUYUr8whyaG/ZYGBOhOZNXEy tc927VsL4DSPNU16NkzjcUUk6eVm3y+BVWiyMzZlYVz6rWH9gFybZC1u905/bGj6FN ES1iA+1/IDH0w== Date: Thu, 5 Oct 2023 15:31:09 +0100 From: Lee Jones To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, Jarkko Nikula Subject: Re: (subset) [PATCH] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs Message-ID: <20231005143109.GH681678@google.com> References: <20231002083344.75611-1-jarkko.nikula@linux.intel.com> <169651386914.775665.8508120735864164763.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 05 Oct 2023, Andy Shevchenko wrote: > On Thu, Oct 05, 2023 at 02:51:09PM +0100, Lee Jones wrote: > > On Mon, 02 Oct 2023 11:33:44 +0300, Jarkko Nikula wrote: > > > Add Intel Lunar Lake-M SoC PCI IDs. > > > > Applied, thanks! > > > > [1/1] mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs > > commit: ae1fbe1b021a3075020856b2717fd971a72f9429 > > Just a side note, are you sure the word 'subset' makes sense when you take > _all_ patches? It doesn't. It happens when there is only one patch in the set and is an artefact of: `b4 -P _` # Cherry-pick the msgid specified Man: -P CHERRYPICK, --cherry-pick CHERRYPICK Cherry-pick a subset of patches (e.g. "-P 1-2,4,6-", "-P _" to use just the msgid specified) -- Lee Jones [李琼斯]