aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-1764-95/+92
* tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser2011-02-171-7/+7
* tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_removeTobias Klauser2011-02-171-1/+7
* tty,vt: fix VT_SETACTIVATE console switchJiri Olsa2011-02-171-1/+2
* atmel_serial: enable PPS supportViktar Palstsiuk2011-02-171-0/+16
* tty: Add msm_smd_tty driverNiranjana Vishwanathapura2011-02-173-0/+246
* serial: change the divisor latch only when prescalar actually changedYin Kangkai2011-02-171-12/+20
* serial: also set the uartclk value in resume after goes to highspeedYin Kangkai2011-02-171-0/+1
* serial: ifx6x60: minor cleanupRuss Gorby2011-02-172-6/+4
* serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby2011-02-171-0/+9
* serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby2011-02-171-1/+2
* serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: fixed call to tty_port_initRuss Gorby2011-02-171-1/+1
* tty,vcs removing con_buf/conf_buf_mtxJiri Olsa2011-02-172-58/+52
* tty,vcs: lseek/VC-release race fixJiri Olsa2011-02-171-0/+18
* TTY: use appropriate printk priority levelMandeep Singh Baines2011-02-171-7/+8
* hvc: add Blackfin JTAG console supportMike Frysinger2011-02-173-0/+115
* vt: Add virtual console keyboard mode OFFArthur Taylor2011-02-172-2/+6
* hvc_dcc: Simplify assembly for v6 and v7 ARMStephen Boyd2011-02-031-24/+0
* hvc_dcc: Simplify put_chars()/get_chars() loopsStephen Boyd2011-02-031-8/+4
* hvc_dcc: Fix bad code generation by marking assembly volatileStephen Boyd2011-02-031-6/+5
* serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA2011-02-031-3/+2
* serial: pch_uart: support new device ML7213Tomoya MORINAGA2011-02-032-8/+24
* 68328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo2011-02-032-24/+0
* serial-core: reset the console speed on resumeYin Kangkai2011-02-031-3/+3
* serial: mrst_max3110: make buffer largerDan Carpenter2011-02-031-1/+1
* tty_ldisc: don't use flush_scheduled_work()Tejun Heo2011-02-031-2/+15
* serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula2011-02-031-3/+3
* OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber2011-02-031-1/+4
* serial: ifx6x60: expanded info available from platform dataRuss Gorby2011-02-032-17/+20
* serial: mfd: remove the timeout workaround for A0Feng Tang2011-02-031-38/+0
* tty: serial: bfin_sport_uart: fix signedness errorVasiliy Kulikov2011-02-031-1/+1
* Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-02-011-5/+6
|\
| * ARM: mmci: round down the bytes transferred on errorRussell King2011-01-311-3/+4
| * ARM: mmci: complete the transaction on errorRussell King2011-01-311-1/+1
| * ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij2011-01-271-2/+2
* | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-0145-381/+558
|\ \
| * \ Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman2011-01-245-86/+109
| |\ \
| | * | xhci: Remove more doorbell-related readsMatthew Wilcox2011-01-142-26/+17
| | * | xHCI: fix printk_ratelimit() usageAndiry Xu2011-01-141-2/+2
| | * | xHCI: replace dev_dbg() with xhci_dbg()Andiry Xu2011-01-141-5/+6
| | * | xHCI: fix cycle bit set in giveback_first_trb()Andiry Xu2011-01-141-7/+21
| | * | xHCI: remove redundant parameter in giveback_first_trb()Andiry Xu2011-01-141-8/+6
| | * | xHCI: fix queue_trb in isoc transferAndiry Xu2011-01-141-1/+4
| | * | xhci: Use GFP_NOIO during device reset.Sarah Sharp2011-01-141-2/+6
| | * | usb: Realloc xHCI structures after a hub is verified.Sarah Sharp2011-01-141-0/+21
| | * | xhci: Do not run xhci_cleanup_msix with irq disabledZhang Rui2011-01-141-2/+4
| | * | xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-142-32/+21
| | * | xhci: Resume bus on any port status change.Sarah Sharp2011-01-141-1/+1