summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-08-081-1/+1
| |\ \ | | |/
| * | serial: sh-sci: console Runtime PM supportMagnus Damm2011-08-031-10/+58
| * | serial: sh-sci: fix DMA build by including dma-mapping.hMagnus Damm2011-08-031-0/+1
| * | serial: sh-sci: Fix up default regtype probing.Paul Mundt2011-08-031-1/+1
* | | sh-sci / PM: Use power.irq_safeRafael J. Wysocki2011-08-241-0/+1
| |/ |/|
* | sh: Fix boot crash related to SCIRafael J. Wysocki2011-08-071-1/+1
|/
* serial: sh-sci: Fix up pretty name printing for port IRQs.Paul Mundt2011-06-281-33/+85
* serial: sh-sci: Kill off per-port enable/disable callbacks.Paul Mundt2011-06-281-47/+32
* serial: sh-sci: Add missing module description/author bits.Paul Mundt2011-06-281-0/+2
* serial: sh-sci: Regtype probing doesn't need to be fatal.Paul Mundt2011-06-281-2/+6
* serial: sh-sci: Support generic SCLSR overrun detection.Paul Mundt2011-06-141-7/+3
* serial: sh-sci: FIFO sizing helper consolidation.Paul Mundt2011-06-141-102/+24
* serial: sh-sci: Abstract register maps.Paul Mundt2011-06-141-91/+273
* serial: sh-sci: Consolidate RXD pin handling.Paul Mundt2011-06-081-0/+13
* serial: sh-sci: Generalize overrun handling.Paul Mundt2011-06-081-6/+45
* serial: sh-sci: Kill off bitrotted H8/300 support.Paul Mundt2011-06-061-28/+2
* Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-05-231-1/+15
|\
OpenPOWER on IntegriCloud