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
This commit is contained in:
Benjamin Szőke 2024-06-03 11:15:58 +02:00 committed by Danilo Krummrich
parent bc41d57fab
commit 231bb9b4c4
11 changed files with 10 additions and 10 deletions

View 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

View 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 {

View File

@ -24,7 +24,7 @@
#include <linux/string_helpers.h>
#include "aux.h"
#include "auxch.h"
#include "pad.h"
static int

View 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;

View 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 = {

View 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;

View File

@ -22,7 +22,7 @@
* Authors: Ben Skeggs
*/
#include "priv.h"
#include "aux.h"
#include "auxch.h"
#include "bus.h"
#include "pad.h"

View File

@ -22,7 +22,7 @@
* Authors: Ben Skeggs
*/
#include "pad.h"
#include "aux.h"
#include "auxch.h"
#include "bus.h"
void

View 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

View File

@ -22,7 +22,7 @@
* Authors: Ben Skeggs
*/
#include "pad.h"
#include "aux.h"
#include "auxch.h"
#include "bus.h"
static void