summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2012-07-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-508/+493
2012-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-3/+955
2012-07-30Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-34/+66
2012-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds41-2376/+3047
2012-07-30Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-31/+24
2012-07-30Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+55
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds19-24/+3372
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich2-2/+2
2012-07-30Merge branch 'next' into for-linusDmitry Torokhov6-3/+955
2012-07-30Merge branch 'devel'Mauro Carvalho Chehab41-2376/+3047
2012-07-29Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds15-542/+624
2012-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+14
2012-07-28Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-15/+17
2012-07-28Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King6-15/+17
2012-07-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-13/+13
2012-07-28hwmon: (applesmc) Decode and act on read/write status codesHenrik Rydberg1-24/+46
2012-07-28hwmon: (jc42) Don't reset hysteresis on device removalJean Delvare1-3/+10
2012-07-28hwmon: (jc42) Simplify hysteresis maskJean Delvare1-7/+6
2012-07-28hwmon: (acpi_power_meter) Fix build warningGuenter Roeck1-0/+4
2012-07-28USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-07-27Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-37/+90
2012-07-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+35
2012-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-13/+13
2012-07-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-2/+24
2012-07-27Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds43-410/+2067
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae1-1/+1
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae1-15/+6
2012-07-27drm/exynos: fixed a comment to gem size.Inki Dae1-1/+2
2012-07-27drm/exynos: removed unnecessary variableInki Dae1-5/+0
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae1-0/+10
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae1-7/+20
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae1-11/+3
2012-07-27drm/exynos: fixed build warning.Inki Dae1-1/+1
2012-07-27drm/exynos: fixed edid data setting at vidi connection requestInki Dae1-7/+31
2012-07-27drm/exynos: check if raw edid data is fake or not for testInki Dae1-0/+6
2012-07-27drm/exynos: set edid fake data only for test.Inki Dae1-3/+4
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae1-2/+0
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan1-1/+1
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel1-1/+1
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel1-0/+4
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat1-34/+14
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat1-29/+7
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat1-32/+8
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat1-1/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim2-0/+73
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim1-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim6-28/+50
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim1-11/+0
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim3-37/+5