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