summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann2013-10-291-14/+14
* tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann2013-10-291-1/+1
* serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chi...Angelo Butti2013-10-201-0/+48
* tty: xuartps: Update copyright informationSoren Brinkmann2013-10-201-1/+1
* tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann2013-10-201-0/+114
* tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann2013-10-201-4/+119
* tty: xuartps: Updating set_baud_rate()Soren Brinkmann2013-10-201-43/+93
* tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen2013-10-201-1/+11
* tty: xuartps: support 64 byte FIFO sizeSuneel2013-10-201-7/+23
* tty: xuartps: Add polled mode support for xuartpsVlad Lungu2013-10-201-0/+52
* tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu2013-10-201-1/+49
* tty: xuartps: Use devm_kzallocSoren Brinkmann2013-10-201-9/+5Star
* tty: xuartps: Use devm_clk_get()Soren Brinkmann2013-10-201-10/+4Star
* tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre2013-10-172-1/+19
* tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre2013-10-171-7/+2Star
* serial: 8250_pci: add support for Fintek 4, 8, and 12 port cardsGreg Kroah-Hartman2013-10-171-0/+112
* serial: imx: optimization: remove the workqueues for DMAHuang Shijie2013-10-171-44/+10Star
* serial: imx: use the dmaengine_tx_statusHuang Shijie2013-10-161-2/+2
* serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie2013-10-161-1/+1
* serial: imx: check the DMA for imx_tx_emptyHuang Shijie2013-10-161-1/+8
* serial: imx: implement the flush_buffer hookHuang Shijie2013-10-161-0/+11
* serial: core: delete .set_wake() callbackLinus Walleij2013-10-162-5/+0Star
* serial: pch_uart: remove reference to .set_wake()Linus Walleij2013-10-161-1/+0Star
* serial: mpc52xx: remove reference to .set_wake()Linus Walleij2013-10-161-1/+0Star
* serial: sa1100: delete .set_wake callbackLinus Walleij2013-10-161-1/+4
* serial: omap: delete .set_wake callbackLinus Walleij2013-10-161-10/+0Star
* tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin2013-10-161-1/+1
* tty: Remove unnecessary semicolonsJoe Perches2013-10-169-14/+14
* serial: mrst_max3110: Fix race condition between spi transfersBin Gao2013-10-161-0/+4
* serial: mrst_max3110: Check the irq number before enable/disabe irq in PM hooksFeng Tang2013-10-161-2/+4
* serial8250-em: convert to clk_prepare/unprepareShinya Kuribayashi2013-10-161-3/+3
* sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings2013-10-165-12/+17
* sysrq: Document hexadecimal values for kernel.sysrq bitmaskBen Hutchings2013-10-161-8/+11
* serial: bfin_uart: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
* serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
* Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman2013-10-07316-1750/+2821
|\
| * Linux 3.12-rc4Linus Torvalds2013-10-061-1/+1
| * net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-061-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-10-068-25/+67
| |\
| | * iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
| | * iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
| | * iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
| | * target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
| | * target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
| | * target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
| | * ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4Star
| | * target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-021-5/+15
| | * vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-021-1/+6
| | * ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-021-2/+2
| | * target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-021-2/+2