On 11/22/2010 12:51 PM, Felipe Balbi wrote:
Hi,
On Mon, Nov 22, 2010 at 05:46:53AM -0600, Kanigeri, Hari wrote:
> From the dmtimer stuff, it looks like the driver defines the version
types, which hwmod uses to define the rev field.
/* timer ip constants */
#define OMAP_TIMER_IP_LEGACY 0x1
#define OMAP_TIMER_IP_VERSION_2 0x2
in that case, it's the same as if you pass in a flag via platform_data.
You might as well call it rev, then the diff when converting to hwmod
will be smaller maybe :-p
Yes, this is exactly what I was proposing to Hari.
For the moment create the pdata field that will be populated at init
time using the cpu_is.
During the hwmod migration, the value will be extracted from the hwmod
rev field.
Benoit
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html