summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04serial: sh-sci: Use tty_insert_flip_string() for DMA receiveGeert Uytterhoeven1-12/+8
2015-10-04serial: sh-sci: Pass scatterlist to sci_dma_rx_push()Geert Uytterhoeven1-24/+24
2015-10-04serial: sh-sci: Fix race condition between RX worker and cleanupGeert Uytterhoeven1-5/+14
2015-10-04serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_completeKazuya Mizuguchi1-5/+7
2015-10-04serial: sh-sci: Do not resubmit DMA descriptorsGeert Uytterhoeven1-12/+18
2015-10-04serial: sh-sci: Simplify sci_submit_rx() error handlingGeert Uytterhoeven1-20/+20
2015-10-04serial: sh-sci: Stop acknowledging DMA transmit completionsGeert Uytterhoeven1-5/+0
2015-10-04serial: sh-sci: Switch to generic DMA residue handlingGeert Uytterhoeven1-7/+9
2015-10-04serial: sh-sci: Use DMA submission helpers instead of open-codingGeert Uytterhoeven1-7/+7
2015-10-04serial: sh-sci: Fix TX buffer mapping leakGeert Uytterhoeven1-0/+2
2015-10-04serial: sh-sci: Switch to dma_map_single() for DMA transmissionGeert Uytterhoeven1-30/+20
2015-10-04serial: sh-sci: Use min_t()/max_t() instead of castsGeert Uytterhoeven1-2/+3
2015-10-04serial: sh-sci: Use correct device for DMA mapping with IOMMUGeert Uytterhoeven1-6/+8
2015-10-04serial: sh-sci: Handle DMA init failures inside sci_request_dma()Geert Uytterhoeven1-5/+7
2015-10-04serial: sh-sci: Improve comments for DMA timeout calculationGeert Uytterhoeven1-7/+7
2015-10-04serial: sh-sci: Improve DMA error messagesGeert Uytterhoeven1-11/+16
2015-10-04serial: sh-sci: Return IRQ_HANDLED when overrun if detectedYoshihiro Shimoda1-1/+3
2015-10-04serial: sh-sci: Remove bogus sci_handle_fifo_overrun() call on (H)SCIFGeert Uytterhoeven1-4/+1
2015-10-04serial: sh-sci: Remove useless memory allocation failure printksGeert Uytterhoeven1-7/+2
2015-10-04serial: sh-sci: Make sci_regmap[] constGeert Uytterhoeven1-11/+11
2015-10-04serial: sh-sci: Make sci_irq_desc[] constGeert Uytterhoeven1-2/+2
2015-10-04serial: sh-sci: Improve readability of sampling rate configurationGeert Uytterhoeven1-9/+8
2015-10-04serial: sh-sci: Drop path in reference to serial_core.cGeert Uytterhoeven1-1/+1
2015-10-04serial: sh-sci: Use SCSMR_CKS instead of hardcoded literal 3Geert Uytterhoeven1-1/+1
2015-10-04serial: sh-sci: Use SCIF_DR instead of hardcoded literal 1Geert Uytterhoeven1-1/+2
2015-10-04serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIFGeert Uytterhoeven1-3/+11
2015-10-04serial: sh-sci: Replace buggy big #ifdef by runtime logicGeert Uytterhoeven1-10/+26
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-45/+51
2015-06-23sh-sci: Get register size from platform deviceYoshinori Sato1-21/+13
2015-06-23sh-sci: Add h8300 SCIYoshinori Sato1-0/+6
2015-05-10serial: sh-sci: Remove obsolete comment about overrun detectionGeert Uytterhoeven1-5/+0
2015-05-10serial: sh-sci: Don't set SCLSR bits in the SCxSR error maskGeert Uytterhoeven1-1/+2
2015-05-10serial: sh-sci: Use the correct register for overrun checksGeert Uytterhoeven1-25/+15
2015-05-10serial: sh-sci: Replace hardcoded overrun bit valuesGeert Uytterhoeven1-15/+13
2015-05-10serial: sh-sci: Add SCIFA/B SCPCR register definitionsGeert Uytterhoeven1-0/+22
2015-03-26serial: sh-sci: Update calculation of timeout for DMANobuhiro Iwamatsu1-9/+31
2015-03-26serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu1-12/+36
2015-02-02serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handlingHisashi Nakamura1-1/+13
2015-02-02serial: sh-sci: Use dev_dbg() to log an error messageYoshihiro Kaneko1-1/+1
2015-02-02sh-sci: extend PM methodsSergei Shtylyov1-6/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-25serial: sh-sci: Change checking for error rate of HSCIFNobuhiro Iwamatsu1-4/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-07-17serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu1-18/+59
2014-07-17serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu1-2/+1
2014-07-17serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu1-3/+5
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-8/+0
2014-04-01Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-43/+43
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1