summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2015-03-26serial: sh-sci: Update calculation of timeout for DMANobuhiro Iwamatsu
2015-03-26serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu
2015-02-02serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handlingHisashi Nakamura
2015-02-02serial: sh-sci: Use dev_dbg() to log an error messageYoshihiro Kaneko
2015-02-02sh-sci: extend PM methodsSergei Shtylyov
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25serial: sh-sci: Change checking for error rate of HSCIFNobuhiro Iwamatsu
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-10-15serial: sh-sci: use dmaengine_terminate_all() APIVinod Koul
2014-07-17serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu
2014-07-17serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu
2014-07-17serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-04-01Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar
2014-03-17serial: sh-sci: Neaten dev_<level> usesJoe Perches
2014-03-17serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven
2014-03-17serial: sh-sci: Add more register documentationGeert Uytterhoeven
2014-03-17serial: sh-sci: Remove useless castsGeert Uytterhoeven
2014-03-17serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven
2014-02-28serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven
2014-02-13serial: sh-sci: Fix cast warningJingoo Han
2013-12-24serial: sh-sci: Add OF supportBastian Hecht
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart
2013-12-14serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart
2013-12-14serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart
2013-12-12serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-06-26serial: sh-sci: Initialise variables before access in sci_set_termios()Simon Horman
2013-06-17serial: sh-sci: HSCIF supportUlrich Hecht
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-15serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi
2012-11-15serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi