-
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: 304611 b: refs/heads/master c: 0eeca14 h: refs/heads/master i: 304609: fe1b857 304607: 2ebfd63 v: v3
- Loading branch information
Samuel Iglesias Gonsalvez
authored and
Greg Kroah-Hartman
committed
May 9, 2012
1 parent
8d26127
commit 6cce1d3
Showing
8 changed files
with
1,374 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: d3465872c5b38613fb5ad10a9756db9372630b22 | ||
refs/heads/master: 0eeca14f5a4c03e5475177aa39a8c4e43b7ebda8 |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
# Makefile for the IPACK bridge device drivers. | ||
# | ||
obj-$(CONFIG_IPACK_BUS) += ipack.o | ||
obj-y += bridges/ |
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,8 @@ | ||
config BOARD_TPCI200 | ||
tristate "TEWS TPCI-200 support for IndustryPack bus" | ||
depends on IPACK_BUS | ||
depends on PCI | ||
help | ||
This driver supports the TEWS TPCI200 device for the IndustryPack bus. | ||
default n | ||
|
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 @@ | ||
obj-$(CONFIG_BOARD_TPCI200) += tpci200.o |
Oops, something went wrong.