Message ID | 20220221062921.GO2249@dragon |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] i.MX fixes for 5.17, round 2 | expand |
On Mon, Feb 21, 2022 at 02:29:27PM +0800, Shawn Guo wrote: > The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: > > Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.17-2 > > for you to fetch changes up to e1cd5038e9988d5c95d0d32a2c12b63cc5e927d0: The tag is updated to pick up a Reviewed-by tag on one of the fixes. Nothing else is changed. Shawn The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.17-2 for you to fetch changes up to fa231bef3b34f1670b240409c11e59a3ce095e6d: soc: imx: gpcv2: Fix clock disabling imbalance in error path (2022-02-21 15:27:41 +0800) ---------------------------------------------------------------- i.MX fixes for 5.17, round 2: - Drop reset signal from i.MX8MM vpumix power domain to fix a system hang. - Fix a dtbs_check warning caused by #thermal-sensor-cells in i.MX8ULP device tree. - Fix a clock disabling imbalance in gpcv2 driver. ---------------------------------------------------------------- Adam Ford (1): arm64: dts: imx8mm: Fix VPU Hanging Laurent Pinchart (1): soc: imx: gpcv2: Fix clock disabling imbalance in error path Sudeep Holla (1): arm64: dts: imx8ulp: Set #thermal-sensor-cells to 1 as required arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 - arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 2 +- drivers/soc/imx/gpcv2.c | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-)