forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
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/netdev/net
Trivial conflict in CAN, keep the net-next + the byteswap wrapper. Conflicts: drivers/net/can/usb/gs_usb.c Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
387 changed files
with
6,414 additions
and
2,991 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 |
---|---|---|
|
@@ -290,6 +290,7 @@ Santosh Shilimkar <[email protected]> | |
Sarangdhar Joshi <[email protected]> | ||
Sascha Hauer <[email protected]> | ||
S.Çağlar Onur <[email protected]> | ||
Sean Christopherson <[email protected]> <[email protected]> | ||
Sean Nyekjaer <[email protected]> <[email protected]> | ||
Sebastian Reichel <[email protected]> <[email protected]> | ||
Sebastian Reichel <[email protected]> <[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 |
---|---|---|
|
@@ -109,30 +109,6 @@ Description: | |
When counting down the counter start from preset value | ||
and fire event when reach 0. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_count_quadrature_mode_available | ||
KernelVersion: 4.12 | ||
Contact: [email protected] | ||
Description: | ||
Reading returns the list possible quadrature modes. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_count0_quadrature_mode | ||
KernelVersion: 4.12 | ||
Contact: [email protected] | ||
Description: | ||
Configure the device counter quadrature modes: | ||
|
||
channel_A: | ||
Encoder A input servers as the count input and B as | ||
the UP/DOWN direction control input. | ||
|
||
channel_B: | ||
Encoder B input serves as the count input and A as | ||
the UP/DOWN direction control input. | ||
|
||
quadrature: | ||
Encoder A and B inputs are mixed to get direction | ||
and count with a scale of 0.25. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_count_enable_mode_available | ||
KernelVersion: 4.12 | ||
Contact: [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
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 |
---|---|---|
|
@@ -1995,7 +1995,6 @@ N: lpc18xx | |
|
||
ARM/LPC32XX SOC SUPPORT | ||
M: Vladimir Zapolskiy <[email protected]> | ||
M: Sylvain Lemieux <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
T: git git://github.com/vzapolskiy/linux-lpc32xx.git | ||
|
@@ -3528,11 +3527,12 @@ BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER | |
M: Arend van Spriel <[email protected]> | ||
M: Franky Lin <[email protected]> | ||
M: Hante Meuleman <[email protected]> | ||
M: Chi-Hsien Lin <[email protected]> | ||
M: Wright Feng <[email protected]> | ||
M: Chi-hsien Lin <[email protected]> | ||
M: Wright Feng <[email protected]> | ||
M: Chung-hsien Hsu <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: brcm80211-dev-list@cypress.com | ||
L: SHA-cyfmac-dev-list@infineon.com | ||
S: Supported | ||
F: drivers/net/wireless/broadcom/brcm80211/ | ||
|
||
|
@@ -9155,6 +9155,7 @@ F: include/linux/iomap.h | |
|
||
IOMMU DRIVERS | ||
M: Joerg Roedel <[email protected]> | ||
M: Will Deacon <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | ||
|
@@ -9638,6 +9639,7 @@ F: Documentation/virt/kvm/s390* | |
F: arch/s390/include/asm/gmap.h | ||
F: arch/s390/include/asm/kvm* | ||
F: arch/s390/include/uapi/asm/kvm* | ||
F: arch/s390/kernel/uv.c | ||
F: arch/s390/kvm/ | ||
F: arch/s390/mm/gmap.c | ||
F: tools/testing/selftests/kvm/*/s390x/ | ||
|
@@ -13156,7 +13158,9 @@ M: Jesper Dangaard Brouer <[email protected]> | |
M: Ilias Apalodimas <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/networking/page_pool.rst | ||
F: include/net/page_pool.h | ||
F: include/trace/events/page_pool.h | ||
F: net/core/page_pool.c | ||
|
||
PANASONIC LAPTOP ACPI EXTRAS DRIVER | ||
|
@@ -14798,7 +14802,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.g | |
F: drivers/net/wireless/realtek/rtlwifi/ | ||
|
||
REALTEK WIRELESS DRIVER (rtw88) | ||
M: Yan-Hsuan Chuang <yhchuang@realtek.com> | ||
M: Yan-Hsuan Chuang <tony0620emma@gmail.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/wireless/realtek/rtw88/ | ||
|
@@ -15771,9 +15775,8 @@ F: drivers/slimbus/ | |
F: include/linux/slimbus.h | ||
|
||
SFC NETWORK DRIVER | ||
M: Solarflare linux maintainers <[email protected]> | ||
M: Edward Cree <[email protected]> | ||
M: Martin Habets <[email protected]> | ||
M: Edward Cree <[email protected]> | ||
M: Martin Habets <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/sfc/ | ||
|
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.