summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)AuthorLines
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
2013-06-26serial: sh-sci: Initialise variables before access in sci_set_termios()Simon Horman-2/+2
2013-06-17serial: sh-sci: HSCIF supportUlrich Hecht-8/+94
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-12/+6
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby-16/+18
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby-3/+5
2012-11-21tty: remove use of __devinitBill Pemberton-7/+7
2012-11-15serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi-0/+6
2012-11-15serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi-1/+22
2012-11-15serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii-3/+3
2012-11-15serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii-2/+2
2012-11-15serial: sh-sci: support lower baud rateTakashi Yoshii-11/+8
2012-11-15serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii-1/+1
2012-11-15serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou-11/+16
2012-11-15Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi-52/+1
2012-11-15Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi-1/+0
2012-11-15Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi-5/+0
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt-1/+2
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski-2/+3
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-4/+4
2012-07-13serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski-4/+4
2012-06-13serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart-1/+1