hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/pci/bt8xx/bttv-cards.c
....@@ -1,27 +1,15 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23
34 bttv-cards.c
45
5
- this file has configuration informations - card-specific stuff
6
+ this file has configuration information - card-specific stuff
67 like the big tvcards array for the most part
78
89 Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
910 & Marcus Metzler (mocm@thp.uni-koeln.de)
1011 (c) 1999-2001 Gerd Knorr <kraxel@goldbach.in-berlin.de>
1112
12
- This program is free software; you can redistribute it and/or modify
13
- it under the terms of the GNU General Public License as published by
14
- the Free Software Foundation; either version 2 of the License, or
15
- (at your option) any later version.
16
-
17
- This program is distributed in the hope that it will be useful,
18
- but WITHOUT ANY WARRANTY; without even the implied warranty of
19
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
- GNU General Public License for more details.
21
-
22
- You should have received a copy of the GNU General Public License
23
- along with this program; if not, write to the Free Software
24
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2513
2614 */
2715
....@@ -1391,7 +1379,7 @@
13911379 .gpiomux = {0x947fff, 0x987fff,0x947fff,0x947fff },
13921380 .gpiomute = 0x947fff,
13931381 /* tvtuner, radio, external,internal, mute, stereo
1394
- * tuner, Composit, SVid, Composit-on-Svid-adapter */
1382
+ * tuner, Composite, SVid, Composite-on-Svid-adapter */
13951383 .muxsel = MUXSEL(2, 3, 0, 1),
13961384 .tuner_type = TUNER_MT2032,
13971385 .tuner_addr = ADDR_UNSET,
....@@ -1411,7 +1399,7 @@
14111399 .gpiomux = {0x947fff, 0x987fff,0x947fff,0x947fff },
14121400 .gpiomute = 0x947fff,
14131401 /* tvtuner, radio, external,internal, mute, stereo
1414
- * tuner, Composit, SVid, Composit-on-Svid-adapter */
1402
+ * tuner, Composite, SVid, Composite-on-Svid-adapter */
14151403 .muxsel = MUXSEL(2, 3, 0, 1),
14161404 .tuner_type = TUNER_MT2032,
14171405 .tuner_addr = ADDR_UNSET,
....@@ -4180,7 +4168,7 @@
41804168 bttv_I2CWrite(btv,0x5E,0,0x80,1);
41814169
41824170 /* Initialise 12C508 PIC */
4183
- /* The I2CWrite and I2CRead commmands are actually to the
4171
+ /* The I2CWrite and I2CRead commands are actually to the
41844172 * same chips - but the R/W bit is included in the address
41854173 * argument so the numbers are different */
41864174
....@@ -4289,7 +4277,7 @@
42894277 /* ----------------------------------------------------------------------- */
42904278 /*
42914279 * The PCI-8604PW contains a CPLD, probably an ispMACH 4A, that filters
4292
- * the PCI REQ signals comming from the four BT878 chips. After power
4280
+ * the PCI REQ signals coming from the four BT878 chips. After power
42934281 * up, the CPLD does not forward requests to the bus, which prevents
42944282 * the BT878 from fetching RISC instructions from memory. While the
42954283 * CPLD is connected to most of the GPIOs of PCI device 0xD, only
....@@ -4405,7 +4393,7 @@
44054393
44064394 gpio_bits(0x07f, muxgpio[input]);
44074395
4408
- /* reset all conections */
4396
+ /* reset all connections */
44094397 gpio_bits(0x200,0x200);
44104398 mdelay(1);
44114399 gpio_bits(0x200,0x000);