aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/spi
AgeCommit message (Expand)AuthorFilesLines
2020-09-30can: mcp251xfd: rename all user facing strings to mcp251xfdMarc Kleine-Budde3-12/+12
2020-09-30can: mcp251xfd: rename driver files and subdir to mcp251xfdMarc Kleine-Budde9-13/+13
2020-09-30can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,mcp251xfd"Thomas Kopp2-11/+11
2020-09-30can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_normal modeMarc Kleine-Budde1-1/+1
2020-09-30can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanupDan Carpenter1-1/+1
2020-09-30can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata informationThomas Kopp1-5/+14
2020-09-30can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update log messagesThomas Kopp1-7/+14
2020-09-21can: mcp25xxfd: add listen-only modeKurt Van Dijck1-6/+10
2020-09-21can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CANMarc Kleine-Budde2-0/+2908
2020-09-21can: mcp25xxfd: add regmap infrastructureMarc Kleine-Budde7-0/+1507
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-09-21can: spi: Kconfig: remove unneeded dependencies form Kconfig symbolsMarc Kleine-Budde1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
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 conditionTimo 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 Elfring2-4/+2
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-4/+13
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-20can: hi311x: remove custom DMA mapped bufferMarc Kleine-Budde1-49/+10
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-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-11/+19
2019-06-07can: mcp251x: add support for mcp25625Sean Nyekjaer2-11/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-11-09can: hi311x: Use level-triggered interruptLukas Wunner1-1/+1
2018-05-10can: hi311x: Work around TX complete interrupt erratumLukas Wunner1-4/+5
2018-05-10can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner1-0/+2
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-05can: mcp251x: mcp251x_setup(): remove unused parameter "struct mcp251x_priv *priv"Marc Kleine-Budde1-4/+3