-
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: 304199 b: refs/heads/master c: bf03f65 h: refs/heads/master i: 304197: 56bc04a 304195: d6faef4 304191: c884544 v: v3
- Loading branch information
Dan Williams
authored and
Greg Kroah-Hartman
committed
Apr 18, 2012
1 parent
95c826e
commit f30c7eb
Showing
10 changed files
with
62 additions
and
32 deletions.
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: 7c77c8decfd14a611ddcba071782a9520e4bb3f8 | ||
refs/heads/master: bf03f65b7967df5807ddef7b99f8a41d4c94fc70 |
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
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
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
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,17 @@ | ||
#ifndef __LINUX_OF_SERIAL_H | ||
#define __LINUX_OF_SERIAL_H | ||
|
||
/* | ||
* FIXME remove this file when tegra finishes conversion to open firmware, | ||
* expectation is that all quirks will then be self-contained in | ||
* drivers/tty/serial/of_serial.c. | ||
*/ | ||
#ifdef CONFIG_ARCH_TEGRA | ||
extern void tegra_serial_handle_break(struct uart_port *port); | ||
#else | ||
static inline void tegra_serial_handle_break(struct uart_port *port) | ||
{ | ||
} | ||
#endif | ||
|
||
#endif /* __LINUX_OF_SERIAL */ |
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