On Mon, Jun 27, 2011 at 12:11:02PM -0700, Tony Lindgren wrote:
> * Tony Lindgren <[email protected]> [110627 05:33]:
> > * Russell King - ARM Linux <[email protected]> [110627 05:28]:
> > > --- a/arch/arm/plat-omap/counter_32k.c
> > > +++ b/arch/arm/plat-omap/counter_32k.c
> > > +#ifdef CONFIG_ARCH_OMAP16XX
> > > +         else if (cpu_is_omap16xx())
> > > +                 base = 
> > > OMAP2_L4_IO_ADDRESS(OMAP16XX_TIMER_32K_SYNCHRONIZED);
> 
> BTW, the above should have been OMAP1_IO_ADDRESS instead..
>   
> > You should be able to replace the above with just ioremap as we now
> > have the static mappings.
> 
> ..here's a patch to use ioremap with comment added about the static
> mapping requirements.
> 
> Thanks for getting rid of hopefully the last remaining omap_readl
> for omap2+ BTW :)

What're we doing with this patch and your follow-up patch?
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to