Message ID | 20121024075656.GW27665@pengutronix.de |
---|---|
State | New |
Headers | show |
On Wednesday 24 October 2012, Sascha Hauer wrote: > The following changes since commit a0d271cbfed1dd50278c6b06bead3d00ba0a88f9: > > Linux 3.6 (2012-09-30 16:47:46 -0700) > > are available in the git repository at: > > git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-fixes Pulled into fixes branch now, thanks! Arnd
On Wednesday 24 October 2012, Sascha Hauer wrote:
> ARM i.MX25: Fix PWM per clock lookups
This patch is now causing build errors in imx_v4_v5_defconfig:
arch/arm/mach-imx/clk-imx25.c: In function 'mx25_clocks_init':
arch/arm/mach-imx/clk-imx25.c:206:26: error: 'pwm_ipg_per' undeclared (first use in this function)
arch/arm/mach-imx/clk-imx25.c:206:26: note: each undeclared identifier is reported only once for each function it appears in
Any idea what went wrong? The symbol doesn't seem to exist anywhere in
v3.7-rc2. Should I revert this patch for now?
Arnd
On Fri, Oct 26, 2012 at 09:01:44PM +0000, Arnd Bergmann wrote: > On Wednesday 24 October 2012, Sascha Hauer wrote: > > ARM i.MX25: Fix PWM per clock lookups > > This patch is now causing build errors in imx_v4_v5_defconfig: > > arch/arm/mach-imx/clk-imx25.c: In function 'mx25_clocks_init': > arch/arm/mach-imx/clk-imx25.c:206:26: error: 'pwm_ipg_per' undeclared (first use in this function) > arch/arm/mach-imx/clk-imx25.c:206:26: note: each undeclared identifier is reported only once for each function it appears in > > Any idea what went wrong? The symbol doesn't seem to exist anywhere in > v3.7-rc2. Should I revert this patch for now? Yes, please revert it for now. There are several gates missing in clk-imx25.c. I have a patch which adds support for them and I seem to have missed that the above depends on it. Sascha