summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-14TTY: synclink_cs, use dynamic tty devicesJiri Slaby1-12/+15
2012-08-14TTY: synclink_cs, sanitize fail pathsJiri Slaby1-27/+14
2012-08-14TTY: use tty_port_link_deviceJiri Slaby8-13/+26
2012-08-14TTY: add tty_port_link_deviceJiri Slaby1-1/+21
2012-08-14TTY: tty_port, add some documentationJiri Slaby1-0/+21
2012-08-14TTY: automatically create nodes for some driversJiri Slaby3-3/+3
2012-08-14TTY: use tty_port_register_deviceJiri Slaby18-37/+54
2012-08-14TTY: move cdev_add to tty_register_deviceJiri Slaby1-7/+41
2012-08-14TTY: add support for unnumbered device nodesJiri Slaby2-15/+9
2012-08-14TTY: move allocations to tty_alloc_driverJiri Slaby1-40/+33
2012-08-14TTY: pty, switch to tty_alloc_driverJiri Slaby1-11/+20
2012-08-11TTY: pass flags to alloc_tty_driverJiri Slaby1-9/+25
2012-08-11TTY: tty3270, free tty driver properlyJiri Slaby1-0/+1
2012-08-11TTY: ttyprintk, initialize tty_port earlierJiri Slaby1-4/+4
2012-08-11TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby1-1/+1
2012-08-11TTY: ttyprintk, unregister tty driver on failureJiri Slaby1-0/+1
2012-08-11mxser: allow overlapping vectorJiri Slaby1-4/+31
2012-08-11misc: pti, use tty_port_register_deviceJiri Slaby1-3/+3
2012-08-11misc: pti, fix tty_port countJiri Slaby1-7/+10
2012-08-11misc: pti, fix fail pathsJiri Slaby1-28/+25
2012-08-11misc: pti, do the opposite of ->probe in ->removeJiri Slaby1-14/+7
2012-08-11misc: pti, move ->remove to the PCI codeJiri Slaby1-16/+16
2012-08-11misc: pti, stop using iomap's unmap on ioremap spaceJiri Slaby1-1/+1
2012-08-11misc: pti, pci drvdata cannot be NULL in ->removeJiri Slaby1-9/+6
2012-08-11misc: pti, add const to pci_device_id tableJiri Slaby1-1/+1
2012-08-11TTY: n_gsm, use tty_port_installJiri Slaby1-6/+24
2012-08-11TTY: 68328serial, fix compilationJiri Slaby1-4/+4
2012-08-11TTY: pty, stop passing NULL to free_tty_structJiri Slaby1-1/+4
2012-08-11n_tty: Don't lose characters when PARMRK is enabledJaeden Amero1-2/+10
2012-08-11tty: Fix possible race in n_tty_read()Stanislav Kozina1-1/+5
2012-08-11ipoctal: make it compile with the termios changesAlan Cox1-6/+6
2012-08-10tty: localise the lockAlan Cox12-109/+174
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter1-0/+2
2012-08-10tty: fix missing assignmentDan Carpenter1-0/+1
2012-08-10tty: fix the metro-usb change I messed upAlan Cox1-1/+1
2012-08-10serqt_usb2: drag screaming into the 21st centuryAlan Cox1-10/+8
2012-08-10tty: fix up usb serial console for termios change.Stephen Rothwell1-2/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman3505-119923/+280657
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds7-2/+345
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-13/+37
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds9-26/+124
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds5-22/+150
2012-08-02Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-1123/+2070
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32
2012-08-02raid5: make_request use batch stripe releaseShaohua Li2-3/+60
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds48-1089/+2468
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-88/+35
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds17-165/+198