summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)AuthorLines
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-45/+51
2015-06-23sh-sci: Get register size from platform deviceYoshinori Sato-21/+13
2015-06-23sh-sci: Add h8300 SCIYoshinori Sato-0/+6
2015-05-10serial: sh-sci: Remove obsolete comment about overrun detectionGeert Uytterhoeven-5/+0
2015-05-10serial: sh-sci: Don't set SCLSR bits in the SCxSR error maskGeert Uytterhoeven-1/+2
2015-05-10serial: sh-sci: Use the correct register for overrun checksGeert Uytterhoeven-25/+15
2015-05-10serial: sh-sci: Replace hardcoded overrun bit valuesGeert Uytterhoeven-15/+13
2015-05-10serial: sh-sci: Add SCIFA/B SCPCR register definitionsGeert Uytterhoeven-0/+22
2015-03-26serial: sh-sci: Update calculation of timeout for DMANobuhiro Iwamatsu-9/+31
2015-03-26serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu-12/+36
2015-02-02serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handlingHisashi Nakamura-1/+13
2015-02-02serial: sh-sci: Use dev_dbg() to log an error messageYoshihiro Kaneko-1/+1
2015-02-02sh-sci: extend PM methodsSergei Shtylyov-6/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-25serial: sh-sci: Change checking for error rate of HSCIFNobuhiro Iwamatsu-4/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-10-15serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul-1/+1
2014-07-17serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu-18/+59
2014-07-17serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu-2/+1
2014-07-17serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu-3/+5
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan-8/+0
2014-04-01Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-43/+43
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar-2/+1
2014-03-17serial: sh-sci: Neaten dev_<level> usesJoe Perches-20/+18
2014-03-17serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven-1/+1
2014-03-17serial: sh-sci: Add more register documentationGeert Uytterhoeven-13/+15
2014-03-17serial: sh-sci: Remove useless castsGeert Uytterhoeven-4/+4
2014-03-17serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven-4/+3
2014-02-28serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven-0/+1
2014-02-13serial: sh-sci: Fix cast warningJingoo Han-1/+1
2013-12-24serial: sh-sci: Add OF supportBastian Hecht-3/+98
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart-26/+34
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart-21/+5
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart-7/+30
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart-12/+14
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart-67/+0
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart-27/+23
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart-16/+49
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart-4/+0
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart-1/+1
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart-1/+1
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart-4/+4
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart-2/+0
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart-21/+21
2013-12-14serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart-4/+4
2013-12-14serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart-4/+8
2013-12-12serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart-9/+10
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul-1/+1
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han-1/+1
2013-07-31serial: use dev_get_platdata()Jingoo Han-1/+1