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 AC81EC43334 for ; Tue, 19 Jul 2022 20:39:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239953AbiGSUjL (ORCPT ); Tue, 19 Jul 2022 16:39:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239876AbiGSUjE (ORCPT ); Tue, 19 Jul 2022 16:39:04 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6C3852DEC for ; Tue, 19 Jul 2022 13:39:02 -0700 (PDT) Received: from notapiano.myfiosgateway.com (pool-98-113-53-228.nycmny.fios.verizon.net [98.113.53.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madras.collabora.co.uk (Postfix) with ESMTPSA id D78B566019F4; Tue, 19 Jul 2022 21:38:59 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1658263141; bh=D1EWl395kCS6h9fC4licHdb775gvbaCYO+elJhLtDmA=; h=From:To:Cc:Subject:Date:From; b=KRnBrc6/9DRdIeYev/BAVNY520rNMChpUdoTiasS8vIVBIMGrjCzdT0i9uW2AANbw xGHvCKiIjhRg7aKk3vT973p2Ppq6m0F7bDzyXPMbJ5fj/JBUchc/CwYEVDRgo3def3 2ECRnE5npZeSAqT4Hu3lSN8f3QN7UvaPgLDwzqoSNQjBBQMnnPK3/0GHEzUI/MaUXt 2Par5Ttoy6cM7JiyPlYBqVIXZYyPI4oi7Mgc2Miec0l3HwtnNMdap+Qsae0XDeFAwW TBEyHKA/LtQ0gdfppCJKe3K/NOFHwdpuNKAzvcsoXYTVhkTIDlw+UAFH2H3LkCHWGJ 9HyZC+Jhgn58Q== From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= To: Douglas Anderson Cc: AngeloGioacchino Del Regno , kernel@collabora.com, =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= , Daniel Vetter , David Airlie , Linus Walleij , Sam Ravnborg , Thierry Reding , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] New eDP panels and a bugfix Date: Tue, 19 Jul 2022 16:38:53 -0400 Message-Id: <20220719203857.1488831-1-nfraprado@collabora.com> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds two new eDP panel entries in the first two patches, and fixes a typo in the third one that prevented usage of the DT properties. Please see the note in patch 1 for a question on hpd_reliable vs. hpd_absent. NĂ­colas F. R. A. Prado (3): drm/panel-edp: Add panel entry for R140NWF5 RH drm/panel-edp: Add panel entry for B120XAN01.0 drm/panel-edp: Fix variable typo when saving hpd absent delay from DT drivers/gpu/drm/panel/panel-edp.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -- 2.37.0