[GIT PULL] i.MX clock changes for 5.12
Stephen Boyd
sboyd at kernel.org
Thu Feb 4 14:54:26 EST 2021
Quoting Shawn Guo (2021-02-01 23:33:30)
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
>
> Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.12
>
> for you to fetch changes up to de5774d192ba15539191ed8b0c79f3d52464b8e3:
>
> clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header (2021-01-30 22:13:23 +0800)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
BTW, I see this from sparse
arch/arm/mach-imx/pm-imx6.c:372:24: warning: cast removes address space '__iomem' of expression
arch/arm/mach-imx/pm-imx6.c:512:9: warning: incorrect type in argument 1 (different address spaces)
arch/arm/mach-imx/pm-imx6.c:512:9: expected void *s
arch/arm/mach-imx/pm-imx6.c:512:9: got void [noderef] __iomem *static [assigned] [toplevel] suspend_ocram_base
arch/arm/mach-imx/pm-imx6.c:513:17: warning: incorrect type in assignment (different address spaces)
arch/arm/mach-imx/pm-imx6.c:513:17: expected struct imx6_cpu_pm_info *pm_info
arch/arm/mach-imx/pm-imx6.c:513:17: got void [noderef] __iomem *static [assigned] [toplevel] suspend_ocram_base
arch/arm/mach-imx/pm-imx6.c:569:36: warning: incorrect type in argument 1 (different address spaces)
arch/arm/mach-imx/pm-imx6.c:569:36: expected void *dest
arch/arm/mach-imx/pm-imx6.c:569:36: got void [noderef] __iomem *
More information about the linux-arm-kernel
mailing list