summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
...
| | * [ARM] S3C: Update serial driver IRQ handlingBen Dooks2008-12-152-19/+29
| | * [ARM] S3C6400: serial support for S3C6400 and S3C6410 SoCsBen Dooks2008-12-154-4/+166
| | * [ARM] S3C24A0: Serial port definitions and driver support.Sandeep Patil2008-12-154-2/+126
| | * [ARM] CPUFREQ: S3C24XX serial CPU frequency scaling support.Ben Dooks2008-12-152-0/+102
| * | patch-mx1-UART-supportPaulius Zaleckas2008-12-161-3/+3
| * | Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-153-6/+6
| |\ \ | | |/ | |/|
| * | Merge git://git.marvell.com/orion into develRussell King2008-12-131-2/+2
| |\ \
| * \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-0/+1
| |\ \ \
| | * | | [ARM] pxa: move UART register definitions into dedicated regs-uart.hEric Miao2008-12-021-0/+1
| * | | | Merge branch 'clks' into develRussell King2008-11-302-2/+2
| |\ \ \ \
| | * | | | [ARM] amba drivers: don't pass a consumer clock name for devices with unique ...Russell King2008-11-302-2/+2
| * | | | | [ARM] lh7a40x: avoid polluting the kernel's namespaceRussell King2008-11-281-1/+2
| |/ / / /
| * | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-282-14/+87
|\ \ \ \
| * | | | powerpc/mpc5200: fix error paths in PSC UART probe functionWolfram Sang2008-12-211-8/+15
| * | | | powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang2008-12-211-4/+37
| * | | | powerpc/mpc5200: Make PSC UART driver update serial errors countersRené Bürgel2008-12-211-2/+8
| * | | | Merge branch 'merge' into nextPaul Mackerras2008-12-163-6/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'merge'Paul Mackerras2008-12-031-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'linux-2.6' into nextPaul Mackerras2008-11-192-18/+20
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | serial/pmac_zilog: Add console polling supportChris J Arges2008-11-191-0/+27
* | | | | serial: sh-sci: Fix up port pinmux for SH7366.Paul Mundt2008-12-221-1/+1
* | | | | serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL.Paul Mundt2008-12-221-0/+3
* | | | | serial: sh-sci: Generalize port pin initialization.Paul Mundt2008-12-222-114/+43
* | | | | serial: sh-sci: Tidy up fifo overrun error handling.Paul Mundt2008-12-222-27/+29
* | | | | serial: sh-sci: pr_debug() -> dev_dbg() conversion.Paul Mundt2008-12-221-23/+26
* | | | | serial: sh-sci: Fix up the cpufreq notifier to use the proper port clock.Paul Mundt2008-12-221-28/+10
* | | | | serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.Paul Mundt2008-12-221-181/+20
* | | | | sh: Add support for SH7201 CPU subtype.Peter Griffin2008-12-221-2/+20
* | | | | serial: sh-sci: Codestyle cleanup patch.Michael Trimarchi2008-12-221-56/+74
| |_|_|/ |/| | |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-12-101-3/+3
|\ \ \ \
| * | | | [IA64] Fix section mismatch ioc3uart_init()/ioc3uart_submoduleTony Luck2008-12-091-3/+3
* | | | | drivers/serial/s3c2440.c: fix typo in MODULE_LICENSEBalaji Rao2008-12-101-1/+1
|/ / / /
* | | | Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-051-2/+2
| |_|/ |/| |
* | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-241-2/+2
|\ \ \ | |_|/ |/| |
| * | powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-2/+2
| |/
* | serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.Paul Mundt2008-11-131-1/+1
* | serial: sh-sci: fix cannot work SH7723 SCIFAYoshihiro Shimoda2008-11-122-17/+19
|/
* atmel_serial: keep clock off when it's not neededDavid Brownell2008-11-061-3/+14
* Merge branch 'cris_move' of git://www.jni.nu/crisLinus Torvalds2008-11-012-3/+3
|\
| * [CRIS] Move header files from include to arch/cris/include.Jesper Nilsson2008-10-292-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2008-10-312-4/+4
|\ \
| * | [ARM] build fixes for netX serial driverPaul Bolle2008-10-302-4/+4
| |/
* | sh: Fix up the shared IRQ demuxer's control bit testing logic.Michael Trimarchi2008-10-312-11/+13
* | Define SCSPTR1 for SH 7751RMatt Fleming2008-10-311-0/+1
* | sh: Add sci_rxd_in of SH4-202Nobuhiro Iwamatsu2008-10-311-2/+8
* | sh: Change register name SCSPTR to SCSPTR2Nobuhiro Iwamatsu2008-10-311-1/+1
* | sh: Revert "SH 7366 needs SCIF_ONLY"Paul Mundt2008-10-281-1/+0
| |
| \
*-. \ Merge branches 'sh/serial-rework' and 'sh/oprofile'Paul Mundt2008-10-282-83/+16
|\ \ \ | | |/
| * | serial: sh-sci: Kill off all of the SCI/SCIF special casing.Paul Mundt2008-10-022-83/+16
OpenPOWER on IntegriCloud