summaryrefslogtreecommitdiff
path: root/drivers/spmi/spmi-mtk-pmif.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-23spmi: mtk-pmif: Add support for MT8196 SPMI ControllerAngeloGioacchino Del Regno1-0/+11
2026-01-23spmi: mtk-pmif: Implement Request Capable Slave (RCS) interruptAngeloGioacchino Del Regno1-6/+226
2026-01-23spmi: mtk-pmif: Keep spinlock until read is fully doneAngeloGioacchino Del Regno1-3/+5
2026-01-23spmi: mtk-pmif: Add multi-bus support for SPMI 2.0AngeloGioacchino Del Regno1-78/+157
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2023-12-15spmi: mediatek: add device id checkSen Chu1-0/+6
2023-12-15spmi: mtk-pmif: Reorder driver remove sequenceFei Shao1-1/+1
2023-12-15spmi: Use devm_spmi_controller_alloc()Fei Shao1-17/+9
2023-12-15spmi: mediatek: Fix UAF on device removeYu-Che Cheng1-2/+5
2023-12-15spmi: mtk-pmif: Serialize PMIF status check and command submissionNícolas F. R. A. Prado1-4/+16
2023-04-20spmi: mtk-pmif: Drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-04-20spmi: mtk-pmif: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2021-12-17spmi: mediatek: Add support for MT8195James Lo1-0/+88
2021-12-17spmi: mediatek: Add support for MT6873/8192James Lo1-0/+454