summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sh-sci: Initialise variables before access in sci_set_termios()Simon Horman2013-06-261-2/+2
* serial: sh-sci: HSCIF supportUlrich Hecht2013-06-171-8/+94
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-12/+6
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-16/+18
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-3/+5
* tty: remove use of __devinitBill Pemberton2012-11-211-7/+7
* serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi2012-11-151-0/+6
* serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi2012-11-151-1/+22
* serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii2012-11-151-3/+3
* serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii2012-11-151-2/+2
* serial: sh-sci: support lower baud rateTakashi Yoshii2012-11-151-11/+8
* serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii2012-11-151-1/+1
* serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou2012-11-151-11/+16
* Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi2012-11-151-52/+1
* Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi2012-11-151-1/+0
* Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi2012-11-151-5/+0
* sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt2012-10-151-1/+2
* serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski2012-08-011-2/+3
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-241-4/+4
|\
| * serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski2012-07-131-4/+4
* | serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart2012-06-131-1/+1
* | serial: sh-sci: Fix probe error pathsLaurent Pinchart2012-06-131-13/+23
|/
* serial: sh-sci: Fix for port types without BRI interrupts.Paul Mundt2012-05-181-1/+18
* serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.Shimoda, Yoshihiro2012-04-121-18/+18
* serial: sh-sci: modify sci_break_ctl()Shimoda, Yoshihiro2012-04-091-4/+26
* serial: sh-sci: use serial_port_in/out vs sci_in/out.Paul Mundt2012-03-301-85/+82
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-03-301-5/+10
|\
| * serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi2012-03-281-5/+10
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-2/+2
|\ \ | |/ |/|
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-2/+2
* | sh-sci / PM: Avoid deadlocking runtime PMRafael J. Wysocki2012-03-091-0/+5
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-2/+2
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-2/+2
| |\
| | * spi, serial: move to dma_transfer_directionVinod Koul2011-10-311-2/+2
* | | serial: sh-sci: Handle GPIO function requests.Paul Mundt2011-12-021-2/+69
* | | serial: sh-sci: Avoid FIFO clear for MCE toggle.Paul Mundt2011-12-021-6/+13
* | | serial: sh-sci: per-port modem control.Paul Mundt2011-12-021-11/+20
* | | serial: sh-sci: Add support for loopback mode.Paul Mundt2011-11-241-1/+14
* | | serial: sh-sci: Fix up modem control handling.Paul Mundt2011-11-241-7/+14
* | | serial: sh-sci: Clarify enable_ms/break_ctl comments.Paul Mundt2011-11-241-2/+7
* | | serial: sh-sci: Support icount statistics for error cases.Paul Mundt2011-11-241-0/+16
* | | serial: sh-sci: Fix up SCFCR handling.Paul Mundt2011-11-241-5/+28
| | |
| \ \
*-. \ \ Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2011-11-111-17/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-11-041-17/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * serial: sh-sci: don't filter on DMA device, use only channel IDGuennadi Liakhovetski2011-09-191-17/+8
* | | serial: sh-sci: Fix up SH-2A SCIF support.Phil Edworthy2011-11-041-0/+19
|/ /
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-1/+1
|\ \
| * | TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-291-11/+60
|\ \ \ | |_|/ |/| |
| * | serial: sh-sci: report CTS as active for get_mctrlYoshii Takashi2011-08-291-1/+1
OpenPOWER on IntegriCloud