summaryrefslogtreecommitdiff
path: root/drivers/soc/mediatek/mtk-svs.c
AgeCommit message (Expand)Author
2023-06-09soc: mediatek: SVS: Fix MT8192 GPU node nameChen-Yu Tsai
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-13soc: mediatek: mtk-svs: Add explicit include for cpu.hRob Herring
2023-03-30soc: mediatek: mtk-svs: add thermal voltage compensation if neededRoger Lu
2023-03-30soc: mediatek: mtk-svs: fix passing zero to 'PTR_ERR'Roger Lu
2023-03-06soc: mediatek: mtk-svs: delete node name checkMatthias Brugger
2023-03-06soc: mediatek: mtk-svs: use common function to disable restore voltagesRoger Lu
2023-03-06soc: mediatek: mtk-svs: use svs get efuse common functionRoger Lu
2023-02-01soc: mediatek: mtk-svs: add missing MODULE_DEVICE_TABLEZeng Heng
2023-01-31soc: mtk-svs: mt8183: refactor o_slope calculationRoger Lu
2023-01-31soc: mediatek: mtk-svs: delete superfluous platform data entriesMatthias Brugger
2023-01-31soc: mediatek: mtk-svs: move svs_platform_probe into probeMatthias Brugger
2023-01-31soc: mediatek: mtk-svs: improve readability of platform_probeMatthias Brugger
2023-01-31soc: mediatek: mtk-svs: clean up platform probingMatthias Brugger
2023-01-31soc: mediatek: mtk-svs: keep svs alive if CONFIG_DEBUG_FS not supportedRoger Lu
2023-01-31soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in svs_init01()Shang XiaoJing
2023-01-31soc: mediatek: mtk-svs: reset svs when svs_resume() failRoger Lu
2023-01-31soc: mediatek: mtk-svs: restore default voltages when svs_init02() failRoger Lu
2023-01-25soc: mediatek: mtk-svs: Enable the IRQ laterRicardo Ribalda
2022-08-30soc: mediatek: mtk-svs: Explicitly include bitfield headerNĂ­colas F. R. A. Prado
2022-08-26soc: mediatek: mtk-svs: Use bitfield access macros where possibleAngeloGioacchino Del Regno
2022-08-26soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array readAngeloGioacchino Del Regno
2022-08-25soc: mediatek: mtk-svs: Use devm variant for dev_pm_opp_of_add_table()AngeloGioacchino Del Regno
2022-08-25soc: mediatek: mtk-svs: Drop of_match_ptr() for of_match_tableAngeloGioacchino Del Regno
2022-08-25soc: mediatek: mtk-svs: Remove hardcoded irqflagsAngeloGioacchino Del Regno
2022-08-25soc: mediatek: mtk-svs: Switch to platform_get_irq()AngeloGioacchino Del Regno
2022-07-07soc: mediatek: SVS: Use DEFINE_SIMPLE_DEV_PM_OPS for svs_pm_opsNathan Chancellor
2022-06-23soc: mediatek: fix missing clk_disable_unprepare() on err in svs_resume()Peng Wu
2022-06-17soc: mediatek: SVS: add mt8192 SVS GPU driverRoger Lu
2022-06-17soc: mediatek: SVS: add debug commandsRoger Lu
2022-06-17soc: mediatek: SVS: add monitor modeRoger Lu
2022-06-17soc: mediatek: SVS: introduce MTK SVS engineRoger Lu