From patchwork Mon Jun 29 23:33:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11632817 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 75A81138C for ; Mon, 29 Jun 2020 23:33:34 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4FD3B20786 for ; Mon, 29 Jun 2020 23:33:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="OHUs5quk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4FD3B20786 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4166E89AAE; Mon, 29 Jun 2020 23:33:31 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id A09C989AAE for ; Mon, 29 Jun 2020 23:33:29 +0000 (UTC) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A0EE4299; Tue, 30 Jun 2020 01:33:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1593473607; bh=ZGM40xdl+FMYrBph60+J1WkDt3/CICMvSeWg4yoO478=; h=From:To:Cc:Subject:Date:From; b=OHUs5quk4MR6/Q1RGkSFDHtM1Qv8VxDkZDLponE50v1hkocBImwKg+0vsI2pBqp6i XBqkRGIjNGMtKFSqudBsJTp4Y9XhDfjx4heu1g+W4xhqwIahjzfagALKk5/zdYBsYl 088hya2oHvIEeRreHxIkVr8LuSkt2qD4AgXbWFyk= From: Laurent Pinchart To: dri-devel@lists.freedesktop.org Subject: [PATCH v2 0/4] drm: panel: simple: Fix mistakes in panel descriptions Date: Tue, 30 Jun 2020 02:33:16 +0300 Message-Id: <20200629233320.8774-1-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Liu Ying , Marcel Ziswiler , Pascal Roeleven , Thierry Reding , Miquel Raynal , Dmitry Osipenko , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hello, This small patch series is the second version of what has been previously submitted as "[PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels". It fixes incorrect bus format and connector type in the description of two panels (patches 1/4 and 2/4), drop invalid bus flags for LVDS panels (patch 3/4), and add a warning to catch invalid bus formats for future LVDS panels. Laurent Pinchart (4): drm: panel: simple: Correct connector type for Starry KR070PE2T drm: panel: simple: Correct bus format for Satoz SAT050AT40H12R2 drm: panel: simple: Drop drive/sample bus flags for LVDS panels drm: panel: simple: Warn in case of incorrect bus format for LVDS panels drivers/gpu/drm/panel/panel-simple.c | 41 +++++++++++++++++++--------- 1 file changed, 28 insertions(+), 13 deletions(-)