index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
imx
/
gpcv2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-21
soc: imx: gpcv2: Assert reset before ungating clock
Marek Vasut
1
-1
/
+4
2022-06-19
soc: imx: gpcv2: print errno for regulator errors
Martin Kepplinger
1
-2
/
+6
2022-04-08
soc: imx: gpcv2: add support for i.MX8MP power domains
Lucas Stach
1
-1
/
+386
2022-04-08
soc: imx: gpcv2: add PGC control register indirection
Lucas Stach
1
-11
/
+32
2022-02-21
soc: imx: gpcv2: Fix clock disabling imbalance in error path
Laurent Pinchart
1
-1
/
+2
2021-12-17
soc: imx: gpcv2: Add dispmix and mipi domains to imx8mn
Adam Ford
1
-0
/
+25
2021-12-17
soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled
Adam Ford
1
-0
/
+1
2021-11-23
soc: imx: gpcv2: keep i.MX8MM VPU-H1 bus clock active
Adam Ford
1
-0
/
+1
2021-11-21
soc: imx: gpcv2: Synchronously suspend MIX domains
Marek Vasut
1
-1
/
+1
2021-10-06
soc: imx: gpcv2: support system suspend/resume
Lucas Stach
1
-0
/
+31
2021-10-06
soc: imx: gpcv2: keep i.MX8M* bus clocks enabled
Lucas Stach
1
-0
/
+6
2021-10-06
soc: imx: gpcv2: add domain option to keep domain clocks enabled
Lucas Stach
1
-5
/
+9
2021-10-06
soc: imx: gpcv2: add lockdep annotation
Lucas Stach
1
-0
/
+4
2021-10-05
Revert "soc: imx: gpcv2: move reset assert after requesting domain power up"
Lucas Stach
1
-2
/
+2
2021-10-05
soc: imx: gpcv2: allow to disable individual power domains
Lucas Stach
1
-0
/
+3
2021-10-04
soc: imx: gpcv2: Set both GPC_PGC_nCTRL(GPU_2D|GPU_3D) for MX8MM GPU domain
Marek Vasut
1
-1
/
+1
2021-10-04
soc: imx: gpcv2: Turn domain->pgc into bitfield
Marek Vasut
1
-34
/
+38
2021-06-12
soc: imx: gpcv2: add support for i.MX8MN power domains
Adam Ford
1
-0
/
+92
2021-05-27
soc: imx: gpcv2: move reset assert after requesting domain power up
Peng Fan
1
-2
/
+2
2021-05-27
soc: imx: gpcv2: Add support for missing i.MX8MM VPU/DISPMIX power domains
Lucas Stach
1
-0
/
+70
2021-05-27
soc: imx: gpcv2: add support for i.MX8MM power domains
Lucas Stach
1
-0
/
+168
2021-05-23
soc: imx: gpcv2: add support for optional resets
Lucas Stach
1
-0
/
+14
2021-05-23
soc: imx: gpcv2: allow domains without power-sequence control
Lucas Stach
1
-40
/
+49
2021-05-23
soc: imx: gpcv2: add runtime PM support for power-domains
Lucas Stach
1
-1
/
+17
2021-05-23
soc: imx: gpcv2: wait for ADB400 handshake
Lucas Stach
1
-8
/
+39
2021-05-23
soc: imx: gpcv2: split power up and power down sequence control
Lucas Stach
1
-55
/
+86
2021-05-23
soc: imx: gpcv2: switch to clk_bulk_* API
Lucas Stach
1
-48
/
+12
2021-05-23
soc: imx: gpcv2: move domain mapping to domain driver probe
Lucas Stach
1
-9
/
+13
2021-05-23
soc: imx: gpcv2: move to more ideomatic error handling in probe
Lucas Stach
1
-4
/
+9
2020-08-22
soc: imx: gpcv2: Use dev_err_probe() to simplify error handling
Anson Huang
1
-10
/
+5
2020-02-14
soc: imx: gpcv2: include linux/sizes.h
Leonard Crestez
1
-0
/
+1
2019-08-24
soc: imx: gpcv2: Print the correct error code
Guido Günther
1
-1
/
+1
2019-04-11
soc: imx: gpcv2: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-03-19
soc: imx: gpcv2: Make use of regmap_read_poll_timeout()
Andrey Smirnov
1
-25
/
+14
2019-01-11
soc: imx: gpcv2: handle reset clocks
Lucas Stach
1
-1
/
+59
2019-01-11
soc: imx: gpcv2: handle additional power-down bits in handshake register
Lucas Stach
1
-1
/
+15
2018-12-05
soc: imx: gpcv2: add support for i.MX8MQ SoC
Lucas Stach
1
-1
/
+207
2018-12-05
soc: imx: gpcv2: move register access table to domain data
Lucas Stach
1
-20
/
+24
2018-12-05
soc: imx: gpcv2: prefix i.MX7 specific defines
Lucas Stach
1
-28
/
+28
2018-10-01
soc: imx: gpcv2: Switch to SPDX identifier
Fabio Estevam
1
-7
/
+1
2018-10-01
soc: imx: gpcv2: make pgc driver more generic for other i.MX platforms
Anson Huang
1
-29
/
+43
2018-10-01
soc: imx: gpcv2: use A_CORE instread of A7 for more i.MX platforms
Anson Huang
1
-10
/
+10
2018-06-17
soc: imx: gpcv2: correct PGC offset
Anson Huang
1
-4
/
+9
2018-04-23
soc: imx: gpcv2: Do not pass static memory as platform data
Andrey Smirnov
1
-7
/
+15
2017-08-05
soc: imx: gpcv2: fix regulator deferred probe
Stefan Agner
1
-7
/
+8
2017-04-07
soc: imx: Add GPCv2 power gating driver
Andrey Smirnov
1
-0
/
+363