index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
sunzilog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-25
serial: suncore: Fix RSC/LOM handling in sunserial_console_termios().
David S. Miller
1
-1
/
+1
2009-11-25
serial: suncore: Add 'ignore_line' argument to sunserial_console_match().
David S. Miller
1
-2
/
+4
2009-09-20
serial: move delta_msr_wait into the tty_port
Alan Cox
1
-1
/
+1
2009-09-20
serial: kill off uart_info
Alan Cox
1
-7
/
+7
2009-03-25
serial: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-08-31
sparc: Annotate of_device_id arrays with const or __initdata.
David S. Miller
1
-1
/
+1
2008-08-12
sparc/drivers: use linux/of_device.h instead of asm/of_device.h
Stephen Rothwell
1
-1
/
+1
2008-07-21
ttydev: fix pamc_zilog for tty pointer move
Stephen Rothwell
1
-2
/
+2
2008-05-02
serial: Fix sparc driver name strings.
David S. Miller
1
-1
/
+1
2008-04-27
sparc: sunzilog.c remove unused argument
Robert Reif
1
-2
/
+2
2008-04-24
sparc: sunzilog uart order
Robert Reif
1
-13
/
+17
2007-12-12
[SERIAL] sparc: Infrastructure to fix section mismatch bugs.
Martin Habets
1
-25
/
+16
2007-08-27
[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c
David S. Miller
1
-6
/
+8
2007-07-21
[SPARC]: Fix serial console device detection.
David S. Miller
1
-18
/
+6
2007-07-16
[SERIAL]: Fix console write locking in sparc drivers.
David S. Miller
1
-3
/
+14
2007-05-29
[SERIAL] sunzilog: section mismatch fix
Krzysztof Helt
1
-2
/
+2
2007-05-10
[SERIAL] sunzilog: Interrupt enable before ISR handler installed
Mark Fortescue
1
-34
/
+104
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-01-01
[SPARC64]: Fix of_iounmap() region release.
David S. Miller
1
-6
/
+8
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+2
2006-10-12
[SPARC32]: Fix sparc32 modpost warnings with sunzilog
Martin Habets
1
-3
/
+3
2006-10-11
[PATCH] __iomem annotations in sunzilog
Al Viro
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-17
/
+14
2006-09-30
[SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.
David S. Miller
1
-1
/
+1
2006-08-24
[SERIAL] sunzilog: Mirror the sunsab serial setup bug fix.
David S. Miller
1
-0
/
+3
2006-07-22
[SERIAL] sunzilog: Fix instance enumeration.
David S. Miller
1
-36
/
+35
2006-07-22
[SERIAL] sunzilog: Remove duplicate IRQ registry in zs_probe().
David S. Miller
1
-9
/
+1
2006-07-22
[SERIAL] sunzilog: Register IRQ after all devices have been probed.
David S. Miller
1
-11
/
+35
2006-07-03
[PATCH] irq-flags: serial: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-30
[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.
David S. Miller
1
-0
/
+1
2006-06-30
[SERIAL] sunzilog: Fix bugs in device deregristration.
David S. Miller
1
-7
/
+22
2006-06-30
[SERIAL] sunzilog: Convert to of_driver.
David S. Miller
1
-527
/
+258
2006-06-26
[PATCH] devfs: Remove devfs support from the serial subsystem
Greg Kroah-Hartman
1
-1
/
+0
2006-06-24
[SPARC64]: Convert central bus layer to in-kernel PROM device tree.
David S. Miller
1
-1
/
+1
2006-06-20
[SPARC]: Kill __irq_itoa().
David S. Miller
1
-2
/
+2
2006-03-23
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
1
-9
/
+4
2006-03-20
[SERIAL] kernel console should send CRLF not LFCR
Russell King
1
-9
/
+4
2006-03-20
[SPARC] serial: Make sure sysfs nodes get named correctly.
David S. Miller
1
-0
/
+1
2006-03-20
[SPARC64]: Prevent registering wrong serial console.
David S. Miller
1
-6
/
+28
2006-02-05
[SERIAL] uart_port iotype member should use UPIO_*
Russell King
1
-2
/
+2
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-26
/
+8
2005-10-11
[SPARC64]: Fix oops on runlevel change with serial console.
David S. Miller
1
-3
/
+2
2005-08-31
[SERIAL] Clean up and fix tty transmission start/stoping
Russell King
1
-2
/
+2
2005-06-29
[PATCH] Serial: Adjust serial locking
Russell King
1
-6
/
+7
2005-06-25
[SPARC]: sunzilog warning fixes
William Lee Irwin III
1
-4
/
+4
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1773