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 tag 'linux-can-fixes-for-5.5-20191203' of git://git.kernel.org/…
…pub/scm/linux/kernel/git/mkl/linux-can Marc Kleine-Budde says: ==================== pull-request: can 2019-12-03 this is a pull request of 6 patches for net/master. The first two patches are against the MAINTAINERS file and adds Appana Durga Kedareswara rao as maintainer for the xilinx-can driver and Sriram Dash for the m_can (mmio) driver. The next patch is by Jouni Hogander and fixes a use-after-free in the slcan driver. Johan Hovold's patch for the ucan driver fixes the non-atomic allocation in the completion handler. The last two patches target the xilinx-can driver. The first one is by Venkatesh Yadav Abbarapu and skips the error message on deferred probe, the second one is by Srinivas Neeli and fixes the usage of the skb after can_put_echo_skb(). ==================== Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
4 changed files
with
34 additions
and
14 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 |
---|---|---|
|
@@ -10094,6 +10094,15 @@ W: https://linuxtv.org | |
S: Maintained | ||
F: drivers/media/radio/radio-maxiradio* | ||
|
||
MCAN MMIO DEVICE DRIVER | ||
M: Sriram Dash <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/net/can/m_can.txt | ||
F: drivers/net/can/m_can/m_can.c | ||
F: drivers/net/can/m_can/m_can.h | ||
F: drivers/net/can/m_can/m_can_platform.c | ||
|
||
MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS | ||
M: Peter Rosin <[email protected]> | ||
L: [email protected] | ||
|
@@ -18103,6 +18112,14 @@ M: Radhey Shyam Pandey <[email protected]> | |
S: Maintained | ||
F: drivers/net/ethernet/xilinx/xilinx_axienet* | ||
|
||
XILINX CAN DRIVER | ||
M: Appana Durga Kedareswara rao <[email protected]> | ||
R: Naga Sureshkumar Relli <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/net/can/xilinx_can.txt | ||
F: drivers/net/can/xilinx_can.c | ||
|
||
XILINX UARTLITE SERIAL DRIVER | ||
M: Peter Korsgaard <[email protected]> | ||
L: [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