summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/spi/mcp251x.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-10-25can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error pathDongliang Mu1-1/+4
2022-08-09can: mcp251x: Fix race condition on receive interruptSebastian Würl1-3/+15
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-10/+0
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-12/+13
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol1-1/+2
2022-01-05can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2021-05-27can: mcp251x: mcp251x_can_probe(): silence clang warningMarc Kleine-Budde1-1/+1
2021-05-06can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf1-17/+18
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+18
2021-04-06can: mcp251x: fix support for half duplex SPI host controllersMarc Kleine-Budde1-6/+18
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-9/+9
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-2/+2
2020-09-21can: mcp251x: add support for half duplex controllersTim Harvey1-7/+27
2020-09-21can: mcp251x: Use readx_poll_timeout() helperAndy Shevchenko1-31/+33
2020-09-21can: mcp251x: add GPIO supportTimo Schlüßler1-0/+243
2020-09-21can: mcp251x: sort include files alphabeticallyMarc Kleine-Budde1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-11can: mcp251x: only reset hardware as requiredTimo Schlüßler1-7/+44
2019-11-11can: mcp251x: add mcp251x_write_2regs() and make use of itTimo Schlüßler1-2/+13
2019-11-11can: mcp251x: get rid of legacy platform dataAndy Shevchenko1-5/+4
2019-11-05can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...Timo Schlüßler1-1/+1
2019-09-03can: mcp251x: Call wrapper instead of regulator_disable()Andy Shevchenko1-4/+2
2019-09-03can: mcp251x: Make use of device property APIAndy Shevchenko1-7/+5
2019-09-03can: mcp251x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-18/+12
2019-09-03can: mcp251x: remove deprecated board file setup exampleMarc Kleine-Budde1-20/+0
2019-08-22can: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-08-20can: mcp251x: remove custom DMA mapped bufferMarc Kleine-Budde1-48/+10
2019-08-20can: mcp251x: Use DT-supplied interrupt flagsPhil Elwell1-1/+4
2019-08-20can: mcp251x: Use dev_name() during request_threaded_irq()Alexander Shiyan1-1/+2
2019-08-20can: mcp251x: mcp251x_hw_reset(): allow more time after a resetMarc Kleine-Budde1-5/+14
2019-08-20can: mcp251x: use u8 instead of uint8_tMarc Kleine-Budde1-5/+4
2019-08-20can: mcp251x: fix print formating stringsMarc Kleine-Budde1-2/+1
2019-08-20can: mcp251x: avoid long linesMarc Kleine-Budde1-2/+4
2019-08-20can: mcp251x: remove unnecessary blank linesMarc Kleine-Budde1-2/+0
2019-08-20can: mcp251x: convert block comments to network style commentsMarc Kleine-Budde1-10/+5
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-27/+22
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2019-07-24can: mcp251x: add error check when wq alloc failedWeitao Hou1-27/+22
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+16
2019-06-07can: mcp251x: add support for mcp25625Sean Nyekjaer1-9/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner1-15/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1