index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
bt8xx
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-19
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-2
/
+2
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-11
/
+11
2007-10-13
i2c: Remove NOP i2c_algorithm.algo_control() methods
David Brownell
1
-7
/
+0
2007-10-10
V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry
Trent Piepho
1
-4
/
+2
2007-10-10
V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-core
Brandon Philips
1
-0
/
+2
2007-10-10
V4L/DVB (6293): V4L: convert struct class_device to struct device
Kay Sievers
1
-5
/
+6
2007-10-09
V4L/DVB (6252): Adapt drivers to use the newer videobuf modules
Mauro Carvalho Chehab
5
-27
/
+34
2007-10-09
V4L/DVB (6249): Add Typhoon Tv-Tuner PCI to bttv-cards.c
Sascha Sommer
2
-0
/
+19
2007-10-09
V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs
Michael Krufky
1
-11
/
+11
2007-10-09
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
5
-5
/
+0
2007-07-30
V4L/DVB (5899): bttv: Fix Viewcast Osprey 440 support
Trent Piepho
1
-104
/
+134
2007-07-20
V4L/DVB (5861): Use msecs_to_jiffies instead of HZ on bttv, cx88 and saa7134
Mauro Carvalho Chehab
3
-4
/
+4
2007-07-18
V4L/DVB (5819): Cleanup: reorder some includes
Mauro Carvalho Chehab
1
-1
/
+1
2007-07-18
V4L/DVB (5807): Bttv: Add support for DBG_[SG]_REGISTER ioctls
Trent Piepho
1
-0
/
+22
2007-07-18
V4L/DVB (5806): Bttv: Be consistent in using symbolic names instead of constants
Trent Piepho
1
-182
/
+182
2007-07-18
V4L/DVB (5805): Bttv: Fix problems with probing for non-existent tuners
Trent Piepho
1
-14
/
+14
2007-07-18
V4L/DVB (5803): Bttv: add support for DViCO FusionHDTV 2
Michael Krufky
2
-0
/
+20
2007-07-18
V4L/DVB (5785): Revisited: 3dfx Voodoo TV 200 (US)
Wade Berrier
3
-5
/
+41
2007-07-18
V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parent
Dmitry Torokhov
1
-1
/
+1
2007-07-03
V4L/DVB (5808): Bttv: fix v4l1 breaking the driver
Trent Piepho
1
-7
/
+6
2007-04-27
V4L/DVB (5497): Additional card support for bttv driver
Scott Alfter
2
-0
/
+27
2007-04-27
V4L/DVB (5482): Bttv: automatically load dvb-bt8xx for bttv cards with dvb
Jarod Wilson
2
-2
/
+25
2007-04-27
V4L/DVB (5479): Use ARRAY_SIZE instead of a magic number
Mauro Carvalho Chehab
1
-1
/
+1
2007-04-27
V4L/DVB (5477): CodingStyle cleanups on for loops at bttv-cards.c
Mauro Carvalho Chehab
1
-12
/
+10
2007-04-27
V4L/DVB (5476): Fix gpiomux array size
Mauro Carvalho Chehab
1
-3
/
+3
2007-04-27
V4L/DVB (5278): Bt8xx/: possible cleanups
Adrian Bunk
3
-76
/
+0
2007-02-21
V4L/DVB (5156): Fix: dma free is being called with wrong arguments
Michael Schimek
2
-2
/
+2
2007-02-21
V4L/DVB (5077): Bttv cropping support
Michael Schimek
4
-238
/
+1278
2007-02-21
V4L/DVB (5061): Bt8xx: add support for Ultraview DVB-T Lite
Michael Krufky
1
-0
/
+1
2007-02-21
V4L/DVB (5025): Cleanup: switch to using msecs_to_jiffies() on bttv
Dmitry Torokhov
1
-9
/
+5
2007-02-21
V4L/DVB (5017): DVB: fix compile error
Adrian Bunk
1
-2
/
+2
2007-02-21
V4L/DVB (5012a): Remove some unused code from kernel mainstream
Mauro Carvalho Chehab
1
-22
/
+0
2007-02-21
V4L/DVB (4961): Add support for the ASUS P7131 remote control
Hermann Pitton
3
-151
/
+21
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 4
Arjan van de Ven
1
-2
/
+2
2006-12-27
V4L/DVB (4997): Bttv: delete duplicated ioremap()
Akinobu Mita
1
-2
/
+2
2006-12-12
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
1
-5
/
+1
2006-12-10
i2c: Discard the i2c algo del_bus wrappers
Jean Delvare
1
-5
/
+1
2006-12-10
V4L/DVB (4854): Handle errors from input_register_device()
Dmitry Torokhov
1
-44
/
+57
2006-12-10
V4L/DVB (4825): FIX bug 5760: audio were not working on some bttv drivers
Mauro Carvalho Chehab
1
-1
/
+1
2006-11-13
V4L/DVB (4817): Fix uses of "&&" where "&" was intended
Jean Delvare
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-10-03
V4L/DVB (4698): Fix S-Video configuration for Pinnacle PCTV-Sat
Mauro Carvalho Chehab
1
-1
/
+1
2006-09-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
4
-2
/
+33
2006-09-26
i2c-algo-bit: Discard the mdelay data struct member
Jean Delvare
1
-1
/
+0
2006-09-26
V4L/DVB (4635): Extend bttv and saa7134 to check for both AGP and PCI PCI fai...
Alan Cox
1
-1
/
+1
2006-09-26
V4L/DVB (4609): Improved i2c performance on software bitbang algoritm
Mauro Carvalho Chehab
1
-0
/
+16
2006-09-26
V4L/DVB (4518): Allow manually selecting the proper helper drivers
Mauro Carvalho Chehab
1
-4
/
+4
2006-09-26
V4L/DVB (4513): Split audio decoders from bttv
Mauro Carvalho Chehab
1
-0
/
+3
2006-09-26
V4L/DVB (4499): CONFIG_PM=n slim: drivers/media/video/*
Alexey Dobriyan
1
-0
/
+4
[next]