summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/imx
AgeCommit message (Expand)AuthorFilesLines
2025-01-16pmdomain: imx8mp-blk-ctrl: add missing loop break conditionXiaolei Wang1-1/+1
2024-12-19pmdomain: imx: gpcv2: fix an OF node reference leak in imx_gpcv2_probe()Joe Hattori1-2/+2
2024-12-06Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-12-02pmdomain: imx: gpcv2: Adjust delay after power up handshakeShengjiu Wang1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds6-7/+7
2024-11-12pmdomain: imx: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+2
2024-11-01pmdomain: Merge branch fixes into nextUlf Hansson1-1/+3
2024-11-01pmdomain: imx93-blk-ctrl: correct remove pathPeng Fan1-1/+3
2024-10-31pmdomain: imx: gpcv2: replace dev_err() with dev_err_probe()Dario Binacchi1-2/+2
2024-09-13pmdomain: imx93-pd: drop the context variable "init_off"Dario Binacchi1-5/+5
2024-09-13pmdomain: imx93-pd: don't unprepare clocks on driver removeDario Binacchi1-3/+0
2024-09-13pmdomain: imx93-pd: replace dev_err() with dev_err_probe()Dario Binacchi1-5/+4
2024-09-13pmdomain: imx: gpcv2: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-6/+2
2024-09-13pmdomain: imx: gpc: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-10/+4
2024-08-15pmdomain: imx: wait SSAR when i.MX93 power domain onPeng Fan1-2/+3
2024-08-05pmdomain: imx: scu-pd: Remove duplicated clocksAlexander Stein1-5/+0
2024-05-21pmdomain: imx: gpcv2: Add delay after power up handshakeShengjiu Wang1-0/+11
2024-02-14pmdomain: core: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2024-02-14pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domainAdam Ford1-5/+5
2024-02-14pmdomain: imx8mp-blk-ctrl: Error out if domains are missing in DTMarek Vasut2-6/+12
2023-11-30pmdomain: imx93-pd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30pmdomain: imx93-blk-ctrl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30pmdomain: imx8mp-blk-ctrl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30pmdomain: imx8m-blk-ctrl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30pmdomain: imx-gpcv2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30pmdomain: imx-gpc: Convert to platform remove callback returning voidUwe Kleine-König1-9/+13
2023-11-30pmdomain: imx-pgc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-26pmdomain: Merge branch fixes into nextUlf Hansson1-0/+1
2023-10-26pmdomain: imx: Make imx pgc power domain also set the fwnodePengfei Li1-0/+1
2023-10-17pmdomain: Use device_get_match_data()Rob Herring1-4/+3
2023-10-17pmdomain: Merge branch fixes into nextUlf Hansson1-1/+2
2023-10-05pmdomain: imx: scu-pd: correct DMA2 channelPeng Fan1-1/+2
2023-10-04pmdomain: imx: Move Kconfig options to the pmdomain subsystemUlf Hansson1-0/+29
2023-09-13pmdomain: Rename the genpd subsystem to pmdomainUlf Hansson8-0/+5055