Re: [PATCH v5 09/17] OMAP2,3: DSS2: DSS: create platform_driver, move init,exit to driver

2011-01-09 Thread Semwal, Sumit
Hi Kevin, On Sat, Jan 8, 2011 at 5:13 AM, Kevin Hilman wrote: > Sumit Semwal writes: > >> From: Senthilvadivu Guruswamy >> >> Hwmod adaptation design requires each of the DSS HW IP to be a platform >> driver. >> So a platform_driver of DSS is created and init exit methods are moved from >> co

Re: [PATCH v5 09/17] OMAP2,3: DSS2: DSS: create platform_driver, move init,exit to driver

2011-01-07 Thread Kevin Hilman
Sumit Semwal writes: > From: Senthilvadivu Guruswamy > > Hwmod adaptation design requires each of the DSS HW IP to be a platform > driver. > So a platform_driver of DSS is created and init exit methods are moved from > core.c > to its driver probe,remove. pdev member has to be maintained by it