-
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 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/p…
…ub/scm/linux/kernel/git/mkl/linux-can-next Marc Kleine-Budde says: ==================== pull-request: can-next 2015-05-06 this is a pull request of a seven patches for net-next/master. Andreas Gröger contributes two patches for the janz-ican3 driver. In the first patch, the documentation for already existing sysfs entries is added, the second patch adds support for another module/firmware variant. A patch by Shawn Landden makes the padding in the struct can_frame explicit. The next 4 patches target the flexcan driver, the first one is by David Jander adding some documentation, the reaming three by me add more documentation and two small code cleanups. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
7 changed files
with
159 additions
and
59 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
What: /sys/bus/pci/drivers/janz-cmodio/.../modulbus_number | ||
Date: May 2010 | ||
KernelVersion: 2.6.35 | ||
Contact: Ira W. Snyder <ira.snyder@gmail.com> | ||
Description: | ||
Value representing the HEX switch S2 of the janz carrier board CMOD-IO or CAN-PCI2 | ||
|
||
Read-only: value of the configuration switch (0..15) |
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,19 @@ | ||
What: /sys/class/net/<iface>/termination | ||
Date: May 2010 | ||
KernelVersion: 2.6.35 | ||
Contact: Ira W. Snyder <ira.snyder@gmail.com> | ||
Description: | ||
Value representing the can bus termination | ||
|
||
Default: 1 (termination active) | ||
Reading: get actual termination state | ||
Writing: set actual termination state (0=no termination, 1=termination active) | ||
|
||
What: /sys/class/net/<iface>/fwinfo | ||
Date: May 2015 | ||
KernelVersion: 3.19 | ||
Contact: Andreas Gröger <andreas24groeger@gmail.com> | ||
Description: | ||
Firmware stamp of ican3 module | ||
Read-only: 32 byte string identification of the ICAN3 module | ||
(known values: "JANZ-ICAN3 ICANOS 1.xx", "JANZ-ICAN3 CAL/CANopen 1.xx") |
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