summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi2013-02-021-4/+4
* leds: leds-pwm: Preparing the driver for device tree supportPeter Ujfalusi2013-02-021-16/+23
* leds: leds-pwm: Convert to use devm_get_pwmPeter Ujfalusi2013-02-021-13/+6
* leds: pca9532: Convert to devm_input_allocate_device()Axel Lin2013-02-021-3/+1
* leds/tca6507: Add support for devicetree.Marek Belisko2013-02-021-4/+72
* Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-02-012-14/+5
|\
| * dm: fix write same requests countingAlasdair G Kergon2013-01-311-2/+4
| * dm thin: fix queue limits stackingMike Snitzer2013-01-311-12/+1
* | Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-01-313-1/+16
|\ \
| * | HID: i2c-hid: fix i2c_hid_output_raw_reportBenjamin Tissoires2013-01-311-1/+12
| * | HID: usbhid: quirk for Formosa IR receiverNicholas Santos2013-01-032-0/+4
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-311-2/+3
|\ \ \
| * \ \ Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-301-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | efivarfs: Delete dentry from dcache in efivarfs_file_write()Matt Fleming2013-01-181-0/+1
| | * | efivarfs: Never return ENOENT from firmwareMatt Fleming2013-01-181-1/+1
| | * | efivarfs: Drop link count of the right inodeLingzhu Xiang2013-01-181-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-318-8/+13
|\ \ \ \
| * | | | samsung-laptop: Disable on EFI hardwareMatt Fleming2013-01-301-0/+4
| * | | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-307-8/+9
| | |/ / | |/| |
* | | | Merge tag 'edac_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-01-302-4/+4
|\ \ \ \
| * | | | EDAC: Fix kcalloc argument orderJoe Perches2013-01-301-3/+3
| * | | | EDAC: Test correct variable in ->store functionDan Carpenter2013-01-301-1/+1
| | |/ / | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-3021-158/+155
|\ \ \ \
| * \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie2013-01-264-12/+36
| |\ \ \ \
| | * | | | drm/i915: dump UTS_RELEASE into the error_stateDaniel Vetter2013-01-231-0/+2
| | * | | | iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter2013-01-231-6/+15
| | * | | | drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson2013-01-231-0/+5
| | * | | | drm/i915: Disable AsyncFlip performance optimisationsChris Wilson2013-01-232-6/+14
| * | | | | drm/exynos: add check for the device power statusShirish S2013-01-252-0/+14
| * | | | | drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat2013-01-251-1/+1
| * | | | | drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann2013-01-251-2/+2
| * | | | | drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann2013-01-251-1/+0
| * | | | | drm/exynos: Remove "internal" interrupt handlingSean Paul2013-01-251-60/+14
| * | | | | drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
| * | | | | drm/exynos: Replace mdelay with usleep_rangeSean Paul2013-01-252-8/+8
| * | | | | drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat2013-01-251-1/+1
| * | | | | drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat2013-01-251-1/+1
| * | | | | drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-251-14/+11
| * | | | | drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-251-0/+1
| * | | | | drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim2013-01-251-4/+3
| * | | | | drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-256-48/+46
| * | | | | drm/radeon: Enable DMA_IB_SWAP_ENABLE on big endian hosts.Michel Dänzer2013-01-242-4/+12
| * | | | | drm/radeon: fix a rare case of double kfreeIlija Hadzic2013-01-231-0/+2
| * | | | | radeon_display: Use pointer return error codesxueminsu2013-01-231-1/+1
| * | | | | drm/radeon: fix cursor corruption on DCE6 and newerJerome Glisse2013-01-231-1/+2
| |/ / / /
* | | | | Merge tag 'pinctrl-fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-01-307-94/+17
|\ \ \ \ \
| * | | | | pinctrl: nomadik: nmk_prcm_gpiocr_get_mode may be unusedArnd Bergmann2013-01-291-1/+1
| * | | | | pinctrl: exynos: don't mark probing functions as __initArnd Bergmann2013-01-291-5/+5
| * | | | | Revert "pinctrl: single: support gpio request and free"Haojian Zhuang2013-01-221-77/+2
| * | | | | pinctrl: mvebu: fix MPP6 value for kirkwood driverSimon Guinot2013-01-181-3/+3