summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2011-02-23tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser1-19/+42
2011-02-23tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser1-22/+0
2011-02-23tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser1-1/+1
2011-02-23serial: mfd: add a module parameter for setting each port's working modeFeng Tang1-0/+11
2011-02-23serial: mfd: remove the TX full-empty interrupts workaroundFeng Tang1-21/+5
2011-02-22tty: Change dependency of ARCH_EXYNOS4Kukjin Kim1-2/+2
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox4-5/+5
2011-02-17tiocmset: kill the file pointer argumentAlan Cox4-9/+5
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox4-7/+5
2011-02-17tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser1-7/+7
2011-02-17tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_removeTobias Klauser1-1/+7
2011-02-17atmel_serial: enable PPS supportViktar Palstsiuk1-0/+16
2011-02-17tty: Add msm_smd_tty driverNiranjana Vishwanathapura3-0/+246
2011-02-17serial: change the divisor latch only when prescalar actually changedYin Kangkai1-12/+20
2011-02-17serial: also set the uartclk value in resume after goes to highspeedYin Kangkai1-0/+1
2011-02-17serial: ifx6x60: minor cleanupRuss Gorby2-6/+4
2011-02-17serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby1-0/+9
2011-02-17serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby1-1/+2
2011-02-17serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby1-2/+2
2011-02-17serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby1-2/+2
2011-02-17serial: ifx6x60: fixed call to tty_port_initRuss Gorby1-1/+1
2011-02-17serial, pch uart: Remove duplicate inclusion of linux/pci.h headerJesper Juhl1-1/+0
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2-2/+2
2011-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-15/+14
2011-02-16m68knommu: fix dereference of port.ttyGreg Ungerer1-15/+14
2011-02-15Freescale STMP37XX/STMP378X Application UART driver: remove duplicate linux/d...Jesper Juhl1-1/+0
2011-02-15Merge branch 'sh/st-integration' into sh-latestPaul Mundt2-9/+7
2011-02-11Merge commit 'v2.6.38-rc4' into imx-for-2.6.39Sascha Hauer120-0/+97883
2011-02-04serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlockSonic Zhang1-9/+6
2011-02-0468360serial: Plumb in rs_360_get_icount()Ben Hutchings1-0/+1
2011-02-04serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA1-3/+2
2011-02-04serial: pch_uart: support new device ML7213Tomoya MORINAGA2-8/+24
2011-02-0468328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo2-24/+0
2011-02-04serial-core: reset the console speed on resumeYin Kangkai1-3/+3
2011-02-04serial: mrst_max3110: make buffer largerDan Carpenter1-1/+1
2011-02-04serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula1-3/+3
2011-02-03OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber1-1/+4
2011-02-03serial: ifx6x60: expanded info available from platform dataRuss Gorby2-17/+20
2011-02-03serial: mfd: remove the timeout workaround for A0Feng Tang1-38/+0
2011-02-03tty: serial: bfin_sport_uart: fix signedness errorVasiliy Kulikov1-1/+1
2011-02-01Merge branch 'sh/urgent' into sh-latestPaul Mundt2-1/+3
2011-02-01Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+3
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt119-0/+97014
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-1/+1
2011-01-24Merge branch 'msm-uart' into for-nextDavid Brown2-45/+269
2011-01-24ARM: lh7a40x: remove unmaintained platform supportRussell King3-706/+0
2011-01-23tty/serial: fix apbuart buildRandy Dunlap1-0/+1
2011-01-23serial: unbreak billionton CF cardPavel Machek1-1/+2
2011-01-21Merge branch 'akpm'Linus Torvalds1-2/+2