summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/spi
AgeCommit message (Expand)Author
2020-09-30can: mcp251xfd: rename all remaining occurrence to mcp251xfdMarc Kleine-Budde
2020-09-30can: mcp251xfd: rename all user facing strings to mcp251xfdMarc Kleine-Budde
2020-09-30can: mcp251xfd: rename driver files and subdir to mcp251xfdMarc Kleine-Budde
2020-09-30can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,m...Thomas Kopp
2020-09-30can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_n...Marc Kleine-Budde
2020-09-30can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanupDan Carpenter
2020-09-30can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata informationThomas Kopp
2020-09-30can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update l...Thomas Kopp
2020-09-21can: mcp25xxfd: add listen-only modeKurt Van Dijck
2020-09-21can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CANMarc Kleine-Budde
2020-09-21can: mcp25xxfd: add regmap infrastructureMarc Kleine-Budde
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-09-21can: spi: Kconfig: remove unneeded dependencies form Kconfig symbolsMarc Kleine-Budde
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
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-20can: hi311x: remove custom DMA mapped bufferMarc 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-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
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
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-11-09can: hi311x: Use level-triggered interruptLukas Wunner
2018-05-10can: hi311x: Work around TX complete interrupt erratumLukas Wunner
2018-05-10can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches