| Age | Commit message (Collapse) | Author | 
|---|
|  | 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> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | kernel-sync.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Included advanced debug option to tvp5150.c
- Now, advanced debug info is the first item at V4L menu.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Created a new ioctl to control I2S speed. Old calls to an
  inadequate V4L2 API replaced.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Now reset do init tvp5150 registers to its default.
- Debug messages improved.
- Implemented video standard selection function.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | -#include <media/i2c-compat.h>
+#include "i2c-compat.h"
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - fix build for 2.6.14, based on:
	  http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fc6adfa9adf2be84119a3c2592287f33bd1dff2
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Add v3tv experimental build environment,
	  based on current pvrusb2 setup
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Perry Gilfillan <perrye@linuxmail.org>
	- Merge V3TV driver from http://www.gilfillan.org/v3tv/v3tv-v4l2/
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | import linux-2.6.15-rc7/drivers/i2c/busses/i2c-voodoo3.c
	- imported from linux-2.6.15-rc7/drivers/i2c/busses/i2c-voodoo3.c
	- This will stay in experimental until the
	  V3TV driver is ready for inclusion.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
the videobuf sequence now looks complete. Still no IRQ activity, though.
Signed-off-by: | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Chris Pascoe <c.pascoe@itee.uq.edu.au>
- Newer module to handle vp3054 secondary I2C bus.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: | 
|  | From: Chris Pascoe <c.pascoe@itee.uq.edu.au>
- Added support for VP-3054 (aka DigitalNow DNTV Live! DVB-T Pro!).
- This board has a secondary I2C bus and remote control.
- Added a new module to handle secondary I2C bus on this board.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | This might also work for 2.6.9 and earlier,
          but I haven't been able to test it yet.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | kernels < 2.6.12
        - fixed videodev.c broken backwards compat for kernels < 2.6.12
        - minor whitespace cleanups
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Added command, 'make reload' - removes modules and re-inserts them.
        - Change console output to indicate that both v4l and dvb
          modules are being loaded/unloaded.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
Added new ID for different revision of card #58. It's the same card,
but with a tda8275a instead of a tda8275
Signed-off-by: | 
|  | - make [insmod,load] will insert the modules into the kernel
          without the need to install them.
        - make [rmmod,unload] will unload the modules from the kernel.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Calculate the audio master clock registers from the actual
  frequencies. This simplifies the code and it also prepares
  for adding CGC2 support.
- VIDIOC_INT_AUDIO_CLOCK_FREQ now receives an u32 instead of
  an enum. It is more generic and actually easier to implement.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
	* linux/drivers/media/video/saa7134/saa7134-cards.c:
	(saa7134_board_init1):
	* linux/drivers/media/video/saa7134/saa7134-input.c:
	(saa7134_input_init1):
	Add remote.
Signed-off-by:  Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
Replaced module_init() with late_initcall() so sound core can be loaded
before these modules, to prevent an oops when booting with them statically
compiled into the kernel.
Signed-off-by: | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
SND_PCM_OSS isn't necessary for the OSS driver
Signed-off-by: | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
the saa7134 DMA sound modules now have their own Kconfig entries, and
if built statically enforce exclusivity
Signed-off-by: | 
|  | 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> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
When ALSA or OSS are loaded, check if the other is present
Fixed hotplug notifiers cleanup on module removal
Signed-off-by: | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Tyler Trafford <tatrafford@comcast.net>
        * linux/drivers/media/video/cx25840/cx25840-firmware.c: (fw_write):
        - In the rare event that a 333MHz i2c firmware load fails after
          writing some data, this fix makes the driver reset the DL_ADDR
          registers to the proper values before continuing on with 100MHz
          transfers.
Signed-off-by: Tyler Trafford <tatrafford@comcast.net> | 
|  | 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> | 
|  | Add the fix for the saa7146 64-bit compile warning (again). This time with
comments and checked by Johannes Stezenbach.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - 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> | 
|  | From: Andrew Morton <akpm@osdl.org>
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> | 
|  | From: Christopher Pascoe <c.pascoe@itee.uq.edu.au>
Fixes sub-device release for BTTV. Without this, DVB modules can't be reloaded
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> | 
|  | - CC data was swapped the wrong way around.
- Enabling CC disabled XDS and vice versa: these two should
  be independent from one another.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Fix a broken logic that didn't cover all standards.
- Fix compilation failure with gcc 2.95.3.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | CC: Tyler Trafford <tatrafford@comcast.net>
- Fix a broken logic that didn't cover all standards.
- Fix compilation failure with gcc 2.95.3.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> |