summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: mfd: add more baud rates supportFeng Tang2010-10-221-14/+27
* jsm: Remove the uart port on errorsBreno Leitao2010-10-221-1/+3
* 8250: allow platforms to override PM hook.Manuel Lauss2010-10-221-11/+16
* altera_uart: Don't use plain integer as NULL pointerAnton Vorontsov2010-10-221-1/+1
* altera_uart: Fixup type usage of port flagsAnton Vorontsov2010-10-221-2/+2
* altera_uart: Make it possible to use Altera UART and 8250 ports togetherAnton Vorontsov2010-10-221-4/+7
* altera_uart: Add support for different address stridesAnton Vorontsov2010-10-221-21/+37
* altera_uart: Add support for getting mapbase and IRQ from resourcesAnton Vorontsov2010-10-221-22/+38
* altera_uart: Add support for polling mode (IRQ-less)Anton Vorontsov2010-10-221-1/+22
* serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov2010-10-221-10/+4
* serial: 8250: Don't delay after transmitter is ready.David Daney2010-10-221-2/+4
* vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre2010-10-222-0/+7
* vcs: add poll/fasync supportNicolas Pitre2010-10-221-0/+133
* tty: Fix warning left over from TIOCGICOUNT changesAlan Cox2010-10-221-2/+0
* tty: icount changeover for other main devicesAlan Cox2010-10-2210-280/+296
* tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-2210-145/+203
* tty: Make tiocgicount a handlerAlan Cox2010-10-223-19/+50
* serial: max3107: Fix memory leaks when returning on errorDavidlohr Bueso2010-10-221-9/+25
* serial: mrst_max3110: Make the IRQ option runtimeAlan Cox2010-10-222-34/+28
* serial: mrst_max3110: some code cleanupFeng Tang2010-10-222-127/+201
* tty_io: check return code of tty_register_deviceVasiliy Kulikov2010-10-221-2/+22
* Char: mxser, call pci_disable_device from probe/removeJiri Slaby2010-10-221-25/+22
* add ttyprintk driverSamo Pogacnik2010-10-223-0/+241
* serial-core: restore termios settings when resume console portsJason Wang2010-10-221-0/+12
* serial-core: skip call set_termios/console_start when no_console_suspendJason Wang2010-10-221-1/+1
* tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-222-5/+14
* serial: Add CONSOLE_POLL support for uartliteMichal Simek2010-10-221-1/+25
* serial: mfd: snprintf() returns largish valuesDan Carpenter2010-10-221-0/+6
* serport: place serport serio device correctly in the device treeDmitry Eremin-Solenikov2010-10-221-0/+1
* tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-221-0/+17
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-201-0/+1
|\
| * SERIAL: ioc3_serial: Return -ENOMEM on memory allocation failureJulia Lawall2010-10-191-0/+1
* | virtio: console: Don't block entire guest if host doesn't read dataAmit Shah2010-10-201-3/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-10-201-2/+2
|\ \
| * | [SCSI] Fix VPD inquiry page wrapperMartin K. Petersen2010-09-161-2/+2
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-10-191-16/+12
|\ \ \
| * | | drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher2010-10-181-16/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-181-1/+7
|\ \ \ \
| * | | | Input: evdev - fix EVIOCSABS regressionDaniel Mack2010-10-181-1/+1
| * | | | Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack2010-10-181-0/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-10-182-26/+1
|\ \ \ \ \
| * | | | | firewire: ohci: fix TI TSB82AA2 regression since 2.6.35Stefan Richter2010-10-172-26/+1
* | | | | | mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer2010-10-181-9/+83
* | | | | | Merge branch 'for-linus/i2c/2636-rc8' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-10-182-18/+18
|\ \ \ \ \ \
| * | | | | | i2c-imx: do not allow interruptions when waiting for I2C to completeMarc Kleine-Budde2010-10-181-9/+3
| * | | | | | i2c-davinci: Fix TX setup for more SoCsJon Povey2010-10-181-9/+15
* | | | | | | v4l1: fix 32-bit compat microcode loading translationLinus Torvalds2010-10-151-11/+21
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2010-10-151-0/+13
|\ \ \ \ \ \
| * | | | | | mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen2010-10-151-0/+13
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-155-0/+17
|\ \ \ \ \ \
OpenPOWER on IntegriCloud