aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm: add better explanation for i830/i915Dave Airlie2006-09-221-3/+6
| * | drm: remove a tab that snuck inDave Airlie2006-09-221-1/+1
| * | drm: fix return value in auth functionDave Airlie2006-09-221-1/+1
| * | drm: SiS 315 Awareness.Thomas Hellstrom2006-09-224-1/+84
| * | drm: update user token hashing and map handlesThomas Hellstrom2006-09-225-63/+51
| * | drm: move drm authentication to new generic hash table.Thomas Hellstrom2006-09-225-62/+26
| * | drm: Add the P4VM800PRO (?) PCI ID.Dave Airlie2006-09-221-0/+1
| * | drm: add drm simple memory manager support for SiS and VIA driversThomas Hellstrom2006-09-2212-1403/+344
| * | drm: add simple DRM memory manager, and hash tableThomas Hellstrom2006-09-227-2/+1019
| * | drm: radeon: Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE...Michel Dänzer2006-09-222-7/+12
| * | drm: radeon: fix up bus mastering when writeback is disabledMichel Dänzer2006-09-222-0/+8
| * | drm: radeon: implement RADEON_PARAM_SCRATCH_OFFSET getparamMichel Dänzer2006-09-221-1/+5
| * | drm: radeon: add some debug output when getparam is called with unknownMichel Dänzer2006-09-221-0/+1
| * | drm: missing mutex unlockThomas Hellstrom2006-09-221-1/+3
| * | drm: remove the DRM pci domainDave Airlie2006-09-224-7/+9
| * | drm: remove local copies of pci bus/slot/funcDave2006-09-224-11/+8
| * | drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie2006-09-2210-29/+21
* | | [PATCH] i2c: Prevent deadlock on i2c client registrationJean Delvare2006-09-301-12/+13
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-09-30185-4197/+8816
|\ \ \
| * | | V4L/DVB (4641): Trivial: use lowercase letters in hex subsystem idsMichael Krufky2006-09-261-1/+1
| * | | V4L/DVB (4639): Cx88: add autodetection for alternate revision of Leadtek PVRMichael Krufky2006-09-261-0/+4
| * | | V4L/DVB (4638): Basic DVB-T and analog TV support for the HVR1300.Steven Toth2006-09-265-0/+76
| * | | V4L/DVB (4637): Add a default method for VIDIOC_G_PARMMauro Carvalho Chehab2006-09-261-3/+23
| * | | V4L/DVB (4635): Extend bttv and saa7134 to check for both AGP and PCI PCI fai...Alan Cox2006-09-262-2/+2
| * | | V4L/DVB (4634): Zr36120: implement pcipci checksAlan Cox2006-09-261-1/+5
| * | | V4L/DVB (4632): Zoran: Implement pcipci failure checkAlan Cox2006-09-262-3/+10
| * | | V4L/DVB (4631): Av7110: remove V4L2_CAP_VBI_CAPTURE flagOliver Endriss2006-09-261-1/+1
| * | | V4L/DVB (4630): Av7110: FW_LOADER depemdency fixedOliver Endriss2006-09-262-1/+5
| * | | V4L/DVB (4629): Saa7134: add card support for Proteus Pro 2309Michal Majchrowicz2006-09-264-1/+76
| * | | V4L/DVB (4628): Fix VIDIOC_ENUMSTD ioctl in videodev.cSascha Hauer2006-09-261-1/+1
| * | | V4L/DVB (4627): Vivi crashes with mplayerSascha Hauer2006-09-261-0/+2
| * | | V4L/DVB (4626): On saa7111/7113, LUMA_CTRL need a different valueMauro Carvalho Chehab2006-09-261-8/+12
| * | | V4L/DVB (4624): Tvaudio: Replaced kernel_thread() with kthread_run()Cedric Le Goater2006-09-261-26/+16
| * | | V4L/DVB (4622): Copy-paste bug in videodev.cSascha Hauer2006-09-261-2/+2
| * | | V4L/DVB (4620): Fix AGC configuration for MOD3000P-based boardsJose Alberto Reguero2006-09-261-9/+9
| * | | V4L/DVB (4619): Fixes some I2C dependencies on V4L devicesMauro Carvalho Chehab2006-09-261-4/+4
| * | | V4L/DVB (4617): Problem with dibusb-mb.c USB IDsAlistair Buxton2006-09-261-1/+1
| * | | V4L/DVB (4616): [PATCH] Nebula DigiTV USB RC supportAllan Third2006-09-261-6/+76
| * | | V4L/DVB (4614): Export symbol saa7134_tvaudio_setmute from saa7134 for saa713...Ricardo Cerqueira2006-09-261-0/+1
| * | | V4L/DVB (4613): Unmute/mute saa7134 when opening/closing the audio capture de...Ricardo Cerqueira2006-09-261-0/+8
| * | | V4L/DVB (4611): Add module-init-tools version comment.Andrew de Quincey2006-09-261-0/+2
| * | | V4L/DVB (4610): Add tua6100 config wrapperAndrew de Quincey2006-09-261-8/+8
| * | | V4L/DVB (4609): Improved i2c performance on software bitbang algoritmMauro Carvalho Chehab2006-09-262-0/+26
| * | | V4L/DVB (4607): Port budget-av to use the new tua6100 driverAndrew de Quincey2006-09-262-139/+3
| * | | V4L/DVB (4606): Add driver for TUA6100Andrew de Quincey2006-09-264-0/+260
| * | | V4L/DVB (4604): Fix broken pvrusb2 buildMike Isely2006-09-261-5/+1
| * | | V4L/DVB (4600): Fix DVB Front-End Signal Strength InconsistencyBradley Kite2006-09-261-1/+3
| * | | V4L/DVB (4599): Adds Compro PS39U USB ID to Vicam driverBas Bloemsaat2006-09-261-0/+4
| * | | V4L/DVB (4598): Fix a typo: VRES, instead o HRESMauro Carvalho Chehab2006-09-261-4/+4
| * | | V4L/DVB (4597): Improve resolution limit enforcements in pvrusb2Mike Isely2006-09-261-2/+28