aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus/moxtet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2024-01-04moxtet: mark moxtet_bus_type as constGreg Kroah-Hartman1-1/+1
2023-12-15bus: moxtet: Add spi device tableSjoerd Simons1-0/+7
2023-12-15bus: moxtet: Mark the irq as sharedSjoerd Simons1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-04-09treewide: change my e-mail address, fix my nameMarek Behún1-2/+2
2020-02-15bus: moxtet: fix potential stack buffer overflowMarek Behún1-1/+1
2020-01-08bus: moxtet: declare moxtet_bus_type as staticMarek Behún1-2/+1
2019-09-04bus: moxtet: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2019-09-04bus: moxtet: remove set but not used variable 'dummy'Jason Yan1-2/+1
2019-08-14bus: Add support for Moxtet busMarek Behún1-0/+886