summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* backlight: add new lp8788 backlight driverKim, Milo2013-02-273-0/+340
* drivers/video/backlight/ams369fg06.c: make power_on() call optionalJingoo Han2013-02-271-5/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-263-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-223-3/+3
* | Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-02-261-10/+10
|\ \
| * | pwm_backlight: Validate dft_brightness in main probe functionPeter Ujfalusi2013-01-311-6/+7
| * | pwm-backlight: handle BL_CORE_FBBLANK stateAlexandre Courbot2013-01-301-4/+3
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-2518-35/+874
|\ \ \
| * | | video: Add generic HDMI infoframe helpersThierry Reding2013-02-223-0/+312
| * | | gpu: remove gma500 stub driverLee, Chun-Yi2013-02-201-2/+0
| * | | Merge tag 'of_videomode_helper' of git://git.pengutronix.de/git/str/linux int...Dave Airlie2013-02-0813-13/+488
| |\ \ \
| | * | | fbmon: add of_videomode helpersSteffen Trumtrar2013-01-241-0/+42
| | * | | fbmon: add videomode helpersSteffen Trumtrar2013-01-241-0/+52
| | * | | video: add of helper for display timings/videomodeSteffen Trumtrar2013-01-244-0/+310
| | * | | video: add display_timing and videomodeSteffen Trumtrar2013-01-244-0/+71
| | * | | viafb: rename display_timing to via_display_timingSteffen Trumtrar2013-01-246-13/+13
| | | |/ | | |/|
| * | | Merge branch 'console-fixes' into drm-nextDave Airlie2013-02-082-11/+25
| |\ \ \
| | * | | fbcon: don't lose the console font across generic->chip driver switchDave Airlie2013-02-071-4/+10
| | * | | vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2013-02-071-7/+15
| * | | | fbcon: fix locking harderDave Airlie2013-02-082-3/+10
| * | | | fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-02-082-2/+6
| * | | | fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-083-4/+33
| |/ / /
* | | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-241-1/+30
|\ \ \ \
| * | | | mfd: max8925: Support dt for backlightQing Xu2013-02-141-1/+30
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-231-28/+36
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2013-02-201-28/+36
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drivers/video: fsl-diu-fb: fix bugs in interrupt handlingAnatolij Gustschin2013-01-291-25/+33
| | * | | drivers/video: fsl-diu-fb: fix pixel formats for 24 and 16 bppAnatolij Gustschin2013-01-291-3/+3
| | | |/ | | |/|
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-2148-473/+6069
|\ \ \ \
| * | | | backlight: lp855x_bl: simplify bl_get_brightness()Kim, Milo2013-02-211-24/+0
| * | | | backlight: lp855x_bl: support new LP8557 deviceKim, Milo2013-02-212-16/+73
| * | | | backlight: lp855x_bl: introduce device configuration flowKim, Milo2013-02-211-10/+68
| * | | | drivers/video/backlight/adp88?0_bl.c: fix resumeLars-Peter Clausen2013-02-212-2/+2
| * | | | drivers/video/backlight/lm3630_bl.c: remove ret = -EIO of lm3630_backlight_re...Jingoo Han2013-02-211-2/+2
| * | | | drivers/video/backlight/s6e63m0.c: report ->gamma_table_count correctlyDan Carpenter2013-02-211-1/+1
| * | | | drivers/video/backlight/88pm860x_bl.c: add missing of_node_put()Axel Lin2013-02-211-1/+4
| * | | | backlight: add an AS3711 PMIC backlight driverGuennadi Liakhovetski2013-02-213-0/+388
| * | | | drivers/video/backlight/Makefile: cleanupAndrew Morton2013-02-211-45/+45
| * | | | fb: backlight: add the Himax HX-8357B LCD controllerMaxime Ripard2013-02-213-0/+505
| * | | | drivers/video/backlight/ld9040.c: use devm_regulator_bulk_get() APISachin Kamat2013-02-211-8/+3
| * | | | drivers/video/backlight/l4f00242t03.c: convert to devm_regulator_get()Axel Lin2013-02-211-19/+5
| * | | | drivers/video/backlight/lm3639_bl.c: remove ret = -EIO at error paths of probeDevendra Naga2013-02-211-4/+1
| * | | | backlight: corgi_lcd: use lcd_get_data instead of dev_get_drvdataJingoo Han2013-02-211-3/+3
| * | | | backlight: omap1: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-211-5/+5
| * | | | backlight: tosa: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-211-1/+1
| * | | | backlight: corgi_lcd: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-211-2/+2
| * | | | backlight: ams369fg06: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-211-1/+1
| * | | | pwm_backlight: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-211-4/+4
| * | | | backlight: aat2870: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-211-1/+1
| * | | | backlight: lms501kf03: use spi_get_drvdata and spi_set_drvdataJingoo Han2013-02-211-5/+5
OpenPOWER on IntegriCloud