Re: [PATCH 04/20] Create platform_driver for each DSS HW IP

2010-08-31 Thread Kevin Hilman
"Guruswamy, Senthilvadivu" writes: [...] >> > +/* DSS HW IP initialisation */ >> > +static int omap_dsshw_probe(struct platform_device *pdev) >> > +{ >> > + return 0; >> > +} >> > + >> > +static int omap_dsshw_remove(struct platform_device *pdev) >> > +{ >> > + return 0; >> > +} >> >> It's no

RE: [PATCH 04/20] Create platform_driver for each DSS HW IP

2010-08-31 Thread Guruswamy, Senthilvadivu
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Friday, August 27, 2010 5:22 AM > To: Guruswamy, Senthilvadivu > Cc: linux-omap@vger.kernel.org; tomi.valkei...@nokia.com; > p...@pwsan.com > Subject: Re: [PATCH 04/20] Creat

Re: [PATCH 04/20] Create platform_driver for each DSS HW IP

2010-08-26 Thread Kevin Hilman
Guruswamy Senthilvadivu writes: > From: Senthilvadivu Guruswamy > > Platform driver of DSS HW IP are to be registered in sequence before > the omapdss platform driver is registered. > > Signed-off-by: Senthilvadivu Guruswamy > --- > drivers/video/omap2/dss/core.c | 121 >

[PATCH 04/20] Create platform_driver for each DSS HW IP

2010-08-23 Thread Guruswamy Senthilvadivu
From: Senthilvadivu Guruswamy Platform driver of DSS HW IP are to be registered in sequence before the omapdss platform driver is registered. Signed-off-by: Senthilvadivu Guruswamy --- drivers/video/omap2/dss/core.c | 121 1 files changed, 121 insertio