summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo2012-12-171-11/+26
* backlight: tosa: use devm_gpio_request_oneJingoo Han2012-12-172-10/+4
* backlight: lms283gf05: use devm_gpio_request_oneJingoo Han2012-12-171-7/+3
* backlight: vgg2432a4: fix checkpatch warningJingoo Han2012-12-171-1/+1
* backlight: tosa: fix checkpatch error and warningJingoo Han2012-12-172-8/+9
* backlight: tdo24m: fix checkpatch warningJingoo Han2012-12-171-3/+3
* backlight: platform_lcd: fix checkpatch errorJingoo Han2012-12-171-1/+1
* backlight: pcf50633: fix checkpatch warningJingoo Han2012-12-171-3/+5
* backlight: omap1: fix checkpatch warningJingoo Han2012-12-171-2/+2
* backlight: lm3630: fix checkpatch warningJingoo Han2012-12-171-1/+1
* backlight: l4f00242t03: fix checkpatch warningJingoo Han2012-12-171-2/+1
* backlight: jornada720: fix checkpatch error and warningJingoo Han2012-12-171-12/+19
* backlight: ili9320: fix checkpatch error and warningJingoo Han2012-12-171-10/+2
* backlight: hp680_bl: fix checkpatch error and warningJingoo Han2012-12-171-2/+2
* backlight: generic_bl: fix checkpatch warningJingoo Han2012-12-171-2/+2
* backlight: da903x_bl: fix checkpatch warningJingoo Han2012-12-171-4/+4
* backlight: corgi_lcd: fix checkpatch error and warningJingoo Han2012-12-171-7/+9
* backlight: atmel-pwm-bl: fix checkpatch warningJingoo Han2012-12-171-4/+3
* backlight: 88pm860x_bl: fix checkpatch warningJingoo Han2012-12-171-2/+2
* backlight: da903x_bl: use dev_get_drvdata() instead of platform_get_drvdata()Jingoo Han2012-12-171-4/+3
* Corentin has movedCorentin Chary2012-12-173-3/+3
* dmatest: check for dma mapping errorAndy Shevchenko2012-12-171-1/+21
* dmatest: implement two helpers to unmap dma memoryAndy Shevchenko2012-12-171-10/+17
* usb: musb: use io{read,write}*_rep accessorsMatthew Leach2012-12-172-27/+6
* musb: tusb6010: use io{read,write}*_rep accessorsMatthew Leach2012-12-171-2/+3
* drivers: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-5/+1
* Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-1/+1
|\
| * block: Rename queue dead flagBart Van Assche2012-12-061-1/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-17340-14777/+38217
|\ \
| * \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-12-1623-280/+590
| |\ \
| | * | drm/i915: Fix missed needs_dmar settingZhenyu Wang2012-12-131-0/+4
| | * | drm/i915: Fix shifted screen on top of LVDS on IVY laptopTakashi Iwai2012-12-111-0/+5
| | * | drm/i915: disable cpt phase pointer fdi rx workaroundDaniel Vetter2012-12-101-29/+0
| | * | drm/i915: set the LPT FDI RX polarity reversal bit when neededPaulo Zanoni2012-12-104-0/+13
| | * | drm/i915: add lpt_init_pch_refclkPaulo Zanoni2012-12-104-10/+185
| | * | drm/i915: add support for mPHY destination on intel_sbi_{read, write}Paulo Zanoni2012-12-103-34/+40
| | * | drm/i915: reject modes the LPT FDI receiver can't handlePaulo Zanoni2012-12-083-9/+20
| | * | drm/i915: fix hsw_fdi_link_train "retry" codePaulo Zanoni2012-12-081-16/+27
| | * | drm/i915: Close race between processing unpin task and queueing the flipChris Wilson2012-12-064-11/+41
| | * | drm/i915: fixup l3 parity sysfs access checkDaniel Vetter2012-12-051-1/+1
| | * | drm/i915: Clear the existing watermarks for g4x when modifying the cursor srChris Wilson2012-12-041-4/+5
| | * | drm/i915: do not access BLC_PWM_CTL2 on pre-gen4 hardwareJani Nikula2012-12-041-10/+11
| | * | drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä2012-12-033-3/+14
| | * | drm/i915: Decouple the object from the unbound list before freeing pagesChris Wilson2012-12-031-1/+5
| | * | drm/i915: Set sync_seqno properly after seqno wrapMika Kuoppala2012-11-291-1/+5
| | * | drm/i915: Include the last semaphore sync point in the error-stateChris Wilson2012-11-293-4/+9
| | * | drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-295-61/+58
| | * | drm/i915: Simplify flushing activity on the ringChris Wilson2012-11-291-7/+3
| | * | drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-296-82/+89
| | * | drm/i915: force restore on lid openDaniel Vetter2012-11-294-6/+16