summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-0827-50/+195
|\
| * omap1: Add board support and LCD for HTC HeraldCory Maccarrone2009-11-222-0/+131
| * Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2009-11-2225-50/+64
| |\
| | * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-2025-47/+47
| | * omap: Use ioremap in dispc.cTony Lindgren2009-10-201-3/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2009-12-081-0/+3
|\ \ \
| * | | fbdev: atafb - add palette register checkKrzysztof Helt2009-12-061-0/+3
* | | | Merge branch 'sa1100' into develRussell King2009-12-062-5/+8
|\| | |
| * | | VIDEO: Correct use of request_region/request_mem_regionJulia Lawall2009-12-031-1/+1
| * | | davinci: fb: fix frame buffer driver issuesSudhakar Rajashekhara2009-12-021-4/+7
| |/ /
* | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-12-044-5/+27
|\ \ \
| * | | backlight: da903x_bl: control WLED output current in da9034Haojian Zhuang2009-12-011-0/+7
| * | | backlight: tdo24m: ensure chip select changes between transfersMike Rapoport2009-12-011-0/+1
| * | | pxa168fb: fix offset setting at initializationJun Nie2009-12-011-0/+1
| * | | pxafb: add transparency field to pxafb_mode_info structPieter Grimmerink2009-12-011-0/+1
| * | | pxafb: use passed fb_var_screeninfo struct in pxafb_pan_display()Sven Neumann2009-12-011-5/+17
| |/ /
* | | Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King2009-11-201-1/+4
|\ \ \ | |/ / |/| |
| * | atmel_lcdfb Kconfig: remove long dependency lineNicolas Ferre2009-11-161-1/+4
* | | drivers/video/da8xx-fb.c: fix error returnRoel Kluin2009-11-181-1/+1
* | | backlight: Fix backlight limiting on spitz/corgi devicesPavel Machek2009-11-161-2/+3
* | | backlight: lcd - Fix wrong sizeofJean Delvare2009-11-161-1/+1
|/ /
* | drivers/video/msm: update to new kernelPavel Machek2009-11-125-38/+3Star
* | fb: put framebuffer drivers back under the "frame buffer devices" menuGuennadi Liakhovetski2009-11-121-1/+1
* | atmel_lcdfb: new alternate pixel clock formulaNicolas Ferre2009-11-121-3/+8
* | savagefb: fix blanking mode on CRT displayKrzysztof Helt2009-11-121-1/+1
* | fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt2009-11-124-56/+1Star
|/
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-082-13/+19
|\
| * omapfb: Blizzard: constify register address tablesTommi Rantala2009-10-061-4/+4
| * omapfb: Blizzard: fix pointer to be constTommi Rantala2009-10-061-1/+1
| * omapfb: Condition mutex acquisitionSergio Aguirre2009-10-061-8/+14
* | video: includecheck fix: da8xx-fb.cJaswinder Singh Rajput2009-10-081-1/+0Star
* | video: includecheck fix: msm, mddi.cJaswinder Singh Rajput2009-10-081-2/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-021-1/+4
|\
| * uvesafb/connector: Disallow unpliviged users to send netlink packetsPhilipp Reisner2009-10-021-0/+3
| * connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-021-1/+1
* | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-301-1/+1
|\ \
| * | fb: change rules for global rules match.Dave Airlie2009-09-251-1/+1
* | | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-272-2/+2
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-09-269-1/+1163
|\ \ \
| * | | backlight: new driver for ADP5520/ADP5501 MFD PMICsMichael Hennerich2009-09-263-0/+390
| * | | backlight: extend event support to also support poll()Henrique de Moraes Holschuh2009-09-261-0/+1
| * | | backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett2009-09-211-0/+41
| * | | backlight: switch to da903x driver to dev_pm_opsMike Rapoport2009-09-211-10/+10
| * | | backlight: Add support for the Avionic Design Xanthos backlight device.Thierry Reding2009-09-073-1/+187
| * | | backlight: spi driver for LMS283GF05 LCDMarek Vasut2009-09-073-0/+250
| * | | backlight: move hp680-bl's probe function to .devinit.textUwe Kleine-König2009-09-071-1/+1
| * | | backlight: Add support for new Apple machines.Mario Schwalbe2009-09-071-0/+27
| * | | backlight: mbp_nvidia_bl: add support for MacBookAir 1,1Henrik Rydberg2009-09-071-0/+9
| * | | backlight: Add WM831x backlight driverMark Brown2009-09-073-0/+258
| |/ /
* | | Merge branch 'origin' into for-linusRussell King2009-09-2496-3442/+13045
|\ \ \ | | |/ | |/|