[PATCH 1/2] video: Add i.MX23/28 framebuffer driver
From: Li Frank-B20596 <hidden>
Date: 2011-02-10 12:32:43
Also in:
linux-fbdev
From: Li Frank-B20596 <hidden>
Date: 2011-02-10 12:32:43
Also in:
linux-fbdev
On Thu, Feb 10, 2011 at 11:47:25AM +0100, Wolfram Sang wrote:quoted
quoted
But I would prefer: #define SET 4 #define CLEAR 8 [...] writel(CTRL_DOTCLK_MODE, host->base + CTRL + SET)For this we already have __mxs_setl.quoted
NACK. This will indeed not be caught by the compiler. And while I like the shorter macros better as well, an MXSFB_ prefix should be added IMO. Macros like CTRL and TIMING are not too well protected.+1 for a prefix, be it MXSFB_ or LCDIF_, will change this. Otherwise can we please stop about arguing about register defines? It's too much a matter of taste and there is no perfect way to solve this. Sascha
Guo Shawn mmc driver's patch is good example to use mx23/mx28 register macro. Best regards Frank Li