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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0719DC38142 for ; Thu, 19 Jan 2023 07:47:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 803D410E8C8; Thu, 19 Jan 2023 07:47:49 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 012DC10E8C8; Thu, 19 Jan 2023 07:47:47 +0000 (UTC) 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 39F8D61B97; Thu, 19 Jan 2023 07:47:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CBC7C433EF; Thu, 19 Jan 2023 07:47:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674114466; bh=7WOYOeaEZiuH7oZbvdZ78RcbdrMFESiP3WNivPABNbk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hioSth933gwVfFT0jpHFp1vNYvhnzakGWtxj+rfD0ZZQ1LG7wZFpIy6HRa1hgG2Ko 6sL0XQf8ppr8LYQ/MFO0wHfrB+3zvGCqYnZp+gVKxm1MOqHT+5ZsAp8vO5/9Fob7hq p2B9Z75k4dYSGIBJQxu/yq1eId5Z22kEpR/iQuF+OoLmGkXge1CtGIc9jKrjPd+mzC H8wGzt9gAxPXVzO8SyETvjlP+EwsFjQgULiKaZ9Suk1uzRV1FGuLyP84v+/Rg/+6e5 YwaYUrMn7A+aRoH0jyMWJl5cboFRYThnT3Oifx/lSOjwHmqQ6uKsM+E2d945mCin3l C80DWQA+WmJuA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pIPee-0005IE-Hm; Thu, 19 Jan 2023 08:48:12 +0100 Date: Thu, 19 Jan 2023 08:48:12 +0100 From: Johan Hovold To: Mark Yacoub Message-ID: References: <20230118193015.911074-1-markyacoub@google.com> <20230118193015.911074-9-markyacoub@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230118193015.911074-9-markyacoub@google.com> Subject: Re: [Intel-gfx] [PATCH v6 08/10] dt-bindings: msm/dp: Add bindings for HDCP registers X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: quic_sbillaka@quicinc.com, konrad.dybcio@somainline.org, dri-devel@lists.freedesktop.org, dianders@chromium.org, krzysztof.kozlowski+dt@linaro.org, airlied@gmail.com, hbh25y@gmail.com, marex@denx.de, abhinavk@codeaurora.org, javierm@redhat.com, quic_khsieh@quicinc.com, agross@kernel.org, Mark Yacoub , quic_jesszhan@quicinc.com, devicetree@vger.kernel.org, tzimmermann@suse.de, Rob Herring , linux-arm-msm@vger.kernel.org, intel-gfx@lists.freedesktop.org, lucas.demarchi@intel.com, quic_abhinavk@quicinc.com, swboyd@chromium.org, robh+dt@kernel.org, christophe.jaillet@wanadoo.fr, rodrigo.vivi@intel.com, bjorn.andersson@linaro.org, johan+linaro@kernel.org, andersson@kernel.org, linux-kernel@vger.kernel.org, daniel@ffwll.ch, dmitry.baryshkov@linaro.org, seanpaul@chromium.org, freedreno@lists.freedesktop.org, maxime@cerno.tech Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Jan 18, 2023 at 07:30:13PM +0000, Mark Yacoub wrote: > From: Sean Paul > > This patch adds the bindings for the MSM DisplayPort HDCP registers > which are required to write the HDCP key into the display controller as > well as the registers to enable HDCP authentication/key > exchange/encryption. > > We'll use a new compatible string for this since the fields are optional. > > Cc: Rob Herring > Cc: Stephen Boyd > Reviewed-by: Rob Herring > Signed-off-by: Sean Paul > Signed-off-by: Mark Yacoub Just a drive-by comment: Your mail address is missing an 'm' here. Perhaps check the rest of the series as well (checkpatch should catch this). Johan