]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index 819703913a00c4db2f0b00c048686acb9393e602..2c551bdc9bc9e416e114b88ff2ae3d038eff079d 100644 (file)
@@ -25,7 +25,7 @@ nvkm-y += nvkm/subdev/i2c/busnv50.o
 nvkm-y += nvkm/subdev/i2c/busgf119.o
 nvkm-y += nvkm/subdev/i2c/bit.o
 
-nvkm-y += nvkm/subdev/i2c/aux.o
+nvkm-y += nvkm/subdev/i2c/auxch.o
 nvkm-y += nvkm/subdev/i2c/auxg94.o
 nvkm-y += nvkm/subdev/i2c/auxgf119.o
 nvkm-y += nvkm/subdev/i2c/auxgm200.o
index dd391809fef7b50b84ce256905f79ec2b756d86e..6c76e5e14b7515f1e1d05daf33199a94a29dbc59 100644 (file)
@@ -24,7 +24,7 @@
 #define anx9805_pad(p) container_of((p), struct anx9805_pad, base)
 #define anx9805_bus(p) container_of((p), struct anx9805_bus, base)
 #define anx9805_aux(p) container_of((p), struct anx9805_aux, base)
-#include "aux.h"
+#include "auxch.h"
 #include "bus.h"
 
 struct anx9805_pad {
similarity index 99%
rename from drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c
rename to drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxch.c
index d063d0dc13c51ba1a23668c101876444aa48a4ee..fafc634acbf635a7773cf24dfa30fbc78193f84e 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <linux/string_helpers.h>
 
-#include "aux.h"
+#include "auxch.h"
 #include "pad.h"
 
 static int
index 47068f6f9c55d439eb0397d1fa254659776807a0..854bb4b5fdb40372d537a0f086746ce8aacf3dda 100644 (file)
@@ -22,7 +22,7 @@
  * Authors: Ben Skeggs <bskeggs@redhat.com>
  */
 #define g94_i2c_aux(p) container_of((p), struct g94_i2c_aux, base)
-#include "aux.h"
+#include "auxch.h"
 
 struct g94_i2c_aux {
        struct nvkm_i2c_aux base;
index dab40cd8fe3a9659a8067187645cbf51454d861b..c17d5647cb997d4c2a248b87f007153c458c02a2 100644 (file)
@@ -19,7 +19,7 @@
  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
  */
-#include "aux.h"
+#include "auxch.h"
 
 static const struct nvkm_i2c_aux_func
 gf119_i2c_aux = {
index 8bd1d442e4654a0f4ff0f75c9c485e64d7562a9d..3c5005e3b330bba1426ec9b243f6d1a62b77698e 100644 (file)
@@ -22,7 +22,7 @@
  * Authors: Ben Skeggs <bskeggs@redhat.com>
  */
 #define gm200_i2c_aux(p) container_of((p), struct gm200_i2c_aux, base)
-#include "aux.h"
+#include "auxch.h"
 
 struct gm200_i2c_aux {
        struct nvkm_i2c_aux base;
index 731b2f68d3dbf32d25492d21fff6acce1eaf13a9..7ec17e8435a13649fde59c4146b17fc22e6937a8 100644 (file)
@@ -22,7 +22,7 @@
  * Authors: Ben Skeggs
  */
 #include "priv.h"
-#include "aux.h"
+#include "auxch.h"
 #include "bus.h"
 #include "pad.h"
 
index 5904bc5f2d2a6581b5b211b78f7580b6b0dbb28c..cc26cd67791713af1976995223a7a11dce1a419d 100644 (file)
@@ -22,7 +22,7 @@
  * Authors: Ben Skeggs
  */
 #include "pad.h"
-#include "aux.h"
+#include "auxch.h"
 #include "bus.h"
 
 void
index 3bc4d03100767da585ad9d6dbd95483be3174403..1797c6c65979d921876c9820dfe2bfa5a50c2735 100644 (file)
@@ -22,7 +22,7 @@
  * Authors: Ben Skeggs
  */
 #include "pad.h"
-#include "aux.h"
+#include "auxch.h"
 #include "bus.h"
 
 static const struct nvkm_i2c_pad_func
index 7d417f6a816e5ebb6bea8fc074b9c2207bfd7400..5afc1bf8e798a29c2d47756d91c4566bd85995d7 100644 (file)
@@ -22,7 +22,7 @@
  * Authors: Ben Skeggs
  */
 #include "pad.h"
-#include "aux.h"
+#include "auxch.h"
 #include "bus.h"
 
 static void