summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-19V4L/DVB (12756): af9015: fix typo in register compareAntti Palosaari1-1/+1
2009-09-19V4L/DVB (12755): af9015: improve usb control message function slightlyAntti Palosaari1-8/+24
2009-09-19V4L/DVB (12754): af9015: [2/2] fix USB TS configurationAntti Palosaari1-3/+5
2009-09-19V4L/DVB (12753): af9015: [1/2] fix USB TS configurationJose Alberto Reguero1-4/+4
2009-09-19V4L/DVB (12750): em28xx: fix unused variable warningDevin Heitmueller1-1/+0
2009-09-19V4L/DVB (12749): em28xx: remove unneeded code that set VINCTRL registerDevin Heitmueller1-3/+0
2009-09-19V4L/DVB (12748): em28xx: implement g_std v4l callDevin Heitmueller1-3/+18
2009-09-19V4L/DVB (12747): em28xx: only advertise VBI capability if supportedDevin Heitmueller1-1/+3
2009-09-19V4L/DVB (12746): em28xx: do not create /dev/vbiX device if VBI not supportedDevin Heitmueller2-10/+17
2009-09-19V4L/DVB (12745): em28xx: remove unreferenced variableDevin Heitmueller1-1/+0
2009-09-19V4L/DVB (12744): em28xx: restructure fh/dev locking to handle both video and vbiDevin Heitmueller2-90/+102
2009-09-19V4L/DVB (12743): em28xx: fix mmap_mapper with vbiDevin Heitmueller1-1/+4
2009-09-19V4L/DVB (12742): em28xx: add raw VBI support for NTSCDevin Heitmueller6-27/+430
2009-09-19V4L/DVB (12741): em28xx: make video isoc stream work when VBI is enabledDevin Heitmueller4-9/+173
2009-09-19V4L/DVB (12740): em28xx: better describe vinctrl registersDevin Heitmueller2-1/+14
2009-09-19cx25821: Add driver to the building systemMauro Carvalho Chehab3-0/+4
2009-09-19V4L/DVB (12734): cx25821: Fix some compilation troublesMauro Carvalho Chehab4-10/+8
2009-09-19V4L/DVB (12733): cx25821: some CodingStyle fixesMauro Carvalho Chehab35-12726/+12592
2009-09-19V4L/DVB (12732): cx25821: fix bad whitespacingMauro Carvalho Chehab29-3915/+3914
2009-09-19V4L/DVB (12731): cx25821: Add missing includeMauro Carvalho Chehab1-0/+1
2009-09-19V4L/DVB (12730): Add conexant cx25821 driverMauro Carvalho Chehab37-0/+16790
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds13-73/+1241
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds21-932/+2776
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds3-22/+25
2009-09-18Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds44-97/+9138
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-18/+18
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2-144/+300
2009-09-18pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds1-2/+4
2009-09-18[WATCHDOG] sizeof cleanupWim Van Sebroeck3-3/+3
2009-09-18[WATCHDOG] wdt_pci: fix printk and variable typeRandy Dunlap1-5/+5
2009-09-18[WATCHDOG] wdt_pci - use pci_request_regionWim Van Sebroeck1-7/+8
2009-09-18[WATCHDOG] ar7_wdt: Fix error handling during probe.Wim Van Sebroeck1-1/+2
2009-09-18[WATCHDOG] ar7_wdt: convert to become a platform driverFlorian Fainelli1-53/+53
2009-09-18[WATCHDOG] fix book E watchdog to take WDIOC_SETTIMEOUT arg in secondsChris Friesen1-4/+53
2009-09-18[WATCHDOG] davinci: use clock framework for timer frequencyKevin Hilman1-2/+17
2009-09-18[WATCHDOG] Use DIV_ROUND_UP() macro in the coh901327 WDTLinus Walleij1-1/+1
2009-09-18[WATCHDOG] Add support for WM831x watchdogMark Brown3-0/+449
2009-09-18[WATCHDOG] Add watchdog driver for NUC900Wan ZongShun3-0/+363
2009-09-18[WATCHDOG] add SBC-FITPC2 watchdog driverDenis Turischev3-0/+290
2009-09-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-22/+702
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-634/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds40-489/+556
2009-09-18Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds8-1/+2446
2009-09-18libata: Add pata_atp867x driver for Artop/Acard ATP867X controllersJohn(Jung-Ik) Lee3-0/+558
2009-09-18pata_amd: do not filter out valid modes in nv_mode_filterRobert Hancock1-0/+3
2009-09-18sata_promise: update reset codeMikael Pettersson1-1/+120
2009-09-18sata_promise: disable hotplug on 1st gen chipsMikael Pettersson1-17/+17
2009-09-18libata: fix spurious WARN_ON_ONCE() on port freezeTejun Heo1-2/+2
2009-09-18ahci: restore pci_intx() handlingTejun Heo1-2/+2
2009-09-17MIPS: BCM63xx: Add integrated ethernet mac support.Maxime Bizon4-0/+2284