summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-2241-732/+1480
|\
| * serial8250: ratelimit "too much work" errorDaniel Drake2010-10-221-2/+3
| * serial: bfin_sport_uart: speed up sport RX sample rate to be 3% fasterSonic Zhang2010-10-221-1/+6
| * serial: abstraction for 8250 legacy portsAlan Cox2010-10-221-0/+17
| * serial/imx: check that the buffer is non-empty before sending it outVolker Ernst2010-10-221-3/+2
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-2217-393/+977
|\ \
| * | driver core: Display error codes when class suspend failsMark Brown2010-10-221-4/+4
| * | Driver core: Add section count to memory_block structNathan Fontenot2010-10-221-6/+11
| * | Driver core: Add mutex for adding/removing memory blocksNathan Fontenot2010-10-221-0/+7
| * | Driver core: Move find_memory_block routineNathan Fontenot2010-10-221-33/+33
| * | hpilo: Despecificate driver from iLO generationdann frazier2010-10-222-6/+6
| * | driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt2010-10-221-3/+5
| * | driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-221-10/+18
| * | driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-221-0/+6
| * | driver-core: base: change to new flag variablematt mooney2010-10-221-3/+1
| * | FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap2010-10-221-1/+0
| * | uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman2010-10-221-35/+18
| * | uio: Support 2^MINOR_BITS minorsEric W. Biederman2010-10-221-6/+37
| * | uio: Cleanup irq handling.Eric W. Biederman2010-10-221-7/+7
| * | uio: Don't clear driver dataEric W. Biederman2010-10-221-14/+3