Commit d76231e4 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: xc2028: rename the driver from tuner-xc2028



This is the only tuner driver that has "tuner-" on its name.

Rename it, in order to match all the other tuner drivers.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent b3627647
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ tda9887 TDA 9885/6/7 analog IF demodulator
tea5761       TEA 5761 radio tuner
tea5767       TEA 5767 radio tuner
tua9001       Infineon TUA9001 silicon tuner
tuner-xc2028  XCeive xc2028/xc3028 tuners
xc2028        XCeive xc2028/xc3028 tuners
xc4000        Xceive XC4000 silicon tuner
xc5000        Xceive XC5000 silicon tuner
============  ==================================================
+1 −1
Original line number Diff line number Diff line
@@ -21049,7 +21049,7 @@ L: linux-media@vger.kernel.org
S:	Maintained
W:	https://linuxtv.org
T:	git git://linuxtv.org/media_tree.git
F:	drivers/media/tuners/tuner-xc2028.*
F:	drivers/media/tuners/xc2028.*
XDP (eXpress Data Path)
M:	Alexei Starovoitov <ast@kernel.org>
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include "cx18-mailbox.h"
#include "cx18-ioctl.h"
#include "cx18-controls.h"
#include "tuner-xc2028.h"
#include "xc2028.h"
#include <linux/dma-mapping.h>
#include <media/tveeprom.h>

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <linux/firmware.h>
#include "mt352.h"
#include "mt352_priv.h"
#include "tuner-xc2028.h"
#include "xc2028.h"

DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include "cx18-io.h"
#include "cx18-cards.h"
#include "cx18-gpio.h"
#include "tuner-xc2028.h"
#include "xc2028.h"

/********************* GPIO stuffs *********************/

Loading