All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: airlied@redhat.com, jfalempe@redhat.com,
	maarten.lankhorst@linux.intel.com, mripard@kernel.org,
	airlied@gmail.com, daniel@ffwll.ch, jani.nikula@linux.intel.com
Cc: dri-devel@lists.freedesktop.org, Thomas Zimmermann <tzimmermann@suse.de>
Subject: [PATCH 07/11] drm/mgag200: Rename mgag200_i2c.c to mgag200_ddc.c
Date: Wed,  3 Apr 2024 11:24:44 +0200	[thread overview]
Message-ID: <20240403093114.22163-8-tzimmermann@suse.de> (raw)
In-Reply-To: <20240403093114.22163-1-tzimmermann@suse.de>

Rename the source file according to its content. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
---
 drivers/gpu/drm/mgag200/Makefile                         | 2 +-
 drivers/gpu/drm/mgag200/{mgag200_i2c.c => mgag200_ddc.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/gpu/drm/mgag200/{mgag200_i2c.c => mgag200_ddc.c} (100%)

diff --git a/drivers/gpu/drm/mgag200/Makefile b/drivers/gpu/drm/mgag200/Makefile
index 182e224c460dd..0b919352046eb 100644
--- a/drivers/gpu/drm/mgag200/Makefile
+++ b/drivers/gpu/drm/mgag200/Makefile
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 mgag200-y := \
 	mgag200_bmc.o \
+	mgag200_ddc.o \
 	mgag200_drv.o \
 	mgag200_g200.o \
 	mgag200_g200eh.o \
@@ -10,7 +11,6 @@ mgag200-y := \
 	mgag200_g200ew3.o \
 	mgag200_g200se.o \
 	mgag200_g200wb.o \
-	mgag200_i2c.o \
 	mgag200_mode.o
 
 obj-$(CONFIG_DRM_MGAG200) += mgag200.o
diff --git a/drivers/gpu/drm/mgag200/mgag200_i2c.c b/drivers/gpu/drm/mgag200/mgag200_ddc.c
similarity index 100%
rename from drivers/gpu/drm/mgag200/mgag200_i2c.c
rename to drivers/gpu/drm/mgag200/mgag200_ddc.c
-- 
2.44.0


  parent reply	other threads:[~2024-04-03  9:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03  9:24 [PATCH 00/11] drm/mgag200: Detect connector status Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 01/11] drm/mgag200: Set DDC timeout in milliseconds Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 02/11] drm/mgag200: Bind I2C lifetime to DRM device Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 03/11] drm/mgag200: Store pointer to struct mga_device in struct mga_i2c_chan Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 04/11] drm/mgag200: Allocate instance of struct mga_i2c_chan dynamically Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 05/11] drm/mgag200: Inline mgag200_i2c_init() Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 06/11] drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddc Thomas Zimmermann
2024-04-03  9:24 ` Thomas Zimmermann [this message]
2024-04-03  9:24 ` [PATCH 08/11] drm/mgag200: Rename struct i2c_algo_bit_data callbacks Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 09/11] drm/mgag200: Acquire I/O-register lock in DDC code Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 10/11] drm/mgag200: Use drm_connector_helper_get_modes() Thomas Zimmermann
2024-04-03  9:24 ` [PATCH 11/11] drm/mgag200: Set .detect_ctx() and enable connector polling Thomas Zimmermann
2024-04-08 10:36 ` [PATCH 00/11] drm/mgag200: Detect connector status Jocelyn Falempe
2024-04-08 11:06   ` Thomas Zimmermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240403093114.22163-8-tzimmermann@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@gmail.com \
    --cc=airlied@redhat.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=jfalempe@redhat.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.