]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau/i2c: rename aux.c and aux.h to auxch.c and auxch.h
authorBenjamin Szőke <egyszeregy@freemail.hu>
Mon, 3 Jun 2024 09:15:58 +0000 (11:15 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 3 Oct 2024 18:05:16 +0000 (20:05 +0200)
commit231bb9b4c42398db3114c087ba39ba00c4b7ac2c
treeb9792c52a43595b031d35f6ce429395b19dc9eab
parentbc41d57fab2b3b8faa6699ee3ed824620777356f
drm/nouveau/i2c: rename aux.c and aux.h to auxch.c and auxch.h

The goal is to clean-up Linux repository from AUX file names, because
the use of such file names is prohibited on other operating systems
such as Windows, so the Linux repository cannot be cloned and
edited on them.

Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu>
Reviewed-by: Ben Skeggs <bskeggs@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240603091558.35672-1-egyszeregy@freemail.hu
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxch.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxch.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padg94.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgf119.c
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgm200.c