summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann1-1/+1
2013-10-20serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chi...Angelo Butti1-0/+48
2013-10-20tty: xuartps: Update copyright informationSoren Brinkmann1-1/+1
2013-10-20tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann1-0/+114
2013-10-20tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann1-4/+119
2013-10-20tty: xuartps: Updating set_baud_rate()Soren Brinkmann1-43/+93
2013-10-20tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen1-1/+11
2013-10-20tty: xuartps: support 64 byte FIFO sizeSuneel1-7/+23
2013-10-20tty: xuartps: Add polled mode support for xuartpsVlad Lungu1-0/+52
2013-10-20tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu1-1/+49
2013-10-20tty: xuartps: Use devm_kzallocSoren Brinkmann1-9/+5
2013-10-20tty: xuartps: Use devm_clk_get()Soren Brinkmann1-10/+4
2013-10-18tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre1-1/+18
2013-10-18tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre1-7/+2
2013-10-18serial: 8250_pci: add support for Fintek 4, 8, and 12 port cardsGreg Kroah-Hartman1-0/+112
2013-10-17serial: imx: optimization: remove the workqueues for DMAHuang Shijie1-44/+10
2013-10-17serial: imx: use the dmaengine_tx_statusHuang Shijie1-2/+2
2013-10-17serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie1-1/+1
2013-10-17serial: imx: check the DMA for imx_tx_emptyHuang Shijie1-1/+8
2013-10-17serial: imx: implement the flush_buffer hookHuang Shijie1-0/+11
2013-10-17serial: pch_uart: remove reference to .set_wake()Linus Walleij1-1/+0
2013-10-17serial: mpc52xx: remove reference to .set_wake()Linus Walleij1-1/+0
2013-10-17serial: sa1100: delete .set_wake callbackLinus Walleij1-1/+4
2013-10-17serial: omap: delete .set_wake callbackLinus Walleij1-10/+0
2013-10-17tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin1-1/+1
2013-10-17tty: Remove unnecessary semicolonsJoe Perches9-14/+14
2013-10-17serial: mrst_max3110: Fix race condition between spi transfersBin Gao1-0/+4
2013-10-17serial: mrst_max3110: Check the irq number before enable/disabe irq in PM hooksFeng Tang1-2/+4
2013-10-17serial8250-em: convert to clk_prepare/unprepareShinya Kuribayashi1-3/+3
2013-10-17sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-1/+1
2013-10-07serial: bfin_uart: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman99-692/+1071
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-25/+67
2013-10-07Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-17/+17
2013-10-06serial: mxs-auart: set the FIFO size to DMA buffer sizeHector Palacios1-1/+8
2013-10-05Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-57/+101
2013-10-05Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-13/+29
2013-10-05Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-20/+27
2013-10-05Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-28/+21
2013-10-05Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+7
2013-10-04Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+7
2013-10-04dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-10-04xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-10-04serial: Remove unnecessary amba_set_drvdata()Michal Simek2-6/+0
2013-10-04serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger1-9/+32
2013-10-04usb: chipidea: add Intel Clovertrail pci idDavid Cohen1-1/+6
2013-10-04staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott1-15/+10