aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ibmasm/uart.c
Commit message (Collapse)AuthorAgeFilesLines
* 8250: three way resolve of the 8250 diffsAlan Cox2012-07-171-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]>
* misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
| | | | | Signed-off-by: Al Viro <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
* IBMASM: whitespace cleanupDmitry Torokhov2007-07-171-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]>
* [SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCARussell King2006-01-211-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]>
* [SERIAL] Update ibmasm driver for death of register_serial&coMax Asbock2005-09-071-10/+10
| | | | | Signed-off-by: Max Asbock <[email protected]> Signed-off-by: Russell King <[email protected]>
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-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!