summaryrefslogtreecommitdiff
path: root/drivers/mfd/qnap-mcu.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-21mfd: qnap-mcu: Hook up the EEPROM sub-deviceHeiko Stuebner1-0/+1
2025-11-20mfd: qnap-mcu: Add proper error handling for command errorsHeiko Stuebner1-1/+65
2025-11-20mfd: qnap-mcu: Move checksum verification to its own functionHeiko Stuebner1-3/+8
2025-11-20mfd: qnap-mcu: Use EPROTO in stead of EIO on checksum errorsHeiko Stuebner1-1/+1
2025-11-20mfd: qnap-mcu: Calculate the checksum on the actual number of bytes receivedHeiko Stuebner1-2/+2
2025-10-01mfd: qnap-mcu: Improve structure in qnap_mcu_execHeiko Stuebner1-10/+9
2025-10-01mfd: qnap-mcu: Convert to guard(mutex) in qnap_mcu_execHeiko Stuebner1-8/+5
2025-10-01mfd: qnap-mcu: Handle errors returned from qnap_mcu_writeHeiko Stuebner1-1/+5
2025-10-01mfd: qnap-mcu: Add driver data for TS233 variantHeiko Stuebner1-0/+9
2025-03-14mfd: qnap-mcu: Convert commas to semicolons in qnap_mcu_exec()Chen Ni1-3/+3
2024-12-17mfd: Add base driver for qnap-mcu devicesHeiko Stuebner1-0/+338