/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org> */ #include <linux/mm.h> #include <linux/io.h> #include <linux/serial_reg.h> #include "devices.h" #include "ar2315_regs.h" #include "ar5312_regs.h"
static inline void prom_uart_wr(void __iomem *base, unsigned reg, unsigned char ch) { __raw_writel(ch, base + 4 * reg); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 30 | 100.00% | 1 | 100.00% |
Total | 30 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 26 | 100.00% | 1 | 100.00% |
Total | 26 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 101 | 100.00% | 1 | 100.00% |
Total | 101 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 176 | 100.00% | 1 | 100.00% |
Total | 176 | 100.00% | 1 | 100.00% |