aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds119-41286/+21760
2009-09-21Driver-Core: fix devnode callbacks for dabusb and industrialioIngo Molnar2-4/+4
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie12-1/+130
2009-09-21drm/radeon: some r420s have a CP race with the DMA engine.Alex Deucher2-0/+26
2009-09-21drm/radeon/r600/kms: rv670 is not DCE3Alex Deucher1-1/+1
2009-09-21drm/radeon/kms: r420 idle after programming GA_ENHANCEDave Airlie1-0/+5
2009-09-21drm/radeon/kms: more fixes to rv770 suspend/resume path.Dave Airlie2-10/+12
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds4-4/+0
2009-09-20Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2-4/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds20-59/+94
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds105-3423/+2459
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-09-20includecheck fix: drivers/xen, evtchn.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: drivers/video, vgacon.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: drivers/scsi, ibmvscsi.cJaswinder Singh Rajput1-1/+0
2009-09-20includecheck fix: drivers/scsi, libfcoe.cJaswinder Singh Rajput1-1/+0
2009-09-19[PATCH] i2c-imx: make bus available earlyWolfram Sang1-2/+1
2009-09-19i2c-mv64xxx: correct mv64xxx_i2c_intr() return typeMikael Pettersson1-2/+2
2009-09-19USB serial: update the console driverAlan Stern1-9/+19
2009-09-19usb-serial: straighten out serial_openAlan Stern1-37/+22
2009-09-19usb-serial: add missing tests and debug linesAlan Stern1-4/+17
2009-09-19usb-serial: rename subroutinesAlan Stern1-8/+11
2009-09-19usb-serial: fix termios initialization logicAlan Stern1-12/+10
2009-09-19usb-serial: acquire references when a new tty is installedAlan Stern1-64/+47
2009-09-19usb-serial: change logic of serial lookupsAlan Stern1-8/+23
2009-09-19usb-serial: put subroutines in logical orderAlan Stern1-77/+77
2009-09-19usb-serial: change referencing of port and serial structuresAlan Stern1-75/+20
2009-09-19tty: Char: mxser, use THRE for ASPP_OQUEUE ioctlJiri Slaby1-1/+1
2009-09-19tty: Char: mxser, add support for CP112ULJiri Slaby1-2/+5
2009-09-19uartlite: support shared interrupt linesPeter Korsgaard1-5/+10
2009-09-19tty: USB: serial/mct_u232, fix tty refcntJiri Slaby1-3/+6
2009-09-19tty: riscom8, fix tty refcntJiri Slaby1-1/+1
2009-09-19tty: riscom8, fix shutdown declarationJiri Slaby1-2/+2
2009-09-19TTY: fix typosAlan Stern1-2/+2
2009-09-19tty: Power: fix suspend vt regressionJiri Slaby1-1/+1
2009-09-19tty: vt: use printk_onceMarcin Slusarz2-8/+2
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann2-0/+206
2009-09-19n_tty: move echoctl check and clean up logicJoe Peterson1-28/+18
2009-09-19n_tty: honor opost flag for echoesJoe Peterson1-11/+22
2009-09-19tty: USB serial termios bitsAlan Cox10-107/+103
2009-09-19Set proper console speed on resume if console suspend is disabledDeepak Saxena1-14/+18
2009-09-19serial: introduce tty krefsAlan Cox1-3/+3
2009-09-19serial: kill USF_CLOSING_* definitionsAlan Cox1-3/+3
2009-09-19serial: move port users helperAlan Cox1-4/+2
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox28-51/+53
2009-09-19serial: replace the state mutex with the tty port mutexAlan Cox2-112/+123
2009-09-19serial: move the flags into the tty_port fieldAlan Cox1-76/+77
2009-09-19serial: move count into the tty_port versionAlan Cox1-18/+20
2009-09-19serial: use tty_port pointers in the core codeAlan Cox1-142/+146
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox1-13/+13