summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-10/+20
|\
| *-. Merge branches 'msm/dt', 'imx/dt' and 'at91/dt' into next/dtArnd Bergmann2011-10-303-14/+65
| |\ \
| * | | msm_serial: Add devicetree supportDavid Brown2011-08-291-0/+14
| * | | msm_serial: Use relative resources for iomemDavid Brown2011-08-291-10/+6
* | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-11/+1
|\ \ \ \
| * | | | drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-11/+1
| | |_|/ | |/| |
* | | | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2011-10-272-2/+26
|\ \ \ \
| * | | | clk: amba-pl011: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+13
| * | | | clk: amba-pl010: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+13
* | | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \ \ \ \
| * | | | | ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| |/ / / /
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-274-13/+11
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v3.1' into devicetree/nextGrant Likely2011-10-241-1/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | devicetree: fix build error on drivers/tty/serial/altera_jtaguart.cGrant Likely2011-10-051-0/+1
| * | | | | Merge branch 'for-grant' of git://git.jdl.com/software/linux-3.0 into devicet...Grant Likely2011-10-051-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tty: use of_match_ptr() for of_match_table entryBen Dooks2011-09-293-9/+3
| * | | | | serial/imx: add of_alias_get_id() reference backShawn Guo2011-09-221-4/+7
* | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-2653-3441/+795
|\ \ \ \ \ \
| * | | | | | TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson2011-10-191-0/+7
| * | | | | | tty/serial: atmel_serial: bootconsole removed from auto-enumeratesNicolas Ferre2011-10-191-1/+0
| * | | | | | tty/serial: atmel_serial: add device tree supportNicolas Ferre2011-10-181-8/+71
| * | | | | | tty/serial: atmel_serial: auto-enumerate portsNicolas Ferre2011-10-181-8/+36
| * | | | | | tty/serial: atmel_serial: whitespace and braces modificationsNicolas Ferre2011-10-181-4/+5
| * | | | | | tty/serial: atmel_serial: change platform_data variable nameNicolas Ferre2011-10-181-7/+7
| * | | | | | 8250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA2011-10-181-0/+10
| * | | | | | 8250: ratelimit LSR safety check engaged warning.Konrad Rzeszutek Wilk2011-09-261-2/+2
| * | | | | | TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-2213-29/+29
| * | | | | | serial-core: power up uart port early before we do set_termios when resumingNing Jiang2011-09-221-0/+2
| * | | | | | serial: mfd: Initconst section fixesAndi Kleen2011-09-221-1/+1
| * | | | | | TTY: serial, move 68360 driver to stagingJiri Slaby2011-09-223-2997/+0
| * | | | | | cris: lower the printk level in cris serial driverWANG Cong2011-09-221-6/+6
| * | | | | | serial: Support the EFR-register of XR1715x uarts.Søren Holm2011-09-222-1/+52
| * | | | | | cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong2011-09-221-2/+2
| * | | | | | TTY: serial, fix includes in some driversJiri Slaby2011-09-2222-2/+33
| * | | | | | TTY: serial, remove dead code from 68328Jiri Slaby2011-09-222-36/+0
| * | | | | | TTY: serial: Move mutex_unlock in uart_close functionNobuhiro Iwamatsu2011-09-221-3/+2
| * | | | | | serial: pxa: work around for errata #20Marcus Folkesson2011-09-221-0/+20
| * | | | | | tty: add a DesignWare 8250 driverJamie Iles2011-08-263-0/+202
| * | | | | | tty: 8250: export serial8250_handle_irqJamie Iles2011-08-261-0/+1
| * | | | | | max3110: Fix up port->tty backreferencingAlan Cox2011-08-261-2/+5
| * | | | | | max3110: add sysrq supportAlexander Shishkin2011-08-262-56/+44
| * | | | | | max3110: wake up fixesDirk Brandewie2011-08-261-4/+7
| * | | | | | hsu: add runtime pm supportKristen Carlson Accardi2011-08-261-0/+47
| * | | | | | TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-251-1/+2
| * | | | | | TTY: serial, move locking in uart_closeJiri Slaby2011-08-251-1/+1
| * | | | | | TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby2011-08-251-0/+3
| * | | | | | jsm: print byte we are dequeingThadeu Lima de Souza Cascardo2011-08-241-1/+1
| * | | | | | jsm: remove buggy write queueThadeu Lima de Souza Cascardo2011-08-244-103/+28
| * | | | | | jsm: remove remaining flip buffer codeThadeu Lima de Souza Cascardo2011-08-242-21/+0
| * | | | | | tty: Add support serial for EXYNOS4212 SoCKukjin Kim2011-08-241-2/+2
OpenPOWER on IntegriCloud