Re: [PATCH] ARM: OMAP: SmartReflex: pass device dependent data via platform data

2012-09-17 Thread Tony Lindgren
Hi, * jean.pi...@newoldbits.com jean.pi...@newoldbits.com [120914 02:40]: From: Jean Pihet j-pi...@ti.com Remove the device dependent settings (cpu_is_xxx(), IP clock name) from the driver code and pass them instead via the platform data. This allows a clean separation of the driver code

[PATCH] ARM: OMAP: SmartReflex: pass device dependent data via platform data

2012-09-14 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Remove the device dependent settings (cpu_is_xxx(), IP clock name) from the driver code and pass them instead via the platform data. This allows a clean separation of the driver code and the platform code. Signed-off-by: Jean Pihet j-pi...@ti.com ---