aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/ibmasm/uart.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-8/+8
This resolves the differences between the original 8250 patch, the revised 8250 patch and the independant clean up of the octeon driver (to use platform devices properly yay!) Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2007-07-17IBMASM: whitespace cleanupDmitry Torokhov1-1/+1
IBMASM: whitespace cleanup Signed-off-by: Dmitry Torokhov <[email protected]> Cc: Vernon Mauery <[email protected]> Cc: Max Asbock <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-01-21[SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCARussell King1-1/+1
The functionality UPF_BOOT_ONLYMCA provided has been replaced by the 8250_mca module, which only registers MCA ports if MCA is present. UPF_AUTOPROBE has no functional effect - in fact, it's never tested. Only ibmasm set the flag. Signed-off-by: Russell King <[email protected]>
2005-09-07[SERIAL] Update ibmasm driver for death of register_serial&coMax Asbock1-10/+10
Signed-off-by: Max Asbock <[email protected]> Signed-off-by: Russell King <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+72
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!