summaryrefslogtreecommitdiffstats
path: root/drivers/soc/imx/gpc.c
AgeCommit message (Expand)AuthorLines
2020-03-16soc: imx: gpc: fix power up sequencingLucas Stach-11/+13
2019-10-26soc: imx: gpc: fix initialiser formatBen Dooks-4/+4
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-3/+1
2019-05-13soc: imx: gpc: Use GENPD_FLAG_RPM_ALWAYS_ON for ERR009619Leonard Crestez-2/+11
2019-04-11soc: imx: gpc: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2018-12-10soc: imx: gpc: Increase GPC_CLK_MAX to 7Leonard Crestez-1/+1
2018-10-01soc: imx: gpc: Switch to SPDX identifierFabio Estevam-7/+1
2018-09-03soc: imx: gpc: use GPC_PGC_DOMAIN_* indexesSven Schmitt-6/+10
2018-09-03soc: imx: gpc: fix PDN delaySven Schmitt-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-6/+12
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki-1/+1
2018-07-19soc: imx: gpc: restrict register range for regmap accessAnson Huang-0/+21
2018-07-17soc: imx6qp: Use GENPD_FLAG_ALWAYS_ON for PU errataLeonard Crestez-6/+2
2018-07-11soc: imx: gpc: Disable 6sl display power gating for ERR006287Leonard Crestez-0/+10
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam-1/+1
2018-04-23soc: imx: gpc: Do not pass static memory as platform dataAndrey Smirnov-5/+13
2018-03-15Merge tag 'imx-drivers-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-0/+1
2018-02-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-1/+9
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar-1/+1
2018-02-22soc: imx: gpc: de-register power domains only if initializedStefan Agner-1/+9
2018-02-12soc: imx: gpc: ARM power domain should be always-onAnson Huang-0/+1
2017-12-26soc: imx: gpc: Add i.MX6SX PCI power domainFabio Estevam-1/+15
2017-04-07soc: imx: gpc: add workaround for i.MX6QP to the GPC PD driverLucas Stach-0/+20
2017-04-07soc: imx: gpc: add defines for domain indexLucas Stach-4/+8
2017-03-24soc: imx: gpc: remove unnecessary readable_reg callbackDong Aisheng-8/+0
2017-03-24soc: imx: gpc: keep PGC_X_CTRL name align with reference manualDong Aisheng-3/+3
2017-03-24soc: imx: gpc: fix comment when power up domainDong Aisheng-1/+1
2017-03-24soc: imx: gpc: fix imx6sl gpc power domain regressionDong Aisheng-11/+7
2017-03-24soc: imx: gpc: fix domain_index sanity check issueDong Aisheng-1/+1
2017-03-24soc: imx: gpc: fix the wrong using of regmap cacheDong Aisheng-10/+0
2017-03-24soc: imx: gpc: fix gpc clk get error handlingDong Aisheng-1/+1
2017-03-08soc: imx: move PGC handling to a new GPC driverLucas Stach-0/+487