-
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.
- Loading branch information
Arik Nemtsov
authored and
John W. Linville
committed
Jun 5, 2012
1 parent
69a3ac7
commit dc45a75
Showing
274 changed files
with
2,337 additions
and
4,356 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: 8d242488ce4627dd7e6333caab56df11ea25e239 | ||
refs/heads/master: 72d7872852e1734e94686012a2e9deade3457329 |
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
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
menuconfig CAN_C_CAN | ||
tristate "Bosch C_CAN/D_CAN devices" | ||
tristate "Bosch C_CAN devices" | ||
depends on CAN_DEV && HAS_IOMEM | ||
|
||
if CAN_C_CAN | ||
|
||
config CAN_C_CAN_PLATFORM | ||
tristate "Generic Platform Bus based C_CAN/D_CAN driver" | ||
tristate "Generic Platform Bus based C_CAN driver" | ||
---help--- | ||
This driver adds support for the C_CAN/D_CAN chips connected | ||
to the "platform bus" (Linux abstraction for directly to the | ||
This driver adds support for the C_CAN chips connected to | ||
the "platform bus" (Linux abstraction for directly to the | ||
processor attached devices) which can be found on various | ||
boards from ST Microelectronics (http://www.st.com) like the | ||
SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com) | ||
boards like am335x, dm814x, dm813x and dm811x. | ||
boards from ST Microelectronics (http://www.st.com) | ||
like the SPEAr1310 and SPEAr320 evaluation boards. | ||
endif |
Oops, something went wrong.