summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero2015-08-151-0/+5
* serial: mxs-auart: fix baud rate rangeStefan Wahren2015-08-151-2/+6
* serial: mxs-auart: keep the AUART unit in reset state when not in useJuergen Borleis2015-08-151-7/+39
* serial: mxs-auart: use a function name to reflect what it really doesJuergen Borleis2015-08-151-2/+2
* serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512Peter Hung2015-08-051-4/+21
* sc16is7xx: constify devtypeJakub Kicinski2015-08-051-4/+4
* sc16is7xx: support multiple devicesJakub Kicinski2015-08-051-24/+49
* sc16is7xx: save and use per-chip line numberJakub Kicinski2015-08-051-10/+21
* uart: pl011: Add support to ZTE ZX296702 uartJun Nie2015-08-053-16/+197
* uart: pl011: Improve LCRH register access decisionJun Nie2015-08-051-2/+7
* uart: pl011: Introduce register look up tableJun Nie2015-08-051-5/+50
* uart: pl011: Introduce register accessorJun Nie2015-08-051-122/+141
* uart: pl011: Rename regs with enumerationJun Nie2015-08-051-93/+114
* serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee2015-08-051-21/+61
* serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga2015-08-051-15/+21
* serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2015-08-052-2/+12
* serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley2015-08-051-7/+0
* serial: core: Use proper spinlock flavor in uart_close()Peter Hurley2015-08-051-10/+8
* ARM: dts: dra7: workaround UART module disable errataSekhar Nori2015-08-051-10/+10
* tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen2015-08-051-10/+27
* serial: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-051-1/+2
* serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2015-08-052-0/+9
* serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMTUwe Kleine-König2015-08-051-2/+3
* serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signalsNiklas Cassel2015-08-053-31/+16
* serial: etraxfs-uart: remove empty functionsNiklas Cassel2015-08-051-10/+0
* Serial: imx: add dev_pm_ops to support suspend to ram/diskShenwei Wang2015-08-041-32/+94
* serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada2015-08-041-0/+1
* serial: 8250_pci: add RS485 for F81504/508/512Peter Hung2015-08-041-0/+61
* Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts2015-08-042-9/+17
* Revert "tty: serial: imx.c: Reset UART before activating interrupts"Fabio Estevam2015-07-271-23/+9
* Merge 4.2-rc4 into tty-nextGreg Kroah-Hartman2015-07-27274-1580/+2107
|\
| * Linux 4.2-rc4v4.2-rc4Linus Torvalds2015-07-261-1/+1
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
| |\
| | * perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-2611-59/+81
| |\ \ | | |/ | |/|
| | * x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner2015-07-261-3/+3
| | * x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
| | * x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
| | * mm: Fix bugs in region_is_ram()Toshi Kani2015-07-221-3/+3
| | * x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6
| | * x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani2015-07-221-3/+4
| | * Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-212-4/+33
| | |\
| | | * efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-152-4/+33
| | * | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ...Luis R. Rodriguez2015-07-211-6/+9
| | * | x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()Luis R. Rodriguez2015-07-211-2/+4
| | * | x86/mm/pat: Adjust default caching mode translation tablesJan Beulich2015-07-211-3/+3
| | * | x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
| | * | x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-212-21/+10
| | * | x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen2015-07-211-1/+1
| * | | Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-07-2620-161/+170
| |\ \ \