aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/sh-sci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-22serial: sh-sci: Generalize port pin initialization.Paul Mundt1-102/+43
2008-12-22serial: sh-sci: Tidy up fifo overrun error handling.Paul Mundt1-21/+24
2008-12-22serial: sh-sci: pr_debug() -> dev_dbg() conversion.Paul Mundt1-23/+26
2008-12-22serial: sh-sci: Fix up the cpufreq notifier to use the proper port clock.Paul Mundt1-28/+10
2008-12-22serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.Paul Mundt1-181/+20
2008-12-22serial: sh-sci: Codestyle cleanup patch.Michael Trimarchi1-56/+74
2008-11-13serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.Paul Mundt1-1/+1
2008-11-12serial: sh-sci: fix cannot work SH7723 SCIFAYoshihiro Shimoda1-9/+11
2008-10-31sh: Fix up the shared IRQ demuxer's control bit testing logic.Michael Trimarchi1-11/+12
2008-10-28Merge branches 'sh/serial-rework' and 'sh/oprofile'Paul Mundt1-16/+1
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-16drivers/serial: use nr_irqsYinghai Lu1-1/+1
2008-10-02serial: sh-sci: Kill off all of the SCI/SCIF special casing.Paul Mundt1-16/+1
2008-10-02Merge branch 'sh/g3-prep'Paul Mundt1-12/+33
2008-10-02serial: sh-sci: Dynamic clock management depends on HAVE_CLK.Paul Mundt1-28/+15
2008-10-01serial: sh-sci: Handle the general UPF_IOREMAP case.Paul Mundt1-12/+33
2008-09-08sh: fixup many sparse errors.Paul Mundt1-1/+1
2008-07-28sh: Add SCIF2 support for SH7763.Nobuhiro Iwamatsu1-1/+16
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai1-4/+4
2008-05-16sh: use the common ascii hex helpersHarvey Harrison1-4/+4
2008-05-08sh-sci: improve sh7722 supportMagnus Damm1-12/+10
2008-05-08sh: Enable use of the clk fwk on SH-5.Paul Mundt1-6/+4
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-18sh: Add support for SH7723 CPU subtype.Paul Mundt1-1/+6
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-03-11serial: sh-sci: Fix fifo stall on SH7760/SH7780/SH7785 SCIF.Yutaro Ebihara1-2/+2
2008-02-26serial: Move asm-sh/sci.h to linux/serial_sci.h.Paul Mundt1-1/+1
2008-02-14sh: add support for sh7366 processorMagnus Damm1-1/+1
2008-01-28sh: Add support for SH7763 CPU subtype.Yoshihiro Shimoda1-1/+3
2008-01-28sh: Add support for SH7721 CPU subtype.Yoshihiro Shimoda1-1/+1
2007-09-21serial: sh-sci: kgdb console build fixes.Paul Mundt1-3/+1
2007-09-21sh: Add SH7720 CPU support.Markus Brunner1-0/+33
2007-09-21serial: sh-sci: Tidy cpufreq printk.Paul Mundt1-1/+1
2007-07-26sh: remove support for sh7300 and solution engine 7300Magnus Damm1-7/+2
2007-06-20sh: Preliminary support for the SH-X3 CPU.Paul Mundt1-1/+3
2007-05-07serial: sh-sci: Fix module clock refcount for serial console.Paul Mundt1-0/+11
2007-05-07serial: sh-sci: Fix module clock refcounting.dmitry pervushin1-3/+9
2007-05-07sh: MS7712SE01 board support.Nobuhiro Iwamatsu1-1/+12
2007-05-07serial: sh-sci: Kill off breakpoint in break IRQ.Paul Mundt1-6/+0
2007-05-07sh: Add SH7785 Highlander board support (R7785RP).Paul Mundt1-4/+16
2007-05-07sh: Bring kgdb back from the dead.Paul Mundt1-20/+33
2007-03-14serial: Fix sh-sci break interrupt/sysrq handling.Paul Mundt1-5/+6
2006-12-12sh: SH-MobileR SH7722 CPU support.Paul Mundt1-0/+22
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-06sh: Clock framework tidying.Paul Mundt1-3/+3
2006-10-06sh: Updates for IRQ handler changes.Paul Mundt1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-17/+16
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0