Age | Commit message (Expand) | Author | Files | Lines |
2013-08-30 | video: da8xx-fb: fix the polarities of the hsync/vsync pulse | Darren Etheridge | 1 | -2/+2 |
2013-08-30 | video: da8xx-fb: support lcdc v2 timing register expansion | Darren Etheridge | 1 | -0/+15 |
2013-08-30 | video: da8xx-fb: fixing timing off by one errors | Darren Etheridge | 1 | -4/+4 |
2013-08-30 | video: da8xx-fb fixing incorrect porch mappings | Darren Etheridge | 1 | -4/+4 |
2013-08-09 | video: da8xx-fb: let compiler decide what to inline | Darren Etheridge | 1 | -9/+8 |
2013-08-09 | video: da8xx-fb: make clock naming consistent | Darren Etheridge | 1 | -12/+12 |
2013-08-09 | video: da8xx-fb: set upstream clock rate (if reqd) | Darren Etheridge | 1 | -20/+65 |
2013-08-09 | video: da8xx-fb: reorganize panel detection | Afzal Mohammed | 1 | -16/+26 |
2013-08-09 | video: da8xx-fb: ensure non-null cfg in pdata | Afzal Mohammed | 1 | -0/+5 |
2013-08-09 | video: da8xx-fb: use devres | Darren Etheridge | 1 | -33/+8 |
2013-08-09 | video: da8xx-fb: enable sync lost intr for v2 ip | Afzal Mohammed | 1 | -1/+1 |
2013-08-09 | video: da8xx-fb: fix 24bpp raster configuration | Darren Etheridge | 1 | -1/+2 |
2013-08-09 | video: da8xx-fb: improve readability of code | Darren Etheridge | 1 | -11/+13 |
2013-08-09 | video: da8xx-fb: fb_set_par support | Darren Etheridge | 1 | -11/+47 |
2013-08-09 | video: da8xx-fb: report correct pixclock | Afzal Mohammed | 1 | -0/+11 |
2013-08-09 | video: da8xx-fb: store struct device * | Afzal Mohammed | 1 | -0/+2 |
2013-08-09 | video: da8xx-fb: pix clk and clk div handling cleanup | Darren Etheridge | 1 | -30/+18 |
2013-08-09 | video: da8xx-fb: store clk rate even if !CPUFREQ | Afzal Mohammed | 1 | -3/+1 |
2013-08-09 | video: da8xx-fb: store current display information | Afzal Mohammed | 1 | -0/+4 |
2013-08-09 | video: da8xx-fb: remove unneeded "var" initialization | Afzal Mohammed | 1 | -21/+1 |
2013-08-09 | video: da8xx-fb: use modedb helper to update var | Afzal Mohammed | 1 | -16/+2 |
2013-08-09 | video: da8xx-fb: simplify lcd_reset | Afzal Mohammed | 1 | -2/+2 |
2013-08-09 | video: da8xx-fb: fb_check_var enhancement | Afzal Mohammed | 1 | -0/+18 |
2013-01-04 | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+5 |
2012-12-04 | da8xx: Fix revision check on the da8xx driver | Pantelis Antoniou | 1 | -0/+1 |
2012-11-27 | video: da8xx-fb: clk_get on connection id fck | Manjunathappa | 1 | -1/+1 |
2012-11-27 | da8xx-fb: cleanup LCDC configurations | Manjunathappa, Prakash | 1 | -26/+17 |
2012-11-27 | da8xx-fb: adopt fb_videomode data for panel information | Manjunathappa, Prakash | 1 | -70/+60 |
2012-10-12 | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 1 | -63/+220 |
2012-10-10 | da8xx-fb: save and restore LCDC context across suspend/resume cycle | Manjunathappa, Prakash | 1 | -0/+65 |
2012-10-10 | da8xx-fb: add pm_runtime support | Manjunathappa, Prakash | 1 | -14/+13 |
2012-09-23 | da8xx-fb: enable LCDC if FB is unblanked | Manjunathappa, Prakash | 1 | -4/+7 |
2012-09-23 | da8xx-fb: allow frame to complete after disabling LCDC | Manjunathappa, Prakash | 1 | -12/+40 |
2012-09-19 | video: da8xx-fb: use __iomem pointers for MMIO | Arnd Bergmann | 1 | -4/+4 |
2012-08-23 | da8xx-fb: add 24bpp LCD configuration support | Manjunathappa, Prakash | 1 | -33/+95 |
2012-07-29 | da8xx-fb: fix compile issue due to missing include | Florian Tobias Schandinat | 1 | -0/+1 |
2012-07-29 | da8xx-fb: do not turn ON LCD backlight unless LCDC is enabled | Manjunathappa, Prakash | 1 | -4/+5 |
2012-07-29 | video: da8xx-fb: do clock reset of revision 2 LCDC before enabling | Manjunathappa, Prakash | 1 | -4/+8 |
2012-07-29 | video: da8xx-fb: configure FIFO threshold to reduce underflow errors | Manjunathappa, Prakash | 1 | -4/+7 |
2012-07-29 | video: da8xx-fb: fix flicker due to 1 frame delay in updated frame | Manjunathappa, Prakash | 1 | -0/+30 |
2012-07-29 | video: da8xx-fb rev2: fix disabling of palette completion interrupt | Manjunathappa, Prakash | 1 | -5/+2 |
2012-07-29 | da8xx-fb: add missing FB_BLANK operations | Yegor Yefremov | 1 | -0/+3 |
2012-06-27 | da8xx-fb: Rounding FB size to satisfy SGX buffer requirements | Aditya Nellutla | 1 | -1/+4 |
2012-03-20 | fbdev: da8xx: add support for SP10Q010 display | Anatolij Gustschin | 1 | -1/+37 |
2012-03-20 | fbdev: da8xx:: fix reporting of the display timing info | Anatolij Gustschin | 1 | -0/+4 |
2012-02-13 | video:da8xx-fb: calculate pixel clock period for the panel | Manjunathappa, Prakash | 1 | -1/+18 |
2012-02-13 | video: da8xx-fb: Fix build warning on unused label | Manjunathappa, Prakash | 1 | -1/+1 |
2012-01-28 | video: da8xx-fb: reset LCDC only if functional clock changes with DVFS | Manjunathappa, Prakash | 1 | -5/+11 |
2011-11-22 | video:da8xx-fb: Disable and reset sequence on version2 of LCDC | Manjunathappa, Prakash | 1 | -1/+14 |
2011-10-04 | video: da8xx-fb: Increased resolution configuration of revised LCDC IP | Manjunathappa, Prakash | 1 | -3/+28 |