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 D06E4C3DA78 for ; Tue, 17 Jan 2023 19:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231249AbjAQTfp (ORCPT ); Tue, 17 Jan 2023 14:35:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235192AbjAQTen (ORCPT ); Tue, 17 Jan 2023 14:34:43 -0500 X-Greylist: delayed 603 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 17 Jan 2023 10:37:30 PST Received: from ixit.cz (ip-89-177-23-149.bb.vodafone.cz [89.177.23.149]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C89253FBD; Tue, 17 Jan 2023 10:37:24 -0800 (PST) Received: from [10.0.0.182] (unknown [10.0.0.1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id EA6C7160BFD; Tue, 17 Jan 2023 19:17:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1673979468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cYHREfibG8rZLgmN70q3NiQ3z4p8ZY+IxuPByvxNo8c=; b=QaCadAfIRc6FF3sNoisiLvoPLSieMPPIluQk63GD/hi6EJARK2kalK4G9Q6UFuWIG18BIS oZUL5yDRko8kkpO0GeetfWKn2jYH71QADw9xe6AXAsDBYYbl19hnQAmEfVRK/v6FuxjtrB b0d3LikxDaqrT91KoKmzBrR5xS7ScTk= Message-ID: <2fb67d4e-6a2a-a416-cbcd-bcf6f3c5eae4@ixit.cz> Date: Tue, 17 Jan 2023 19:17:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Thunderbird/104.0 To: Bryan O'Donoghue , linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org Cc: robdclark@gmail.com, quic_abhinavk@quicinc.com, dmitry.baryshkov@linaro.org, sean@poorly.run, airlied@gmail.com, daniel@ffwll.ch, robh+dt@kernel.org, dianders@chromium.org, krzysztof.kozlowski+dt@linaro.org, swboyd@chromium.org, konrad.dybcio@somainline.org, agross@kernel.org, andersson@kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20230116225217.1056258-1-bryan.odonoghue@linaro.org> Content-Language: en-US From: David Heidelberg Subject: Re: [PATCH v8 0/3] mdss-dsi-ctrl binding and dts fixes In-Reply-To: <20230116225217.1056258-1-bryan.odonoghue@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org For the series: Acked-by: David Heidelberg