RE: [PATCH v4 2/7] OMAP: DSS2: Represent DISPC register defines with channel as parameter

2010-11-15 Thread Taneja, Archit
Hi, Tomi Valkeinen wrote: > Hi, > > On Mon, 2010-11-08 at 13:24 +0100, ext Archit Taneja wrote: >> From: Sumit Semwal >> >> Introduce new enum members for LCD2 Channel and corresponding Overlay >> Manager. >> >> Represent some of the DISPC register defines with channel as a >> parameter to di

Re: [PATCH v4 2/7] OMAP: DSS2: Represent DISPC register defines with channel as parameter

2010-11-15 Thread Tomi Valkeinen
Hi, On Mon, 2010-11-08 at 13:24 +0100, ext Archit Taneja wrote: > From: Sumit Semwal > > Introduce new enum members for LCD2 Channel and corresponding Overlay Manager. > > Represent some of the DISPC register defines with channel as a parameter > to differentiate between LCD, DIGIT and LCD2 cha

[PATCH v4 2/7] OMAP: DSS2: Represent DISPC register defines with channel as parameter

2010-11-08 Thread Archit Taneja
From: Sumit Semwal Introduce new enum members for LCD2 Channel and corresponding Overlay Manager. Represent some of the DISPC register defines with channel as a parameter to differentiate between LCD, DIGIT and LCD2 channels. Replace the existing reads/writes to these registers in this new way.