Message ID | 20230107191822.3787147-1-javierm@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> 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 2A9D8C54EBC for <dri-devel@archiver.kernel.org>; Sat, 7 Jan 2023 19:18:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B04A10E1B8; Sat, 7 Jan 2023 19:18:37 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3E2EC10E1B8 for <dri-devel@lists.freedesktop.org>; Sat, 7 Jan 2023 19:18:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673119114; 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; bh=j4lvL16cX5Ecc0dt+ze79o67iI/xFSw7pgX0Q6ktKIc=; b=ZxBLY/HWyX+jUR1xQ7bYpPkE1JWCOj+498ty39mSVlckumcxAjY7mG8unRY5H52qVpIoLM asQACkLTcKvbXunf3ZMGtfsg/jyy3ZkO3iEORx2JlraGoCUD09Ef0UNqgssf4miBf63SvT bIiclqbQ/scPz94YUYDf03dJKgo1jX0= Received: from mail-wm1-f72.google.com (mail-wm1-f72.google.com [209.85.128.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-670-FHsseAOOMJS3lxmnufMlLA-1; Sat, 07 Jan 2023 14:18:32 -0500 X-MC-Unique: FHsseAOOMJS3lxmnufMlLA-1 Received: by mail-wm1-f72.google.com with SMTP id i7-20020a05600c354700b003d62131fe46so4644947wmq.5 for <dri-devel@lists.freedesktop.org>; Sat, 07 Jan 2023 11:18:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=j4lvL16cX5Ecc0dt+ze79o67iI/xFSw7pgX0Q6ktKIc=; b=mRPbq0X2H+T9a338UWlQozlrJH5vX9Cv+zWw/lXiBj6nV/KRENOqW4/Hf50txLazU1 F4LBVF5suwoab6cakxN2BL+bbaAwS7gA8hVGg7U1Lc2mnp4pG2hsg9rELN+KiCIWGzZ3 s7hX5oPl9vQniBtavVljDGArekUnvk+/tdm8UW45F4W/AjS+kGlbdJVl//1xvjxsoNj3 5taQpC9X7GPG08A9NQzd+bGEwGDjsOUty5VQtV5mlLP+JhKHVOsRLrdRrkl2TgQLpUJm 4o0GH6FOkGeK//kLs0OprHl60VP9EiRkpL879rECgRC8N7RhmgoBUVsZzc+5l/vJmUxz OPQw== X-Gm-Message-State: AFqh2koIGVe5VRg4c314MZgowD0DAwNELZxC2JQjUeMzKJzuURtDeMEY rejxzYqV57HXGh7RtVtEUMo03xytYNrrnWsKI49gvKGpei8/eqT0Irbz+s34ZvwSnuaJOUKU4qO iqpFiR3kY81pVkC3AuzqDThCyzw3i X-Received: by 2002:a5d:5b07:0:b0:270:f10a:b90a with SMTP id bx7-20020a5d5b07000000b00270f10ab90amr36172329wrb.6.1673119111864; Sat, 07 Jan 2023 11:18:31 -0800 (PST) X-Google-Smtp-Source: AMrXdXsnFHfGQHY5z41Y/XajscECribjEcj8eAoYdGQZoRswR+RMReVfcV5D+H2q7ZWXCx6inx7cUQ== X-Received: by 2002:a5d:5b07:0:b0:270:f10a:b90a with SMTP id bx7-20020a5d5b07000000b00270f10ab90amr36172316wrb.6.1673119111661; Sat, 07 Jan 2023 11:18:31 -0800 (PST) Received: from minerva.home (205.pool92-176-231.dynamic.orange.es. [92.176.231.205]) by smtp.gmail.com with ESMTPSA id bp28-20020a5d5a9c000000b00273cd321a1bsm4553900wrb.107.2023.01.07.11.18.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Jan 2023 11:18:31 -0800 (PST) From: Javier Martinez Canillas <javierm@redhat.com> To: linux-kernel@vger.kernel.org Subject: [PATCH v2 00/13] drm/panel: Make panel drivers use existing DSI write macros Date: Sat, 7 Jan 2023 20:18:09 +0100 Message-Id: <20230107191822.3787147-1-javierm@redhat.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: Ondrej Jirman <megous@megous.com>, Purism Kernel Team <kernel@puri.sm>, Sam Ravnborg <sam@ravnborg.org>, =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>, Javier Martinez Canillas <javierm@redhat.com>, dri-devel@lists.freedesktop.org, Thierry Reding <thierry.reding@gmail.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm/panel: Make panel drivers use existing DSI write macros
|
expand
|
On 1/7/23 20:18, Javier Martinez Canillas wrote: > Hello, > > This series contains cleanups for DRM panel drivers that define their own > DSI write macros instead of using what's already in <drm/drm_mipi_dsi.h>. > > This is a v2 that addresses issues pointed out by Sam Ravnborg in the v1: > > https://lore.kernel.org/lkml/20221228014757.3170486-1-javierm@redhat.com/ > > The changes are quite trivial but I've only tested this with allmodconfig > and `make M=drivers/gpu/drm/panel/` so please review and testing would be > highly appreciated. > Pushed this to drm-misc (drm-misc-next). Thanks!