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 BE966C43334 for ; Tue, 28 Jun 2022 08:15:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242335AbiF1IPv (ORCPT ); Tue, 28 Jun 2022 04:15:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242716AbiF1IPb (ORCPT ); Tue, 28 Jun 2022 04:15:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B76972DABA; Tue, 28 Jun 2022 01:14:52 -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 E220461216; Tue, 28 Jun 2022 08:14:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F5A4C3411D; Tue, 28 Jun 2022 08:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656404091; bh=xvgZ1Ec6k3SupDcAFTwZ0lBCn8TgbhhysOEQ6fUSeqU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bn2fgRq3fgZptJFEmHELWk/tn6FYJsb/BryI8iqJJLFqyUosjq3RCPY7QluipJjWz 0euGkekE2Ls3NHwnmZv+37t8lZt2SAEkUnYfqDiqb4z38bP/JlN/EN8AFDepxbKH67 UHCgPl2MUH54U3DxSbqzlog5L7ZG/rCXcT2atuVYADzX/NagGjpb32C+mNdi/l5uvD eSRWO+NjTGZ5SKvgFY4f/GW7YMkT8NHhJ3lWVjeAYir7NDi6tdRbsEL15e+A2a7YDG gofdtA9jcaIVkKlIrABIL2UUSlBE/uCzmbztZQVJGvwW1TfuMq83tIvz1mjGlpVxPd OItm5tXc/c8Dg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o66My-000662-I6; Tue, 28 Jun 2022 10:14:48 +0200 Date: Tue, 28 Jun 2022 10:14:48 +0200 From: Johan Hovold To: Konrad Dybcio Cc: Johan Hovold , Bjorn Andersson , Andy Gross , Rob Herring , Krzysztof Kozlowski , Manivannan Sadhasivam , Jassi Brar , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree Message-ID: References: <20220622132617.24604-1-johan+linaro@kernel.org> <96394aa2-aefc-63c4-d86f-15c06d092d75@somainline.org> <00aefa9b-5d91-629b-9fa6-fadd6df5a469@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00aefa9b-5d91-629b-9fa6-fadd6df5a469@somainline.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 28, 2022 at 10:09:57AM +0200, Konrad Dybcio wrote: > On 28.06.2022 10:00, Johan Hovold wrote: > > On Mon, Jun 27, 2022 at 01:38:47PM +0200, Konrad Dybcio wrote: > >> On 22.06.2022 15:26, Johan Hovold wrote: > >>> Add an initial devicetree for the Lenovo Thinkpad X13s with support for > >>> USB, backlight, keyboard, touchpad, touchscreen (to be verified), PMICs > >>> and remoteprocs. > >>> > >>> Signed-off-by: Johan Hovold > >>> Reviewed-by: Krzysztof Kozlowski > > > > Krzysztof's tag wasn't here in the version I posted. > Patchwork recently started pulling them in automatically when > downloading a mbox file. Please consider using b4 instead if you need to reply to patches. Johan