aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/rave-sp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2024-02-23mfd: rave-sp: Avoid unnecessary use of comma operatorSimon Horman1-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-2/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion1-2/+2
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-5/+5
2023-08-18mfd: Explicitly include correct DT includesRob Herring1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-06mfd: rave-sp: Fix mistake in 'struct rave_sp_deframer's kerneldocLee Jones1-1/+1
2019-01-03mfd: rave-sp: Fix typo in rave_sp_checksum commentYangtao Li1-1/+1
2018-07-27mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support itAndrey Smirnov1-33/+63
2018-07-27mfd: rave-sp: Add legacy watchdog ping command translationAndrey Smirnov1-0/+2
2018-07-27mfd: rave-sp: Add legacy EEPROM access command translationAndrey Smirnov1-0/+2
2018-07-27mfd: rave-sp: Initialize flow control and parity of the portAndrey Smirnov1-0/+7
2018-07-27mfd: rave-sp: Fix incorrectly specified checksum typeAndrey Smirnov1-1/+1
2018-07-27mfd: rave-sp: Remove unused definesAndrey Smirnov1-10/+0
2018-05-16mfd: rave-sp: Remove VLAKyle Spiers1-2/+9
2018-05-16mfd: rave-sp: Check received frame length before accepting next byteAndrey Smirnov1-2/+2
2018-05-16mfd: rave-sp: Convert print_hex_dump() to print_hex_dump_debug()Andrey Smirnov1-4/+4
2018-05-16mfd: rave-sp: Add code to print firmware versionsAndrey Smirnov1-0/+95
2018-01-08mfd: Add driver for RAVE Supervisory ProcessorAndrey Smirnov1-0/+710