-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 284724 b: refs/heads/master c: d57f341 h: refs/heads/master v: v3
- Loading branch information
Gabor Juhos
authored and
Ralf Baechle
committed
Dec 7, 2011
1 parent
b9556ac
commit 3a5d302
Showing
6 changed files
with
735 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c279b7759602d4ef97d45f3eb2cdf36a713eb99a | ||
refs/heads/master: d57f341ba08c9f34ccd45a89729e73174d4a3325 |
18 changes: 18 additions & 0 deletions
18
trunk/arch/mips/include/asm/mach-ath79/ar933x_uart_platform.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Platform data definition for Atheros AR933X UART | ||
* | ||
* Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License version 2 as published | ||
* by the Free Software Foundation. | ||
*/ | ||
|
||
#ifndef _AR933X_UART_PLATFORM_H | ||
#define _AR933X_UART_PLATFORM_H | ||
|
||
struct ar933x_uart_platform_data { | ||
unsigned uartclk; | ||
}; | ||
|
||
#endif /* _AR933X_UART_PLATFORM_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.