Commit 2d8c98b8 authored by Daniel Scheller's avatar Daniel Scheller Committed by Mauro Carvalho Chehab

media: ddbridge/max: rename ddbridge-maxs8.[c|h] to ddbridge-max.[c|h]

Rename the MaxS4/8 support files following upstream. References to these
files and descriptions have been updated aswell.
Signed-off-by: default avatarDaniel Scheller <d.scheller@gmx.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 04bdf863
......@@ -4,7 +4,7 @@
#
ddbridge-objs := ddbridge-main.o ddbridge-core.o ddbridge-ci.o \
ddbridge-hw.o ddbridge-i2c.o ddbridge-maxs8.o
ddbridge-hw.o ddbridge-i2c.o ddbridge-max.o
obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o
......
......@@ -37,7 +37,7 @@
#include "ddbridge.h"
#include "ddbridge-i2c.h"
#include "ddbridge-regs.h"
#include "ddbridge-maxs8.h"
#include "ddbridge-max.h"
#include "ddbridge-ci.h"
#include "ddbridge-io.h"
......
/*
* ddbridge-maxs8.c: Digital Devices bridge MaxS4/8 support
* ddbridge-max.c: Digital Devices bridge MAX card support
*
* Copyright (C) 2010-2017 Digital Devices GmbH
* Ralph Metzler <rjkm@metzlerbros.de>
......@@ -34,7 +34,7 @@
#include "ddbridge-regs.h"
#include "ddbridge-io.h"
#include "ddbridge-maxs8.h"
#include "ddbridge-max.h"
#include "mxl5xx.h"
/******************************************************************************/
......
/*
* ddbridge-maxs8.h: Digital Devices bridge MaxS4/8 support
* ddbridge-max.h: Digital Devices bridge MAX card support
*
* Copyright (C) 2010-2017 Digital Devices GmbH
* Ralph Metzler <rjkm@metzlerbros.de>
......@@ -16,8 +16,8 @@
*
*/
#ifndef _DDBRIDGE_MAXS8_H_
#define _DDBRIDGE_MAXS8_H_
#ifndef _DDBRIDGE_MAX_H_
#define _DDBRIDGE_MAX_H_
#include "ddbridge.h"
......@@ -26,4 +26,4 @@
int lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
int fe_attach_mxl5xx(struct ddb_input *input);
#endif /* _DDBRIDGE_MAXS8_H */
#endif /* _DDBRIDGE_MAX_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment