| Age | Commit message (Collapse) | Author | 
|---|
|  | - Add DViCO Bluebird firmware to dvb_get_firmware script,
          for FusionHDTV USB devices.
        - Use usb alt setting 0 for EP4 transfer (dvb-t),
        - Use usb alt setting 7 for EP2 transfer (atsc)
        - Added comment to lgdt330x.c to indicate support for
          DViCO FusionHDTV5 USB Gold.
Thanks to: Jeff Lee <JeffLee@dvico.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - This property set is for the LG-H064F (FusionHDTV5 USB Gold)
	- There may, in the future, be a bluebird device using a different NIM,
	  so renaming the struct to somehting NIM-specific is appropriate.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Improved recovery from ARM crash and the way a crash is detected.
Minor white space clean-up, debug output fixed.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | 
|  | - Add space after , in memcpy()
	- Initialize bpll array before memcpy() to pll_init.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Now using firmware "dvb-usb-bluebird-01.fw",
	  with combined support for atsc and dvb-t Bluebird models.
	- Use usb alt setting 0 for EP4 transfer (dvb-t),
	- Use usb alt setting 7 for EP2 transfer (atsc) */
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Michael Krufky <mkrufky@m1k.net>
	- Adds Bluebird ATSC support to the cxusb driver,
	  using dvb-usb-bluebird-atsc-01.fw firmware.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | From: Patrick Boettcher <pb@linuxtv.org>
A new firmware fixes VHF tuning issues. This changes the firmware file name in the driver.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Al Viro <viro@zeniv.linux.org.uk>
kernel-sync
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | From: Patrick Boettcher <pb@linuxtv.org>
Initialize the the dvb-usb-device-pointer in the -init function to NULL, to be sure that a dvb-usb-device was really initialized.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | As far back as the video4linux cvs repository goes, there is no mention
of BTTV_TWINHAN_VP3021.  It seems that this was done for the sake of
backwards compatability with some older v4l, but this can no longer be
necessary due to the v4l/dvb cvs merger, nor should this have ever
existed in the upstream kernel.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Acked-by: Manu Abraham <manu@linuxtv.org> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Michael Krufky <mkrufky@m1k.net>
        - corrected Thomson DTT 7611 tuner programming, based on spec sheet
        - renamed to Thomson DTT 761x
        - applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A
          (DTT 7610 is similar, but slightly different programming)
        - corrected frequency ranges for analog and digital modes
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Reverted objectionable fix in saa7146_hlp.c
- Merged in improved dvb 64-bit fixes from Peter Beutner.
Signed-off-by: Peter Beutner <p.beutner@gmx.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Enable SPDIF output for DVB-S rev 2.3. Firmware 2623 or higher required.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | 
|  | Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Jesper Juhl
Here's a small patch to decrease the number of pointer derefs in
drivers/media/dvb/b2c2/flexcop-fe-tuner.c
Benefits of the patch:
- Fewer pointer dereferences should make the code slightly faster.
- Size of generated code is smaller
- Improved readability
--
orig:
text    data     bss     dec     hex filename
3072     424       0    3496     da8 drivers/media/dvb/b2c2/flexcop-fe-tuner.o
patched:
text    data     bss     dec     hex filename
3041     424       0    3465     d89 drivers/media/dvb/b2c2/flexcop-fe-tuner.o
--
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | From: David S. Miller <davem@davemloft.net>
kernel-sync
Currently, the version when ENABLE_RC is defined, falls through
to the end of the function without returning anything.
Signed-off-by: David S. Miller <davem@davemloft.net> | 
|  | From: Dmitry Torokhov <dtor@mail.ru>
kernel-sync
Fix an OOPS is CinergyT2 driver when registering IR remote
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org> | 
|  | From: Alex Woods <linux-dvb@giblets.org>
Collection of patches from Peter Beutner addressing:
- add symbolrates to the DVB-S frontend description
- fix capability flags in DVB-S frontend describtion
- remove some void casts
- disable zig-zag scanning as it makes no sense for DVB-T
- set sensible min_delay value
- return an error for requested filter types the driver can't handle
Signed-off-by: Peter Beutner <p.beutner@gmx.net>
Signed-off-by: Alex Woods <linux-dvb@giblets.org> | 
|  | kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Updated firmware names
- kfree (NULL) is valid.
- assert_spin_locked() is the new way
- small fixes to make in sync with kernel
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | kernel-sync
- more #if 0 / #if 1 fixes to be in sync with kernel
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | From: Steven Toth <stoth@hauppauge.com>
Cleanup timeout handling in cx24123_pll_writereg(), and
use a reasonable value for the timeout.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | 
|  | From: Stephen Williams <stephen.gw@gmail.com>
Make FE_READ_UNCORRECTED_BLOCKS reset the count after each call,
thus returning a momentary value like all other demods do,
instead of an absolute, ever increasing count.
Signed-off-by: Stephen Williams <stephen.williams@gmail.com>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
kernel-sync
Ported changes by Dmitry Torokhov <dtor_core@ameritech.net> and added
backwards compatibility checks for kernels < 2.6.15
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> | 
|  | From: Steven Toth <stoth@hauppauge.com>
        - Add support for the Hauppauge HVR1100 and HVR1100-LP products.
        - Add i2c_gate_ctrl callback function to dvb_frontend_ops struct.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | [SPARC64]: Oops in pci_alloc_consistent with cingergyT2
From: Guido Guenther <agx@sigxcpu.org>
  - Use correct API for allocating and freeing DMA buffers.
Acked-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | ARRRGH! | 
|  | I just can't get this right :( Fix my second mistake | 
|  | Changed the wrong parameter :( | 
|  | Fix voltage switching | 
|  | Port code for SU1278/SH2 (TUA6100) from pre-refactored code | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - add support for KWorld DVB-S 100, based on the same chips as Hauppauge
  Nova-S Plus (CX23883/CX24123/CX24109), without the Intersil ISL6421,
  which is used for LNB control.
- LNB voltage and tone are controled by LNBDC and LNBTone bits from
  register 0x29 of the CX24123 demodulator.
- The MO_GP0_IO register from CX23883 is used to turn LNB power on and off.
Signed-off-by: Vadim Catana <skystar@moldova.cc>
Acked-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | BUDGET_CI card depends on STV0297 demodulator.
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | 
|  | Remove stray semicolons after if (foo); in ves1820_set_symbolrate().
Signed-off-by: Denis Vlasenko <vda@ilport.com.ua> | 
|  | Fix locking to prevent Oops on SMP systems when starting/stopping
dvb network interfaces.
Signed-off-by: Ralph Metzler <rjkm@metzlerbros.de> | 
|  | Small cleanups:
- make needlessly global functions static
- every file should #include the headers containing the prototypes for
  it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de> | 
|  | Minor cleanups.
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | 
|  | Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support.
Signed-off-by: Steven Toth <stoth@hauppauge.com> | 
|  | Implement frontend-specific tuning and the ability to disable zigzag | 
|  | Update Steve's email address.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Dr. Werner Fink <werner@suse.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> |