summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds2011-01-0646-1101/+4820
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-06246-1513/+2246
| |\
| * \ Merge branch 'fbdev/udlfb'Paul Mundt2011-01-069-126/+64
| |\ \
| | * | video: udlfb: Kill off special printk wrappers, use pr_fmt().Paul Mundt2011-01-062-53/+39
| | * | video: udlfb: Kill off some magic constants for EDID sizing.Paul Mundt2011-01-062-14/+7
| | * | video: udlfb: deifdefify (yes, that's a word).Paul Mundt2011-01-061-39/+2
| | * | fbdev: move udlfb out of staging.Paul Mundt2010-11-169-20/+16
| * | | fbdev: modedb: Add a new mode for 864x480 TAAL panels.Mayuresh Janorkar2011-01-061-0/+4
| * | | drivers/video/i810/i810-i2c.c: fix i2c bus handlingStefani Seibold2011-01-061-4/+8
| * | | video: Fix the HGA framebuffer driverBrent Cook2011-01-062-25/+11
| * | | drivers/video/carminefb.c: improve error handlingJulia Lawall2011-01-061-4/+2
| * | | video: imxfb: Fix the maximum value for yresFabio Estevam2011-01-061-6/+3
| * | | fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp supportMagnus Damm2011-01-061-11/+63
| * | | Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g...Paul Mundt2011-01-054-51/+43
| |\ \ \
| | * | | fbdev: sh_mipi_dsi: use platform provided register layout and valuesGuennadi Liakhovetski2011-01-051-5/+11
| | * | | ARM: mach-shmobile: specify sh7372 MIPI DSI register layoutGuennadi Liakhovetski2011-01-051-0/+1
| | * | | fbdev: sh_mipi_dsi: support different register layoutsGuennadi Liakhovetski2011-01-051-0/+6
| | * | | ARM: mach-shmobile: improve MIPI DSI clock configurationGuennadi Liakhovetski2011-01-052-43/+8
| | * | | fbdev: sh-mobile: implement MIPI DSI runtime PM supportGuennadi Liakhovetski2011-01-051-3/+17
| * | | | sisfb: eliminate compiler warningsAaro Koskinen2010-12-222-3/+3
| * | | | sisfb: delete unused register I/O macrosAaro Koskinen2010-12-221-53/+1
| * | | | sisfb: replace setSISIDXREG with SiS_SetRegANDORAaro Koskinen2010-12-221-47/+47
| * | | | sisfb: replace andSISIDXREG with SiS_SetRegANDAaro Koskinen2010-12-221-33/+33
| * | | | sisfb: replace orSISIDXREG with SiS_SetRegORAaro Koskinen2010-12-221-36/+36
| * | | | sisfb: replace outSISIDXREG with SiS_SetRegAaro Koskinen2010-12-221-315/+315
| * | | | sisfb: replace inSISIDXREG with SiS_GetRegAaro Koskinen2010-12-221-128/+128
| * | | | sisfb: replace outSISREG with SiS_SetRegByteAaro Koskinen2010-12-221-10/+10
| * | | | sisfb: replace inSISREG with SiS_GetRegByteAaro Koskinen2010-12-221-9/+9
| * | | | sisfb: change register I/O functions to use fixed size typesAaro Koskinen2010-12-222-32/+32
| * | | | sisfb: remove duplicate function declarationsAaro Koskinen2010-12-223-25/+14
| * | | | sisfb: delete HAVE_CONFIG_H checksAaro Koskinen2010-12-222-8/+0
| * | | | sisfb: eliminate unused variable compiler warningAaro Koskinen2010-12-221-14/+16
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-12-221149-10955/+21281
| |\ \ \ \
| * | | | | fbdev: Modify vsync timing calculation in wm8505fbAlexey Charkov2010-12-211-1/+1
| * | | | | fbdev: Minor cleanup in WM8505-related codeAlexey Charkov2010-12-212-9/+3
| * | | | | s1d13xxxfb: drop unused codeAndres Salomon2010-12-212-56/+0
| * | | | | s3c-fb: add support for runtime pmJingoo Han2010-12-211-4/+107
| * | | | | video: mx3fb: Use vsprintf extension %pR for struct resourceJoe Perches2010-12-141-2/+1
| * | | | | fbdev: bfin_adv7393fb: new Blackfin ADV7393 driverMichael Hennerich2010-11-264-0/+1206
| * | | | | fbdev: bf537-lq035: new Blackfin Sharp LQ035 framebuffer driverMichael Hennerich2010-11-263-0/+929
| * | | | | Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g...Paul Mundt2010-11-19743-4080/+10734
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | fbdev: sh_mipi_dsi: Allow LCDC board callbacksMagnus Damm2010-11-191-0/+14
| | * | | | fbdev: sh_mipi_dsi: Require two I/O resources V2Magnus Damm2010-11-191-16/+39
| | * | | | ARM: mach-shmobile: Extend AP4EVB MIPI-DSI resourcesMagnus Damm2010-11-191-1/+6
| | * | | | fbdev: sh_mipi_dsi: Make use of register namesMagnus Damm2010-11-191-23/+39
| * | | | | fbdev: modedb: fix CEA modesArnd Hannemann2010-11-191-5/+9
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'rmobile/fbdev' and 'common/fbdev-edid' of master.kernel.org:/...Paul Mundt2010-11-162-11/+73
| |\ \ \ \ \ \
| | | * | | | | fbdev: sh_mobile_hdmi: add support for E-EDID parsingGuennadi Liakhovetski2010-11-151-11/+49
| | | * | | | | Merge branch 'fbdev/edid' of master.kernel.org:/pub/scm/linux/kernel/git/leth...Paul Mundt2010-11-153-0/+134
| | | |\ \ \ \ \
| | * | | | | | | ARM: mach-shmobile: optimize PLLC2 frequency for HDMIGuennadi Liakhovetski2010-11-101-0/+24
| | |/ / / / / /
OpenPOWER on IntegriCloud