aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/sh-sci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22sh: fix Oops in the serial SCI driverGuennadi Liakhovetski1-2/+3
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2010-05-20sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console codeJason Wessel1-1/+5
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-4/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+1
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-30Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/clkfwk'Paul Mundt1-63/+126
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-1/+1
2010-03-23SH: extend SCI DMA support to work on SCIFA portsGuennadi Liakhovetski1-33/+81
2010-03-23serial: sh-sci: Use sg_dma_len() and sg_dma_address()Magnus Damm1-8/+6
2010-03-23dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm1-2/+2
2010-03-23SH: remove superfluous warning from the serial driverGuennadi Liakhovetski1-4/+0
2010-03-15serial: sh-sci: remove duplicated #includeHuang Weiyi1-1/+0
2010-03-10serial: sh-sci: clkdev updates for MSTP gating.Paul Mundt1-20/+37
2010-03-02serial: sh-sci: Tidy up build warnings.Paul Mundt1-3/+1
2010-03-02serial: sh-sci: Add DMA support.Guennadi Liakhovetski1-46/+572
2010-01-15serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.Markus Pietrek1-1/+12
2009-12-24serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.Paul Mundt1-2/+2
2009-12-24serial: sh-sci: earlyprintk zero uartclk fixMagnus Damm1-3/+13
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-9/+45
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-15sh-sci: Extend sh-sci driver with early console V2Magnus Damm1-9/+45
2009-12-04serial: sh-sci: Fix too early port disabling.Guennadi Liakhovetski1-2/+2
2009-11-25serial: sh-sci: Depend on HAVE_CLK unconditionally.Paul Mundt1-52/+1
2009-11-25serial: sh-sci: don't use __devexit_p to wrap sci_removeUwe Kleine-König1-1/+1
2009-11-06serial: sh-sci: disable callback typo fixMagnus Damm1-1/+1
2009-09-19serial: kill off uart_infoAlan Cox1-5/+5
2009-08-21sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda1-1/+2
2009-07-29sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING.Stuart Menefy1-2/+3
2009-07-07serial: sh-sci: fix sci interrupt handlerSUGIOKA Toshinobu1-4/+4
2009-07-03sh-sci: update receive error handling for muxed irqsMagnus Damm1-3/+4
2009-06-15serial: sh-sci: Move over to dev_pm_ops.Paul Mundt1-8/+10
2009-06-02serial: sh-sci: Fix up PORT_SCI console output ordering.SUGIOKA Toshinobu1-2/+1
2009-05-13sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt1-1/+1
2009-05-08serial: sh-sci: Fix up h8300 support.Yoshinori Sato1-0/+4
2009-05-08serial: sh-sci: Fix up section mismatch in error path.Paul Mundt1-1/+1
2009-05-08sh-sci: improve clock framework supportMagnus Damm1-31/+46
2009-05-08sh-sci: ioremap() in a single placeMagnus Damm1-34/+20
2009-05-08sh-sci: replace sci_init_ports()Magnus Damm1-57/+50
2009-05-08sh-sci: allow single port platform devicesMagnus Damm1-53/+72
2009-05-08sh-sci: use to_sci_port() if possibleMagnus Damm1-5/+5
2009-05-08sh-sci: rework serial console supportMagnus Damm1-24/+23
2009-05-08sh-sci: remove early_sci_setup()Magnus Damm1-14/+0
2009-05-08sh-sci: add platform device private dataMagnus Damm1-42/+85
2009-05-07sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt1-6/+0
2009-03-03sh: Add support for SH7786 CPU subtype.Kuninori Morimoto1-1/+3
2009-02-27serial: sh-sci: console drainageMagnus Damm1-1/+7
2008-12-22serial: sh-sci: Fix up port pinmux for SH7366.Paul Mundt1-1/+1
2008-12-22serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL.Paul Mundt1-0/+3