summaryrefslogtreecommitdiffstats
path: root/drivers/serial/sh-sci.c
AgeCommit message (Expand)AuthorLines
2009-11-06serial: sh-sci: disable callback typo fixMagnus Damm-1/+1
2009-09-19serial: kill off uart_infoAlan Cox-5/+5
2009-08-21sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda-1/+2
2009-07-29sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING.Stuart Menefy-2/+3
2009-07-07serial: sh-sci: fix sci interrupt handlerSUGIOKA Toshinobu-4/+4
2009-07-03sh-sci: update receive error handling for muxed irqsMagnus Damm-3/+4
2009-06-15serial: sh-sci: Move over to dev_pm_ops.Paul Mundt-8/+10
2009-06-02serial: sh-sci: Fix up PORT_SCI console output ordering.SUGIOKA Toshinobu-2/+1
2009-05-13sh: clkfwk: module_clk -> peripheral_clk rename.Paul Mundt-1/+1
2009-05-08serial: sh-sci: Fix up h8300 support.Yoshinori Sato-0/+4
2009-05-08serial: sh-sci: Fix up section mismatch in error path.Paul Mundt-1/+1
2009-05-08sh-sci: improve clock framework supportMagnus Damm-31/+46
2009-05-08sh-sci: ioremap() in a single placeMagnus Damm-34/+20
2009-05-08sh-sci: replace sci_init_ports()Magnus Damm-57/+50
2009-05-08sh-sci: allow single port platform devicesMagnus Damm-53/+72
2009-05-08sh-sci: use to_sci_port() if possibleMagnus Damm-5/+5
2009-05-08sh-sci: rework serial console supportMagnus Damm-24/+23
2009-05-08sh-sci: remove early_sci_setup()Magnus Damm-14/+0
2009-05-08sh-sci: add platform device private dataMagnus Damm-42/+85
2009-05-07sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt-6/+0
2009-03-03sh: Add support for SH7786 CPU subtype.Kuninori Morimoto-1/+3
2009-02-27serial: sh-sci: console drainageMagnus Damm-1/+7
2008-12-22serial: sh-sci: Fix up port pinmux for SH7366.Paul Mundt-1/+1
2008-12-22serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL.Paul Mundt-0/+3
2008-12-22serial: sh-sci: Generalize port pin initialization.Paul Mundt-102/+43
2008-12-22serial: sh-sci: Tidy up fifo overrun error handling.Paul Mundt-21/+24
2008-12-22serial: sh-sci: pr_debug() -> dev_dbg() conversion.Paul Mundt-23/+26
2008-12-22serial: sh-sci: Fix up the cpufreq notifier to use the proper port clock.Paul Mundt-28/+10
2008-12-22serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.Paul Mundt-181/+20
2008-12-22serial: sh-sci: Codestyle cleanup patch.Michael Trimarchi-56/+74
2008-11-13serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.Paul Mundt-1/+1
2008-11-12serial: sh-sci: fix cannot work SH7723 SCIFAYoshihiro Shimoda-9/+11
2008-10-31sh: Fix up the shared IRQ demuxer's control bit testing logic.Michael Trimarchi-11/+12
2008-10-28Merge branches 'sh/serial-rework' and 'sh/oprofile'Paul Mundt-16/+1
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2008-10-16drivers/serial: use nr_irqsYinghai Lu-1/+1
2008-10-02serial: sh-sci: Kill off all of the SCI/SCIF special casing.Paul Mundt-16/+1
2008-10-02Merge branch 'sh/g3-prep'Paul Mundt-12/+33
2008-10-02serial: sh-sci: Dynamic clock management depends on HAVE_CLK.Paul Mundt-28/+15
2008-10-01serial: sh-sci: Handle the general UPF_IOREMAP case.Paul Mundt-12/+33
2008-09-08sh: fixup many sparse errors.Paul Mundt-1/+1
2008-07-28sh: Add SCIF2 support for SH7763.Nobuhiro Iwamatsu-1/+16
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai-4/+4
2008-05-16sh: use the common ascii hex helpersHarvey Harrison-4/+4
2008-05-08sh-sci: improve sh7722 supportMagnus Damm-12/+10
2008-05-08sh: Enable use of the clk fwk on SH-5.Paul Mundt-6/+4
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-18sh: Add support for SH7723 CPU subtype.Paul Mundt-1/+6
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers-0/+1
2008-03-11serial: sh-sci: Fix fifo stall on SH7760/SH7780/SH7785 SCIF.Yutaro Ebihara-2/+2