From patchwork Sat Jul 6 10:23:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hironori KIKUCHI X-Patchwork-Id: 13725811 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 33F7FC2BD09 for ; Sat, 6 Jul 2024 10:24:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 70E9010E14D; Sat, 6 Jul 2024 10:24:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="IOUTGbKK"; dkim-atps=neutral Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0B63D10E14D for ; Sat, 6 Jul 2024 10:24:18 +0000 (UTC) Received: by mail-pl1-f179.google.com with SMTP id d9443c01a7336-1f9fb3ca81bso14682965ad.3 for ; Sat, 06 Jul 2024 03:24:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1720261457; x=1720866257; darn=lists.freedesktop.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=4F3oyy9KtarIArNI3ikEXTVxbS+dTqHeTI+aovVsO/g=; b=IOUTGbKKqujuPuj16PnRejuj3SpqPyrK3F9u1KAdOfjxKmb1Rh3SKkxYVOmeMERLl7 M8ZQe6f5x7pzUgv2QzUbcAD0rwutqEogp2CowOFPqMYQJKh+BJC+ZDb9xzhY0cByOG7Q UG1WQrqo83eQzD//rdF0HA6sCYr4xRLNzsYwrvPwfD1DcWRS6qu1GlUCFevtXytoN5TJ vTtHdYhP/UlTk6rz/iUgfTJqw/e17OS4sffFuNUyoAwoj16QcduL2ZB3T6zNARLc65Qt k3xKdEPl2M4kglzkz0B/BQmYcfTsgp14XXopllUi0k8TmlhB/xGF+brvjyywQu/cSHCl 7DSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720261457; x=1720866257; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4F3oyy9KtarIArNI3ikEXTVxbS+dTqHeTI+aovVsO/g=; b=ZOgiTiqq2PrxA83bkmkwlpMcC22V+KPN690oXaQCBrFtVk3lPtjvHgIyODLOK3OpcI Zh9ITwFcO2tSqo2kweUpfvfEAH5aoZX2K6xZoqlZua2uiTiXEC44LLAsH9ACgKKrqSzU 5IakpFrhhNcJMeOTTRUYYh8doPKLPH3sF93p9gmTwGPsZCYGkW2cTO8Dv0MqRHuLugbH VquZQwmuHxSSG288fc6+P7SOkszudQeYQvonyxSHdxbiJ/DVTPrsBU6aUKsiJSu009YA EoJchkvA/e0jNsCdM3iIjnV8vyLIBNgk8KqaUf0RTIZgp96l1XCBugGNVfLKN7Zfl4IR EOKQ== X-Forwarded-Encrypted: i=1; AJvYcCV8bp4iuL/jPRNfu1E07TQT9MucjngSw6YBy+BE5ShE0BiGZo3s0uCZOU4v+qs/nivQFECCLkQZ7NIzEZlqk02c4Zdn52lemPcQHZM/w4oX X-Gm-Message-State: AOJu0Yy2bdGezqySNsuLSCNhLjU+5pPmNHc79JZdWwM72J8MWhkrDHaI 4S/RNmMXsVMlf3QSfAzFNMwL0eMpDc69lW1USDHquVh56ixWKji/ X-Google-Smtp-Source: AGHT+IERiuP7htmMSY3fxeiRgDlnM9igXGsSVcxv1SrgYgAeG3Dk/2qH03/2FHZhs4Mo8z8YYx+NFQ== X-Received: by 2002:a17:903:18e:b0:1fb:2d04:5eac with SMTP id d9443c01a7336-1fb33df5663mr46446425ad.5.1720261457169; Sat, 06 Jul 2024 03:24:17 -0700 (PDT) Received: from noel.flets-west.jp ([2405:6586:4480:a10:167:9818:d778:5c14]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1fb67e04f64sm9126625ad.214.2024.07.06.03.24.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 06 Jul 2024 03:24:16 -0700 (PDT) From: Hironori KIKUCHI To: linux-kernel@vger.kernel.org Cc: Hironori KIKUCHI , Jagan Teki , Neil Armstrong , Jessica Zhang , Sam Ravnborg , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: [PATCH v3 1/5] drm/panel: st7701: Rename macros Date: Sat, 6 Jul 2024 19:23:32 +0900 Message-ID: <20240706102338.99231-2-kikuchan98@gmail.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240706102338.99231-1-kikuchan98@gmail.com> References: <20240706102338.99231-1-kikuchan98@gmail.com> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Rename DSI_CMD* macros to ST7701_CMD*, and ST7701_DSI macro to ST7701_WRITE, because they do not belong to DSI. Signed-off-by: Hironori KIKUCHI Reviewed-by: Neil Armstrong Reviewed-by: Jessica Zhang --- drivers/gpu/drm/panel/panel-sitronix-st7701.c | 736 +++++++++--------- 1 file changed, 368 insertions(+), 368 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-sitronix-st7701.c b/drivers/gpu/drm/panel/panel-sitronix-st7701.c index 421eb4592b6..a9a8fd85057 100644 --- a/drivers/gpu/drm/panel/panel-sitronix-st7701.c +++ b/drivers/gpu/drm/panel/panel-sitronix-st7701.c @@ -18,75 +18,75 @@ #include