summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds7-330/+301
2009-01-03Merge branch 'linus' into x86/cleanupsIngo Molnar786-26628/+89437
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-20/+26
2009-01-02V4L/DVB (10170): tuner-simple: prevent possible OOPS caused by divide by zero...Michael Krufky1-0/+9
2009-01-02V4L/DVB (10168): sms1xxx: fix inverted gpio for lna control on tiger r2Michael Krufky1-1/+1
2009-01-02V4L/DVB (10167): sms1xxx: add support for inverted gpioMichael Krufky1-4/+13
2009-01-02V4L/DVB (10165): Add FE_CAN_2G_MODULATION flag to frontends that support DVB-S2Klaus Schmidinger2-0/+2
2009-01-02V4L/DVB (10163): em28xx: allocate adev together with struct em28xx devMauro Carvalho Chehab2-51/+42
2009-01-02V4L/DVB (10162): tuner-simple: Fix tuner type set messageMauro Carvalho Chehab1-1/+6
2009-01-02V4L/DVB (10161): saa7134: fix autodetection for AVer TV GO 007 FM PlusPham Thanh Nam1-7/+7
2009-01-02V4L/DVB (10160): em28xx: update chip id for em2710Mauro Carvalho Chehab1-1/+1
2009-01-02V4L/DVB (10157): Add USB ID for the Sil4701 radio from DealExtremeMark Lord1-0/+4
2009-01-02V4L/DVB (10156): saa7134: Add support for Avermedia AVer TV GO 007 FM PlusPham Thanh Nam3-0/+42
2009-01-02V4L/DVB (10155): Add TEA5764 radio driverFabio Belavenuto3-0/+654
2009-01-02V4L/DVB (10154): saa7134: fix a merge conflict on Behold H6 boardMauro Carvalho Chehab1-3/+3
2009-01-02V4L/DVB (10153): Add the Beholder H6 card to DVB-T part of sources.Dmitri Belimov1-0/+18
2009-01-02V4L/DVB (10152): Change configuration of the Beholder H6 cardDmitri Belimov1-2/+2
2009-01-02V4L/DVB (10151): Fix I2C bridge error in zl10353Dmitri Belimov1-0/+7
2009-01-02V4L/DVB (10150): ttusb-dec: make it depend on PCIMike Frysinger1-1/+1
2009-01-02V4L/DVB (10149): ttusb-budget: make it depend on PCIMike Frysinger1-1/+1
2009-01-02V4L/DVB (10148): cx23885: unsigned cx23417_mailbox cannot be negativeroel kluin1-2/+3
2009-01-02V4L/DVB (10144): cx24116: build fixCyrill Gorcunov1-1/+2
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil44-252/+236
2009-01-02V4L/DVB (10140): gp8psk: fix incorrect return code (EINVAL instead of -EINVAL)Hans Verkuil1-1/+1
2009-01-02V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32Hans Verkuil2-4/+4
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil47-184/+187
2009-01-02V4L/DVB (10137): v4l2-compat32: only build if neededHans Verkuil1-1/+4
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil78-554/+309
2009-01-02V4L/DVB (10132): v4l2-compat-ioctl32: remove dependency on videodev.Hans Verkuil1-2/+3
2009-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds19-1539/+549
2009-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds66-2709/+3080
2009-01-02Merge branch 'i8k-updates' from AlanLinus Torvalds1-1/+15
2009-01-02i8k: Add Dell Vostro systemsFederico Heinz1-1/+8
2009-01-02i8k: Enable i8k on Dell Precision SystemsAndy Spencer1-0/+7
2009-01-02serial_8250: support for Sealevel Systems Model 7803 COMM+8Flavio Leitner1-0/+3
2009-01-02hso maintainers update patchDenis Joseph Barrow1-0/+2
2009-01-02hso modem detect fix patch against Alan Cox'es tty treeDenis Joseph Barrow1-1/+1
2009-01-02drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton1-1/+1
2009-01-02Serial: UART driver changes for Cavium OCTEON.David Daney1-0/+7
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney2-2/+14
2009-01-028250: Serial driver changes to support future Cavium OCTEON serial patches.David Daney1-58/+136
2009-01-028250: Don't clobber spinlocks.David Daney1-2/+13
2009-01-02fix for tty-serial-move-portAlexander Beregalov1-3/+1
2009-01-02tty: We want the port object to be persistentAlan Cox2-84/+62
2009-01-02__FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-30/+30
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox5-8/+14
2009-01-02synclink_cs: Convert to tty_portAlan Cox1-298/+181
2009-01-02tty: use port methods for the rocket driverAlan Cox2-159/+21
2009-01-02tty: kref the rocket driverAlan Cox1-37/+41
2009-01-02tty: make rocketport use standard port->flagsAlan Cox1-19/+19