forked from torvalds/linux
-
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.
Merge tag 'please-pull-ia64_for_5.7' of git://git.kernel.org/pub/scm/…
…linux/kernel/git/aegl/linux Pull ia64 updates from Tony Luck: "Couple of cleanup patches" * tag 'please-pull-ia64_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux: tty/serial: cleanup after ioc*_serial driver removal ia64: replace setup_irq() by request_irq()
- Loading branch information
Showing
8 changed files
with
40 additions
and
181 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 |
---|---|---|
|
@@ -7978,6 +7978,7 @@ L: [email protected] | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git | ||
S: Maintained | ||
F: arch/ia64/ | ||
F: Documentation/ia64/ | ||
|
||
IBM Power 842 compression accelerator | ||
M: Haren Myneni <[email protected]> | ||
|
@@ -15095,14 +15096,6 @@ M: Dimitri Sivanich <[email protected]> | |
S: Maintained | ||
F: drivers/misc/sgi-gru/ | ||
|
||
SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER | ||
M: Pat Gefre <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/ia64/serial.rst | ||
F: drivers/tty/serial/ioc?_serial.c | ||
F: include/linux/ioc?.h | ||
|
||
SGI XP/XPC/XPNET DRIVER | ||
M: Cliff Whickman <[email protected]> | ||
M: Robin Holt <[email protected]> | ||
|
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,3 @@ | ||
/* SPDX-License-Identifier: GPL-2.0 */ | ||
extern void register_percpu_irq(ia64_vector vec, irq_handler_t handler, | ||
unsigned long flags, const char *name); |
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 was deleted.
Oops, something went wrong.