Commit Graph

3730 Commits (27a643b1a9eded6a1b54df2743a7fb4383fd0cf9)

Author SHA1 Message Date
Jan Engelhardt 27a643b1a9 V4L/DVB (7140): constify function pointer tables 17 years ago
Michael Krufky c1b4d92789 V4L/DVB (7137): tuner: return number of instances remaining after hybrid_tuner_release_state 17 years ago
Michael Krufky f9e315a16a V4L/DVB (7136): tda18271: use hybrid_tuner_request_state to manage tuner instances 17 years ago
Michael Krufky 2756665c28 V4L/DVB (7135): remove PREFIX from users of tuner_foo printk macros 17 years ago
Michael Krufky 3c2a0865d0 V4L/DVB (7134): tuner: create a macro for sharing state between hybrid tuner instances 17 years ago
Michael Krufky 2e43c953bf V4L/DVB (7130): tuner: remove emacs c-basic-offset override block 17 years ago
Michael Krufky c7a9f3aa1e V4L/DVB (7129): tuner-simple: move device-specific code into three separate functions 17 years ago
Michael Krufky b65aa26056 V4L/DVB (7128): tuner: properly handle failed calls to simple_tuner_attach 17 years ago
Michael Krufky 060a5bd764 V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-types 17 years ago
Michael Krufky 65e8d29f7a V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attach 17 years ago
Michael Krufky 82b3083d26 V4L/DVB (7125): tuner: build tuner-types independently of tuner-core 17 years ago
Michael Krufky 7f8447d13d V4L/DVB (7124): tuner-simple: display frequency in MHz 17 years ago
Michael Krufky be71f7dc73 V4L/DVB (7123): tuner-simple: create separate t_params and ranges lookup functions 17 years ago
Douglas Schilling Landgraf ff699e6bd0 V4L/DVB (7094): static memory 17 years ago
Adrian Bunk 29bec0bff5 V4L/DVB (7114): tuner-xc2028.c: make a function static 17 years ago
Adrian Bunk 763896c4b4 V4L/DVB (7107): frontends/xc5000.c: make a struct static 17 years ago
Adrian Bunk 5eedc46675 V4L/DVB (7105): ivtv-yuv.c: make 3 functions static 17 years ago
Michael Krufky 9ba0a3c0e8 V4L/DVB (7087): tuner-simple: whitespace / comments / codingstyle cleanups 17 years ago
Tobias Klauser 22d56fce95 V4L: Storage class should be before const qualifier (sn9c102) 17 years ago
Tobias Klauser c81010bf41 V4L: Storage class should be before const qualifier 17 years ago
Tobias Klauser cbfa6f2a68 DVB: Storage class should be before const qualifier 17 years ago
Matthew Wilcox d3135846f6 drivers: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Michael Krufky 4c3b01f711 pvrusb2: fix broken build due to patch order dependency 17 years ago
Michael Krufky 92c9d07507 V4L/DVB (7497): pvrusb2: add new usb pid for 73xxx models 17 years ago
Michael Krufky dd6e9467e0 V4L/DVB (7496): pvrusb2: add new usb pid for 75xxx models 17 years ago
Mauro Carvalho Chehab a80c5aa6da V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067 17 years ago
Michael Krufky 8e08af3c30 V4L/DVB (7495): s5h1409: fix blown-away bit in function s5h1409_set_gpio 17 years ago
Cyrill Gorcunov 4a8f3a5727 V4L/DVB (7460): bttv: Bt832 - fix possible NULL pointer deref 17 years ago
Bjorn Helgaas 044dfc99fe V4L/DVB (7486): radio-cadet: wrap PNP probe code in #ifdef CONFIG_PNP 17 years ago
Adrian Bunk 19ac111c03 V4L/DVB (7485): v4l2-int-device.c: add MODULE_LICENSE 17 years ago
Steven Toth 4b15b5ec36 V4L/DVB (7466): Avoid minor model number warning when an OEM HVR1250 board is detected 17 years ago
Steven Toth c88133ecb3 V4L/DVB (7465): Fix eeprom parsing and errors on the HVR1800 products 17 years ago
Steven Toth 31c8cc9742 V4L/DVB (7464): Convert driver to use a single SRAM memory map 17 years ago
Cyrill Gorcunov 1a002ebf60 V4L/DVB (7461): bttv: fix missed index check 17 years ago
Robert Fitzsimons c137918978 V4L/DVB (7400): bttv: Add a radio compat_ioctl file operation 17 years ago
Robert Fitzsimons 1b0690134e V4L/DVB (7278): bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFREQ ioctls 17 years ago
Robert Fitzsimons 5cd3955cb8 V4L/DVB (7277): bttv: Re-enabling radio support requires the use of struct bttv_fh 17 years ago
Al Viro 97cf010aeb zr364xx __user annotations 17 years ago
Al Viro 5fa1247a2b NULL noise: drivers/media 17 years ago
Mauro Carvalho Chehab eee4470f19 V4L/DVB (7367): bug #10211: Fix depencencies for cx2341x 17 years ago
Roel Kluin 7d5b7b98ae V4L/DVB (7362): tvp5150.c: logical-bitwise and confusion 17 years ago
Pascal Terjan 974a911d2a V4L/DVB (7334): usb video: add a device link to usbvideo devices, else hal will ignore them 17 years ago
Cyrill Gorcunov c77990e754 V4L/DVB (7330): V4L1 - fix v4l_compat_translate_ioctl possible NULL deref 17 years ago
Adrian Bunk 77596058e1 V4L/DVB (7328): usb/opera1.c: fix a memory leak 17 years ago
Andrew Morton 46cb57e628 V4L/DVB (7291): em28xx: correct use of and fix 17 years ago
Julia Lawall 8281db3b52 V4L/DVB (7285): em28xx: Correct use of ! and & 17 years ago
Ian Armstrong 165e1213e1 V4L/DVB (7279): ivtv: Add missing sg_init_table() 17 years ago
Mauro Carvalho Chehab c030f5e697 V4L/DVB (7268): saa7134: fix: tuner should be loaded before calling saa7134_board_init2() 17 years ago
Mauro Carvalho Chehab 189bf5f050 V4L/DVB (7267): cx88: Fix: Loads tuner module before sending commands to it 17 years ago
Adrian Bunk 2db2da913f V4L/DVB (7251): VIDEO_VIVI must depend on VIDEO_DEV 17 years ago