aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/gregkh/driver-coreLinus 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/gregkh/ttyLinus Torvalds1-43/+43
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2014-03-17serial: sh-sci: Neaten dev_<level> usesJoe Perches1-20/+18
2014-03-17serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven1-1/+1
2014-03-17serial: sh-sci: Add more register documentationGeert Uytterhoeven1-13/+15
2014-03-17serial: sh-sci: Remove useless castsGeert Uytterhoeven1-4/+4
2014-03-17serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven1-4/+3
2014-02-28serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven1-0/+1
2014-02-13serial: sh-sci: Fix cast warningJingoo Han1-1/+1
2013-12-24serial: sh-sci: Add OF supportBastian Hecht1-3/+98
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart1-26/+34
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart1-21/+5
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart1-7/+30
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart1-12/+14
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart1-67/+0
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart1-27/+23
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart1-16/+49
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart1-4/+0
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart1-1/+1
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart1-1/+1
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart1-4/+4
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart1-2/+0
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart1-21/+21
2013-12-14serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart1-4/+4
2013-12-14serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart1-4/+8
2013-12-12serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart1-9/+10
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-26serial: sh-sci: Initialise variables before access in sci_set_termios()Simon Horman1-2/+2
2013-06-17serial: sh-sci: HSCIF supportUlrich Hecht1-8/+94
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-12/+6
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-16/+18
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-3/+5
2012-11-21tty: remove use of __devinitBill Pemberton1-7/+7
2012-11-15serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi1-0/+6
2012-11-15serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi1-1/+22
2012-11-15serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii1-3/+3
2012-11-15serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii1-2/+2