summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-261-45/+51
|\
| * serial: sh-sci: Remove obsolete comment about overrun detectionGeert Uytterhoeven2015-05-101-5/+0
| * serial: sh-sci: Don't set SCLSR bits in the SCxSR error maskGeert Uytterhoeven2015-05-101-1/+2
| * serial: sh-sci: Use the correct register for overrun checksGeert Uytterhoeven2015-05-101-25/+15
| * serial: sh-sci: Replace hardcoded overrun bit valuesGeert Uytterhoeven2015-05-101-15/+13
| * serial: sh-sci: Add SCIFA/B SCPCR register definitionsGeert Uytterhoeven2015-05-101-0/+22
* | sh-sci: Get register size from platform deviceYoshinori Sato2015-06-231-21/+13
* | sh-sci: Add h8300 SCIYoshinori Sato2015-06-231-0/+6
|/
* serial: sh-sci: Update calculation of timeout for DMANobuhiro Iwamatsu2015-03-261-9/+31
* serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu2015-03-261-12/+36
* serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handlingHisashi Nakamura2015-02-021-1/+13
* serial: sh-sci: Use dev_dbg() to log an error messageYoshihiro Kaneko2015-02-021-1/+1
* sh-sci: extend PM methodsSergei Shtylyov2015-02-021-6/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | serial: sh-sci: Change checking for error rate of HSCIFNobuhiro Iwamatsu2014-11-251-4/+1
|/
* serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
* serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu2014-07-171-18/+59
* serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu2014-07-171-2/+1
* serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu2014-07-171-3/+5
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-8/+0
* Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-011-43/+43
|\
| * serial: sh-sci: Neaten dev_<level> usesJoe Perches2014-03-171-20/+18
| * serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven2014-03-171-1/+1
| * serial: sh-sci: Add more register documentationGeert Uytterhoeven2014-03-171-13/+15
| * serial: sh-sci: Remove useless castsGeert Uytterhoeven2014-03-171-4/+4
| * serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven2014-03-171-4/+3
| * serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven2014-02-281-0/+1
| * serial: sh-sci: Fix cast warningJingoo Han2014-02-131-1/+1
* | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
|/
* serial: sh-sci: Add OF supportBastian Hecht2013-12-241-3/+98
* serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart2013-12-241-26/+34
* serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart2013-12-241-21/+5
* serial: sh-sci: Rework baud rate calculationLaurent Pinchart2013-12-241-7/+30
* serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart2013-12-241-12/+14
* serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart2013-12-241-67/+0
* serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart2013-12-241-27/+23
* serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart2013-12-241-16/+49
* serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart2013-12-241-4/+0
* serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart2013-12-241-1/+1
* serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart2013-12-241-1/+1
* serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart2013-12-241-4/+4
* serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart2013-12-241-2/+0
* serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart2013-12-241-21/+21
* serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart2013-12-141-4/+4
* serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart2013-12-141-4/+8
* serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart2013-12-121-9/+10
* serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* serial: sh-sci: use dev_get_platdata()Jingoo Han2013-08-021-1/+1
* serial: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
OpenPOWER on IntegriCloud