summaryrefslogtreecommitdiffstats
path: root/drivers/video/udlfb.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fbdev/udlfb'Paul Mundt2011-01-061-1/+1
|
* video: udlfb: Kill off special printk wrappers, use pr_fmt().Paul Mundt2011-01-061-37/+39
| | | | | | | This kills off all of the dl_xxx() printk wrappers and simply stubs in a pr_fmt() definition to accomplish the same thing. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* video: udlfb: Kill off some magic constants for EDID sizing.Paul Mundt2011-01-061-8/+7
| | | | | | The edid length is fixed, so use the standard definition consistently. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* video: udlfb: deifdefify (yes, that's a word).Paul Mundt2011-01-061-39/+2
| | | | | | | udlfb selects all of the options it presently ifdef conditionalizes, so none of the statements have any effect outside of aggravating eye strain. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* fbdev: move udlfb out of staging.Paul Mundt2010-11-161-0/+1915
udlfb has undergone a fair bit of cleanup recently and is effectively at the point where it can be liberated from staging purgatory and promoted to a real driver. The outstanding cleanups are all minor, with some of them dependent on drivers/video headers, so these will be done incrementally from udlfb's new home. Requested-by: Bernie Thompson <bernie@plugable.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
OpenPOWER on IntegriCloud