forked from alistair23/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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Resolve conflict between d2912cb ("treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500") removing the GPL disclaimer and fe03d47 ("Update my email address") which updates Jozsef Kadlecsik's email. Signed-off-by: Pablo Neira Ayuso <[email protected]>
- Loading branch information
Showing
17,761 changed files
with
51,310 additions
and
133,671 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -81,6 +81,7 @@ Greg Kroah-Hartman <greg@echidna.(none)> | |
Greg Kroah-Hartman <[email protected]> | ||
Greg Kroah-Hartman <[email protected]> | ||
Gregory CLEMENT <[email protected]> <[email protected]> | ||
Hanjun Guo <[email protected]> <[email protected]> | ||
Henk Vergonet <[email protected]> | ||
Henrik Kretzschmar <[email protected]> | ||
Henrik Rydberg <[email protected]> | ||
|
@@ -238,6 +239,7 @@ Vlad Dogaru <[email protected]> <[email protected]> | |
Vladimir Davydov <[email protected]> <[email protected]> | ||
Vladimir Davydov <[email protected]> <[email protected]> | ||
Takashi YOSHII <[email protected]> | ||
Will Deacon <[email protected]> <[email protected]> | ||
Yakir Yang <[email protected]> <[email protected]> | ||
Yusuke Goda <[email protected]> | ||
Gustavo Padovan <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3364,6 +3364,14 @@ S: Braunschweiger Strasse 79 | |
S: 31134 Hildesheim | ||
S: Germany | ||
|
||
N: Martin Schwidefsky | ||
D: Martin was the most significant contributor to the initial s390 | ||
D: port of the Linux Kernel and later the maintainer of the s390 | ||
D: architecture backend for almost two decades. | ||
D: He passed away in 2019, and will be greatly missed. | ||
S: Germany | ||
W: https://lwn.net/Articles/789028/ | ||
|
||
N: Marcel Selhorst | ||
E: [email protected] | ||
D: TPM driver | ||
|
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,6 +1,6 @@ | ||
What: /sys/bus/siox/devices/siox-X/active | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
On reading represents the current state of the bus. If it | ||
contains a "0" the bus is stopped and connected devices are | ||
|
@@ -12,7 +12,7 @@ Description: | |
|
||
What: /sys/bus/siox/devices/siox-X/device_add | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Write-only file. Write | ||
|
||
|
@@ -27,61 +27,61 @@ Description: | |
|
||
What: /sys/bus/siox/devices/siox-X/device_remove | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Write-only file. A single write removes the last device in the siox chain. | ||
|
||
What: /sys/bus/siox/devices/siox-X/poll_interval_ns | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Defines the interval between two poll cycles in nano seconds. | ||
Note this is rounded to jiffies on writing. On reading the current value | ||
is returned. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/connected | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value. "0" means the Yth device on siox bus X isn't "connected" i.e. | ||
communication with it is not ensured. "1" signals a working connection. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/inbytes | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the inbytes value provided to siox-X/device_add | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/status_errors | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Counts the number of time intervals when the read status byte doesn't yield the | ||
expected value. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/type | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the type value provided to siox-X/device_add. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/watchdog | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting if the watchdog of the siox device is | ||
active. "0" means the watchdog is not active and the device is expected to | ||
be operational. "1" means the watchdog keeps the device in reset. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/watchdog_errors | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the number to time intervals when the | ||
watchdog was active. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/outbytes | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the outbytes value provided to siox-X/device_add. |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ Contact: Bjørn Mork <[email protected]> | |
Description: | ||
Unsigned integer. | ||
|
||
Write a number ranging from 1 to 127 to add a qmap mux | ||
Write a number ranging from 1 to 254 to add a qmap mux | ||
based network device, supported by recent Qualcomm based | ||
modems. | ||
|
||
|
@@ -46,5 +46,5 @@ Contact: Bjørn Mork <[email protected]> | |
Description: | ||
Unsigned integer. | ||
|
||
Write a number ranging from 1 to 127 to delete a previously | ||
Write a number ranging from 1 to 254 to delete a previously | ||
created qmap mux based network device. |
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
Oops, something went wrong.