| Commit message (Expand) | Author | Age | Files | Lines |
* | video: move fbdev to drivers/video/fbdev | Tomi Valkeinen | 2014-04-17 | 1 | -1994/+0 |
* | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2013-11-14 | 1 | -1/+1 |
|\ |
|
| * | video: Remove unnecessary semicolons | Joe Perches | 2013-10-30 | 1 | -1/+1 |
* | | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 1 | -0/+2 |
|/ |
|
* | video: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-26 | 1 | -2/+2 |
* | drivers/video: fsl-diu-fb: add hardware cursor support | Timur Tabi | 2013-04-10 | 1 | -2/+155 |
* | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 2013-02-20 | 1 | -28/+36 |
|\ |
|
| * | drivers/video: fsl-diu-fb: fix bugs in interrupt handling | Anatolij Gustschin | 2013-01-29 | 1 | -25/+33 |
| * | drivers/video: fsl-diu-fb: fix pixel formats for 24 and 16 bpp | Anatolij Gustschin | 2013-01-29 | 1 | -3/+3 |
* | | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -3/+3 |
|/ |
|
* | drivers/video: fsl-diu-fb: store EDID data in the global object | Timur Tabi | 2012-11-26 | 1 | -17/+13 |
* | drivers/video: fsl-diu-fb: don't touch registers for unused features | Timur Tabi | 2012-11-26 | 1 | -8/+15 |
* | drivers/video: fsl-diu-fb: clean up reset of primary display | Timur Tabi | 2012-11-26 | 1 | -13/+6 |
* | drivers/video: fsl-diu-fb: remove unused 'cursor_reset' variable | Timur Tabi | 2012-11-26 | 1 | -2/+0 |
* | drivers/video: fsl-diu-fb: improve message displays | Timur Tabi | 2012-11-26 | 1 | -1/+33 |
* | drivers/video: fsl-diu-fb: streamline enabling of interrupts | Timur Tabi | 2012-11-26 | 1 | -39/+34 |
* | drivers/video: fsl-diu-fb: add support for set_gamma ioctls | Timur Tabi | 2012-11-26 | 1 | -0/+17 |
* | drivers/video: fsl-diu-fb: simplify platforms that have only one port | Timur Tabi | 2012-11-26 | 1 | -1/+2 |
* | drivers/video/fsl-diu-fb.c: use devm_ functions | Damien Cassou | 2012-08-23 | 1 | -8/+2 |
* | drivers/video: fsl-diu-fb: don't initialize the THRESHOLDS registers | Timur Tabi | 2012-05-13 | 1 | -1/+0 |
* | drivers/video: compile fixes for fsl-diu-fb.c | Michael Neuling | 2012-01-28 | 1 | -2/+2 |
* | drivers/video: fsl-diu-fb: merge fsl_diu_alloc() into map_video_memory() | Timur Tabi | 2012-01-03 | 1 | -36/+11 |
* | drivers/video: fsl-diu-fb: add default platform ops functions | Timur Tabi | 2012-01-03 | 1 | -3/+61 |
* | drivers/video: fsl-diu-fb: remove broken reference count enabling the display | Timur Tabi | 2012-01-03 | 1 | -10/+2 |
* | drivers/video: fsl-diu-fb: set correct framebuffer flags | Timur Tabi | 2012-01-03 | 1 | -1/+2 |
* | drivers/video: fsl-diu-fb: merge init_fbinfo() into install_fb() | Timur Tabi | 2012-01-03 | 1 | -17/+8 |
* | drivers/video: fsl-diu-fb: rename "machine_data" to "data" | Timur Tabi | 2011-12-19 | 1 | -120/+116 |
* | drivers/video: fsl-diu-fb: merge all allocated data into one block | Timur Tabi | 2011-12-19 | 1 | -187/+139 |
* | drivers/video: fsl-diu-fb: merge diu_pool into fsl_diu_data | Timur Tabi | 2011-10-05 | 1 | -37/+35 |
* | drivers/video: fsl-diu-fb: merge diu_hw into fsl_diu_data | Timur Tabi | 2011-10-05 | 1 | -38/+31 |
* | drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supported | Timur Tabi | 2011-10-05 | 1 | -8/+3 |
* | drivers/video: fsl-diu-fb: remove unused panel operating mode support | Timur Tabi | 2011-10-05 | 1 | -71/+46 |
* | drivers/video: fsl-diu-fb: use an enum for the AOI index | Timur Tabi | 2011-10-05 | 1 | -48/+46 |
* | drivers/video: fsl-diu-fb: add several new video modes | Timur Tabi | 2011-10-05 | 1 | -33/+167 |
* | drivers/video: fsl-diu-fb: remove broken screen blanking support | Timur Tabi | 2011-10-05 | 1 | -38/+0 |
* | drivers/video: fsl-diu-fb: move some definitions out of the header file | Timur Tabi | 2011-10-05 | 1 | -0/+39 |
* | drivers/video: fsl-diu-fb: fix some ioctls | Timur Tabi | 2011-10-05 | 1 | -8/+8 |
* | drivers/video: fsl-diu-fb: use a normal for-loop to uninstall framebuffers | Timur Tabi | 2011-09-18 | 1 | -5/+5 |
* | drivers/video: fsl-diu-fb: fix memory leak on error | Timur Tabi | 2011-09-18 | 1 | -0/+1 |
* | drivers/video: fsl-diu-fb: fix potential memcpy buffer overflow bug | Timur Tabi | 2011-09-18 | 1 | -1/+1 |
* | drivers/video: fsl-diu-fb: set the driver name to "fsl-diu-fb" | Timur Tabi | 2011-09-18 | 1 | -2/+2 |
* | drivers/video: fsl-diu-fb: improve local variable usage in some functions | Timur Tabi | 2011-09-18 | 1 | -13/+10 |
* | drivers/video: fsl-diu-fb: remove redundant default video mode | Timur Tabi | 2011-09-18 | 1 | -25/+7 |
* | drivers/video: fsl-diu-fb: improve device tree usage | Timur Tabi | 2011-09-18 | 1 | -41/+24 |
* | drivers/video: fsl-diu-fb: fix compilation warning | Timur Tabi | 2011-09-18 | 1 | -1/+1 |
* | drivers/video: fsl-diu-fb: remove unused ioctls | Timur Tabi | 2011-09-18 | 1 | -12/+0 |
* | drivers/video: fsl-diu-fb: clean up printk usage | Timur Tabi | 2011-09-18 | 1 | -88/+17 |
* | drivers/video: fsl-diu-fb: clean up whitespace and formatting | Timur Tabi | 2011-09-18 | 1 | -49/+55 |
* | drivers/video: use strings to specify the Freescale DIU monitor port | Timur Tabi | 2011-07-13 | 1 | -19/+55 |
* | fsl-diu-fb: remove check for pixel clock ranges | Timur Tabi | 2011-06-24 | 1 | -16/+0 |