Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Mauro Carvalho Chehab <mchehab@kernel.org>

+31 -31
+1 -1
Documentation/admin-guide/media/i2c-cardlist.rst
··· 284 284 tea5761 TEA 5761 radio tuner 285 285 tea5767 TEA 5767 radio tuner 286 286 tua9001 Infineon TUA9001 silicon tuner 287 - tuner-xc2028 XCeive xc2028/xc3028 tuners 287 + xc2028 XCeive xc2028/xc3028 tuners 288 288 xc4000 Xceive XC4000 silicon tuner 289 289 xc5000 Xceive XC5000 silicon tuner 290 290 ============ ==================================================
+1 -1
MAINTAINERS
··· 21049 21049 S: Maintained 21050 21050 W: https://linuxtv.org 21051 21051 T: git git://linuxtv.org/media_tree.git 21052 - F: drivers/media/tuners/tuner-xc2028.* 21052 + F: drivers/media/tuners/xc2028.* 21053 21053 21054 21054 XDP (eXpress Data Path) 21055 21055 M: Alexei Starovoitov <ast@kernel.org>
+1 -1
drivers/media/pci/cx18/cx18-driver.c
··· 23 23 #include "cx18-mailbox.h" 24 24 #include "cx18-ioctl.h" 25 25 #include "cx18-controls.h" 26 - #include "tuner-xc2028.h" 26 + #include "xc2028.h" 27 27 #include <linux/dma-mapping.h> 28 28 #include <media/tveeprom.h> 29 29
+1 -1
drivers/media/pci/cx18/cx18-dvb.c
··· 22 22 #include <linux/firmware.h> 23 23 #include "mt352.h" 24 24 #include "mt352_priv.h" 25 - #include "tuner-xc2028.h" 25 + #include "xc2028.h" 26 26 27 27 DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr); 28 28
+1 -1
drivers/media/pci/cx18/cx18-gpio.c
··· 12 12 #include "cx18-io.h" 13 13 #include "cx18-cards.h" 14 14 #include "cx18-gpio.h" 15 - #include "tuner-xc2028.h" 15 + #include "xc2028.h" 16 16 17 17 /********************* GPIO stuffs *********************/ 18 18
+1 -1
drivers/media/pci/cx23885/cx23885-cards.c
··· 15 15 #include <linux/firmware.h> 16 16 #include <misc/altera.h> 17 17 18 - #include "tuner-xc2028.h" 18 + #include "xc2028.h" 19 19 #include "netup-eeprom.h" 20 20 #include "netup-init.h" 21 21 #include "altera-ci.h"
+1 -1
drivers/media/pci/cx23885/cx23885-dvb.c
··· 28 28 #include "xc5000.h" 29 29 #include "max2165.h" 30 30 #include "tda10048.h" 31 - #include "tuner-xc2028.h" 31 + #include "xc2028.h" 32 32 #include "tuner-simple.h" 33 33 #include "dib7000p.h" 34 34 #include "dib0070.h"
+1 -1
drivers/media/pci/cx23885/cx23885-video.c
··· 24 24 #include <media/v4l2-ioctl.h> 25 25 #include <media/v4l2-event.h> 26 26 #include "cx23885-ioctl.h" 27 - #include "tuner-xc2028.h" 27 + #include "xc2028.h" 28 28 29 29 #include <media/drv-intf/cx25840.h> 30 30
+1 -1
drivers/media/pci/cx88/cx88.h
··· 28 28 #include <media/i2c/wm8775.h> 29 29 30 30 #include "cx88-reg.h" 31 - #include "tuner-xc2028.h" 31 + #include "xc2028.h" 32 32 33 33 #include <linux/mutex.h> 34 34
+1 -1
drivers/media/pci/ivtv/ivtv-driver.c
··· 57 57 #include <linux/dma-mapping.h> 58 58 #include <media/tveeprom.h> 59 59 #include <media/i2c/saa7115.h> 60 - #include "tuner-xc2028.h" 60 + #include "xc2028.h" 61 61 #include <uapi/linux/sched/types.h> 62 62 63 63 /* If you have already X v4l cards, then set this to X. This way
+1 -1
drivers/media/pci/ivtv/ivtv-gpio.c
··· 10 10 #include "ivtv-driver.h" 11 11 #include "ivtv-cards.h" 12 12 #include "ivtv-gpio.h" 13 - #include "tuner-xc2028.h" 13 + #include "xc2028.h" 14 14 #include <media/tuner.h> 15 15 #include <media/v4l2-ctrls.h> 16 16
+1 -1
drivers/media/pci/saa7134/saa7134-cards.c
··· 15 15 #include <linux/i2c.h> 16 16 #include <linux/i2c-algo-bit.h> 17 17 18 - #include "tuner-xc2028.h" 18 + #include "xc2028.h" 19 19 #include <media/v4l2-common.h> 20 20 #include <media/tveeprom.h> 21 21 #include "tea5767.h"
+1 -1
drivers/media/pci/saa7134/saa7134-dvb.c
··· 26 26 #include "mt352_priv.h" /* FIXME */ 27 27 #include "tda1004x.h" 28 28 #include "nxt200x.h" 29 - #include "tuner-xc2028.h" 29 + #include "xc2028.h" 30 30 #include "xc5000.h" 31 31 32 32 #include "tda10086.h"
+1 -1
drivers/media/tuners/Makefile
··· 5 5 6 6 tda18271-objs := tda18271-maps.o tda18271-common.o tda18271-fe.o 7 7 8 - obj-$(CONFIG_MEDIA_TUNER_XC2028) += tuner-xc2028.o 8 + obj-$(CONFIG_MEDIA_TUNER_XC2028) += xc2028.o 9 9 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-simple.o 10 10 # tuner-types will be merged into tuner-simple, in the future 11 11 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o
+1 -1
drivers/media/tuners/tuner-types.c
··· 1831 1831 }, 1832 1832 [TUNER_XC2028] = { /* Xceive 2028 */ 1833 1833 .name = "Xceive xc2028/xc3028 tuner", 1834 - /* see tuner-xc2028.c for details */ 1834 + /* see xc2028.c for details */ 1835 1835 }, 1836 1836 [TUNER_THOMSON_FE6600] = { /* Thomson PAL / DVB-T */ 1837 1837 .name = "Thomson FE6600",
+3 -3
drivers/media/tuners/tuner-xc2028-types.h drivers/media/tuners/xc2028-types.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 - * tuner-xc2028_types 3 + * xc2028_types 4 4 * 5 - * This file includes internal tipes to be used inside tuner-xc2028. 6 - * Shouldn't be included outside tuner-xc2028 5 + * This file includes internal tipes to be used inside xc2028. 6 + * Shouldn't be included outside xc2028 7 7 * 8 8 * Copyright (c) 2007-2008 Mauro Carvalho Chehab <mchehab@kernel.org> 9 9 */
+3 -3
drivers/media/tuners/tuner-xc2028.c drivers/media/tuners/xc2028.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - // tuner-xc2028 2 + // xc2028 3 3 // 4 4 // Copyright (c) 2007-2008 Mauro Carvalho Chehab <mchehab@kernel.org> 5 5 // ··· 16 16 #include <linux/slab.h> 17 17 #include <asm/unaligned.h> 18 18 #include "tuner-i2c.h" 19 - #include "tuner-xc2028.h" 20 - #include "tuner-xc2028-types.h" 19 + #include "xc2028.h" 20 + #include "xc2028-types.h" 21 21 22 22 #include <linux/dvb/frontend.h> 23 23 #include <media/dvb_frontend.h>
+1 -1
drivers/media/tuners/tuner-xc2028.h drivers/media/tuners/xc2028.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 - * tuner-xc2028 3 + * xc2028 4 4 * 5 5 * Copyright (c) 2007-2008 Mauro Carvalho Chehab <mchehab@kernel.org> 6 6 */
+1 -1
drivers/media/tuners/xc4000.c
··· 22 22 23 23 #include "xc4000.h" 24 24 #include "tuner-i2c.h" 25 - #include "tuner-xc2028-types.h" 25 + #include "xc2028-types.h" 26 26 27 27 static int debug; 28 28 module_param(debug, int, 0644);
+1 -1
drivers/media/usb/dvb-usb/cxusb.c
··· 35 35 #include "mt352.h" 36 36 #include "mt352_priv.h" 37 37 #include "zl10353.h" 38 - #include "tuner-xc2028.h" 38 + #include "xc2028.h" 39 39 #include "tuner-simple.h" 40 40 #include "mxl5005s.h" 41 41 #include "max2165.h"
+1 -1
drivers/media/usb/dvb-usb/dib0700_devices.c
··· 12 12 #include "dib9000.h" 13 13 #include "mt2060.h" 14 14 #include "mt2266.h" 15 - #include "tuner-xc2028.h" 15 + #include "xc2028.h" 16 16 #include "xc5000.h" 17 17 #include "xc4000.h" 18 18 #include "s5h1411.h"
+1 -1
drivers/media/usb/em28xx/em28xx-i2c.c
··· 26 26 #include <linux/i2c.h> 27 27 #include <linux/jiffies.h> 28 28 29 - #include "tuner-xc2028.h" 29 + #include "xc2028.h" 30 30 #include <media/v4l2-common.h> 31 31 #include <media/tuner.h> 32 32
+1 -1
drivers/media/usb/em28xx/em28xx.h
··· 41 41 #include <media/v4l2-fh.h> 42 42 #include <media/i2c/ir-kbd-i2c.h> 43 43 #include <media/rc-core.h> 44 - #include "tuner-xc2028.h" 44 + #include "xc2028.h" 45 45 #include "xc5000.h" 46 46 #include "em28xx-reg.h" 47 47
+1 -1
drivers/media/usb/tm6000/tm6000-cards.c
··· 17 17 18 18 #include "tm6000.h" 19 19 #include "tm6000-regs.h" 20 - #include "tuner-xc2028.h" 20 + #include "xc2028.h" 21 21 #include "xc5000.h" 22 22 23 23 #define TM6000_BOARD_UNKNOWN 0
+1 -1
drivers/media/usb/tm6000/tm6000-dvb.c
··· 16 16 17 17 #include <media/tuner.h> 18 18 19 - #include "tuner-xc2028.h" 19 + #include "xc2028.h" 20 20 #include "xc5000.h" 21 21 22 22 MODULE_DESCRIPTION("DVB driver extension module for tm5600/6000/6010 based TV cards");
+1 -1
drivers/media/usb/tm6000/tm6000-i2c.c
··· 15 15 #include "tm6000-regs.h" 16 16 #include <media/v4l2-common.h> 17 17 #include <media/tuner.h> 18 - #include "tuner-xc2028.h" 18 + #include "xc2028.h" 19 19 20 20 21 21 /* ----------------------------------------------------------- */
+1 -1
drivers/media/v4l2-core/tuner-core.c
··· 35 35 #include "tda8290.h" 36 36 #include "tea5761.h" 37 37 #include "tea5767.h" 38 - #include "tuner-xc2028.h" 38 + #include "xc2028.h" 39 39 #include "tuner-simple.h" 40 40 #include "tda9887.h" 41 41 #include "xc5000.h"