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 A87C0C77B61 for ; Mon, 1 May 2023 07:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232066AbjEAHMG (ORCPT ); Mon, 1 May 2023 03:12:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231755AbjEAHME (ORCPT ); Mon, 1 May 2023 03:12:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 928EAE79 for ; Mon, 1 May 2023 00:12:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1E402616C4 for ; Mon, 1 May 2023 07:12:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24E98C433D2; Mon, 1 May 2023 07:12:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682925122; bh=thfg1C6UTynhMv/UPp/PbhaX4JB2Y4gtnhvhX/6mCwU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=G3Z0m3RubgC6d2GugIt9vwZRjUzBFSUtAxxdXEVntPwYS4//jFeCDEqQddaD93KrR 3GHZWaDfwwXknnrK/+llxFlTWKtHi+dsALKbdfwL4xLIIhiawOcZxjpSqsztUIXl+T t00/mej2Ph9B0+XG6CuKd34JIekyGR0RRFrv/X00tsi+HJYvdolbmrK1aB7rRI5p3Z RuGOFQ8PWCMqBG81/52AnGDLx6WUsvqv5813n0mr4bVAM+cfYmIsJ7G3m1j0IGTEp/ LDgc2nDSofB3jOmvUdWRKWDQp9XcHta81iKtiqoGDTNQlSaTMmq2u709STGmGMqwak rwHfvWmtbVdFw== Message-ID: Date: Mon, 1 May 2023 09:11:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 Content-Language: en-US To: alison@she-devel.com, johan@kernel.org Cc: lgirdwood@gmail.com, broonie@kernel.org, linux-kernel@vger.kernel.org, achaiken@aurora.tech References: <20230430174820.748119-1-alison@she-devel.com> <20230430174820.748119-3-alison@she-devel.com> From: Krzysztof Kozlowski In-Reply-To: <20230430174820.748119-3-alison@she-devel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/04/2023 19:48, alison@she-devel.com wrote: > From: Alison Chaiken > > Add support for the U-Blox Zed-F9P GNSS device. > > Signed-off-by: Alison Chaiken No improvements, so the same comment: Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed at least DT list (maybe more), so this won't be tested. Please resend without skipping necessary entries. Best regards, Krzysztof