Release 4.10 arch/mips/boot/compressed/uart-alchemy.c
#include <asm/mach-au1x00/au1000.h>
void putc(char c)
{
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
manuel lauss | manuel lauss | 15 | 100.00% | 2 | 100.00% |
| Total | 15 | 100.00% | 2 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
manuel lauss | manuel lauss | 18 | 100.00% | 2 | 100.00% |
| Total | 18 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.