summaryrefslogtreecommitdiffstats
path: root/drivers/soc/mediatek/mtk-svs.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-30soc: mediatek: mtk-svs: Explicitly include bitfield headerNĂ­colas F. R. A. Prado1-0/+1
2022-08-26soc: mediatek: mtk-svs: Use bitfield access macros where possibleAngeloGioacchino Del Regno1-63/+128
2022-08-26soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array readAngeloGioacchino Del Regno1-37/+32
2022-08-25soc: mediatek: mtk-svs: Use devm variant for dev_pm_opp_of_add_table()AngeloGioacchino Del Regno1-1/+1
2022-08-25soc: mediatek: mtk-svs: Drop of_match_ptr() for of_match_tableAngeloGioacchino Del Regno1-1/+1
2022-08-25soc: mediatek: mtk-svs: Remove hardcoded irqflagsAngeloGioacchino Del Regno1-8/+1
2022-08-25soc: mediatek: mtk-svs: Switch to platform_get_irq()AngeloGioacchino Del Regno1-3/+7
2022-07-07soc: mediatek: SVS: Use DEFINE_SIMPLE_DEV_PM_OPS for svs_pm_opsNathan Chancellor1-1/+1
2022-06-23soc: mediatek: fix missing clk_disable_unprepare() on err in svs_resume()Peng Wu1-2/+6
2022-06-17soc: mediatek: SVS: add mt8192 SVS GPU driverRoger Lu1-5/+468
2022-06-17soc: mediatek: SVS: add debug commandsRoger Lu1-0/+275
2022-06-17soc: mediatek: SVS: add monitor modeRoger Lu1-6/+250
2022-06-17soc: mediatek: SVS: introduce MTK SVS engineRoger Lu1-0/+1417