Age | Commit message (Expand) | Author | Files | Lines |
2014-04-17 | video: move fbdev to drivers/video/fbdev | Tomi Valkeinen | 6 | -4420/+0 |
2014-03-20 | Merge branch '3.15/dss-dt' into 3.15/fbdev | Tomi Valkeinen | 1 | -17/+50 |
2014-03-19 | OMAPFB: search for default display with DT alias | Tomi Valkeinen | 1 | -1/+22 |
2014-03-19 | OMAPFB: clean up default display search | Tomi Valkeinen | 1 | -17/+29 |
2014-03-05 | OMAPDSS: convert pixel clock to common videomode style | Tomi Valkeinen | 1 | -4/+4 |
2014-01-13 | OMAPFB: disable overlays on driver removal | Tomi Valkeinen | 1 | -0/+10 |
2014-01-13 | OMAPFB: give informative print when probe succeeds | Tomi Valkeinen | 1 | -0/+9 |
2013-06-17 | OMAPFB: use EPROBE_DEFER if default display is not present | Tomi Valkeinen | 1 | -1/+1 |
2013-06-17 | OMAPDSS: Implement display (dis)connect support | Tomi Valkeinen | 1 | -11/+14 |
2013-06-17 | OMAPDSS: add helpers to get mgr or output from display | Tomi Valkeinen | 2 | -11/+14 |
2013-05-29 | Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ... | Jean-Christophe PLAGNIOL-VILLARD | 1 | -0/+3 |
2013-05-23 | OMAPDSS: Fix crash with DT boot | Tomi Valkeinen | 1 | -0/+3 |
2013-05-02 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -27/+5 |
2013-05-02 | OMAPFB: defer probe if no displays | Tomi Valkeinen | 1 | -1/+1 |
2013-05-02 | OMAPFB: use module_platform_driver() | Tomi Valkeinen | 1 | -25/+3 |
2013-04-24 | fbdev/omapfb: use vm_iomap_memory() | Tomi Valkeinen | 1 | -23/+7 |
2013-04-03 | OMAPDSS: add output->dispc_channel | Tomi Valkeinen | 1 | -1/+1 |
2012-12-13 | Revert "OMAPFB: simplify locking" | Tomi Valkeinen | 4 | -79/+132 |
2012-12-13 | OMAPFB: remove silly loop in fb2display() | Tomi Valkeinen | 1 | -6/+6 |
2012-12-13 | OMAPFB: fix error handling in omapfb_find_best_mode() | Tomi Valkeinen | 1 | -0/+6 |
2012-12-13 | OMAPFB: use devm_kzalloc to allocate omapfb2_device | Tomi Valkeinen | 1 | -2/+2 |
2012-12-07 | OMAPDSS: use omapdss_compat_init() in other drivers | Tomi Valkeinen | 1 | -0/+6 |
2012-12-07 | OMAPFB: connect ovl managers to all dssdevs | Tomi Valkeinen | 1 | -14/+24 |
2012-12-07 | OMAPFB: remove warning when trying to alloc at certain paddress | Tomi Valkeinen | 1 | -3/+3 |
2012-12-07 | OMAPFB: simplify locking | Tomi Valkeinen | 4 | -132/+79 |
2012-12-07 | OMAPFB: move dssdev->sync call out from omapfb_realloc_fbmem | Tomi Valkeinen | 3 | -4/+8 |
2012-12-07 | OMAPFB: remove exported udpate window | Tomi Valkeinen | 2 | -27/+3 |
2012-11-26 | Merge tag 'omapdss-for-3.7-rc' of git://gitorious.org/linux-omap-dss2/linux | Tomi Valkeinen | 1 | -1/+1 |
2012-11-23 | OMAPFB: fix compilation error | Tomi Valkeinen | 1 | -0/+1 |
2012-11-19 | OMAPFB: Delete if statement evaluating a constant. | Matthias Brugger | 1 | -4/+0 |
2012-11-19 | OMAPFB: Fix possible null pointer dereferencing | Tushar Behera | 1 | -1/+1 |
2012-11-16 | Merge branch '3.8/vram-conversion' of git://gitorious.org/linux-omap-dss2/linux | Tomi Valkeinen | 4 | -41/+48 |
2012-11-13 | OMAPFB: use dma_alloc_attrs to allocate memory | Tomi Valkeinen | 4 | -41/+48 |
2012-10-29 | OMAPFB: improve mode selection from EDID | Tomi Valkeinen | 1 | -5/+8 |
2012-10-29 | OMAPFB: remove use of extended edid block | Tomi Valkeinen | 1 | -3/+0 |
2012-10-29 | OMAPDSS: remove initial display code from omapdss | Tomi Valkeinen | 1 | -11/+66 |
2012-10-24 | OMAPDSS: remove omap_dss_device's suspend/resume | Tomi Valkeinen | 1 | -5/+3 |
2012-10-17 | OMAPFB: use omap_vrfb_supported() | Tomi Valkeinen | 1 | -5/+1 |
2012-10-17 | OMAP: move arch/arm/plat-omap/include/plat/vrfb.h | Tomi Valkeinen | 3 | -3/+3 |
2012-10-12 | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 3 | -6/+38 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+1 |
2012-09-26 | OMAPFB: Change dssdev->manager references | Archit Taneja | 1 | -2/+5 |
2012-09-26 | OMAPFB: remove manager->device references | Archit Taneja | 2 | -4/+7 |
2012-09-12 | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 1 | -0/+1 |
2012-09-11 | OMAPFB: Clear framebuffers before they are registered | Archit Taneja | 1 | -10/+10 |
2012-09-07 | OMAPFB: clear framebuffers with CPU | Tomi Valkeinen | 1 | -0/+26 |
2012-08-23 | OMAPFB: fix framebuffer console colors | Grazvydas Ignotas | 1 | -1/+1 |
2012-08-10 | OMAPFB: fix framebuffer console colors | Grazvydas Ignotas | 1 | -1/+1 |
2012-06-29 | OMAPFB: Map interlace field in omap_video_timings with fb vmode flags | Archit Taneja | 1 | -3/+5 |
2012-06-29 | OMAPFB: Map the newly added omap_video_timings fields with fb sync flags | Archit Taneja | 1 | -4/+39 |