aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/sunsu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+3
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-29drivers/serial/sunsu.c: Correct use after freeJulia Lawall1-1/+3
2009-11-24sunsu: Use sunserial_console_termios() in sunsu_console_setup().David S. Miller1-7/+10
2009-11-24sunsu: Pass true 'ignore_line' to console match when RSC or LOM console.David S. Miller1-1/+7
2009-11-24serial: suncore: Add 'ignore_line' argument to sunserial_console_match().David S. Miller1-1/+2
2009-11-24sunsu: Fix detection of SU ports which are RSC console or control.David S. Miller1-0/+10
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-1/+1
2009-09-19serial: kill off uart_infoAlan Cox1-3/+3
2009-04-08serial: sunsu: sunsu_kbd_ms_init needs to be __devinitDavid S. Miller1-1/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-11sparc/drivers: use linux/of_device.h instead of asm/of_device.hStephen Rothwell1-1/+1
2008-07-20ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell1-1/+1
2008-07-20drivers/serial/: remove CVS keywordsAdrian Bunk1-1/+1
2008-05-02serial: Fix sparc driver name strings.David S. Miller1-1/+1
2007-12-12[SERIAL] sparc: Infrastructure to fix section mismatch bugs.Martin Habets1-11/+5
2007-08-26[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.cDavid S. Miller1-2/+3
2007-07-20[SPARC]: Fix serial console device detection.David S. Miller1-19/+4
2007-07-16[SERIAL]: Fix console write locking in sparc drivers.David S. Miller1-0/+14
2007-05-07[SERIAL] sunsu: Fix section mismatch warnings.David S. Miller1-4/+4
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-31[SPARC64]: Fix of_iounmap() region release.David S. Miller1-5/+5
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-10/+9
2006-10-01[PATCH] ioremap balanced with iounmap for drivers/serial/sunsu.cAmol Lad1-0/+3
2006-07-14[SERIAL] sunsu: Report keyboard and mouse ports in kernel log.David S. Miller1-0/+5
2006-07-13[SERIAL] sunsu: Handle keyboard and mouse ports directly.David S. Miller1-9/+26
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+2
2006-06-30[SERIAL] sunsu: Missing return statement in su_probe().David S. Miller1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.David S. Miller1-1/+5
2006-06-29[SERIAL] sunsu: Convert to of_driver framework.David S. Miller1-334/+157
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman1-1/+0
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller1-2/+2
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-2/+2
2006-05-21[SUNSU]: Fix license.Andrew Morton1-0/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-23[PATCH] kill _INLINE_Adrian Bunk1-8/+5
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-17/+9
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King1-17/+9
2006-03-20[SUNSU]: Fix missing spinlock initialization.David S. Miller1-0/+2
2006-03-20[SPARC] serial: Make sure sysfs nodes get named correctly.David S. Miller1-0/+2
2006-03-20[SPARC64]: Prevent registering wrong serial console.David S. Miller1-11/+11
2006-02-28[SUNSU]: Fix locking error in sunsu_stop_rx().David S. Miller1-3/+0
2006-02-05[SERIAL] uart_port iotype member should use UPIO_*Russell King1-5/+5
2006-01-21[SERIAL] Don't use ASYNC_ constants with the uart_port structureRussell King1-7/+7