summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-55/+73
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-311/+346
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-36/+37
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-10/+12
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds12-80/+1155
2013-02-20drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILKChris Wilson1-2/+35
2013-02-19locking: Various static lock initializer fixesThomas Gleixner1-3/+3
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki2-2/+2
2013-02-15drm/i915: Fix gen2 mappable calculationsBen Widawsky1-1/+4
2013-02-14tpm/ibmvtpm: build only when IBM pseries is configuredKent Yoder1-1/+1
2013-02-08pcmcia: synclink_cs: cleanup checkpatch warningsAlexey Khoroshilov1-306/+310
2013-02-08pcmcia: synclink_cs: fix error handling in mgslpc_probe()Alexey Khoroshilov1-10/+41
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-02-06drivers/char/mem.c: fix small coding style issuesHans Grob1-5/+5
2013-02-05tpm_tis: check pnp_acpi_device return codeKent Yoder1-0/+3
2013-02-05char/tpm/tpm_i2c_stm_st33: drop temporary variable for return valuePeter Huewe1-3/+1
2013-02-05char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probePeter Huewe1-2/+0
2013-02-05char/tpm/tpm_i2c_stm_st33: Remove __devexit attributePeter Huewe1-1/+1
2013-02-05char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignmentPeter Huewe1-4/+2
2013-02-05tpm_i2c_stm_st33: removed unused variables/codeKent Yoder1-17/+1
2013-02-05TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe1-0/+21
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger3-12/+31
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger8-8/+48
2013-02-05tpm: Store TPM vendor IDStefan Berger2-0/+3
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe1-1/+9
2013-02-05tpm_i2c_stm_st33: fix oops when i2c client is unavailableKent Yoder2-6/+11
2013-02-05char/tpm: Use struct dev_pm_ops for power managementPeter Huewe1-16/+12
2013-02-05TPM: STMicroelectronics ST33 I2C BUILD STUFFMathias Leblanc2-0/+11
2013-02-05tpm: rename STM driver to match other i2c driversKent Yoder2-1/+1
2013-02-05tpm: STM i2c driver fixesKent Yoder2-89/+69
2013-02-05tpm: rename vendor data to priv and provide an accessorKent Yoder2-5/+7
2013-02-05TPM: STMicroelectronics ST33 I2C KERNEL 3.xMathias Leblanc2-0/+984
2013-02-05char/tpm: Use true and false for boolsPeter Huewe1-6/+6
2013-02-05TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe2-21/+21
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2-4/+46
2013-02-05char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe1-7/+6
2013-02-05char/tpm: Remove duplicated lookup tablePeter Huewe1-17/+1
2013-01-31drm/i915: remove intel_gtt structureBen Widawsky1-15/+21
2013-01-30TTY: synclink: Convert + to | for bit operationsJoe Perches1-13/+13
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2-2/+2
2013-01-22char: Convert to devm_ioremap_resource()Thierry Reding3-10/+12
2013-01-20Drivers: char: exynos_rng_pm_ops can be staticFengguang Wu1-1/+1
2013-01-20agp/intel: Add gma_bus_addrBen Widawsky1-2/+3
2013-01-20drm/i915: Needs_dmar, notBen Widawsky1-4/+6
2013-01-20drm/i915: Remove scratch page from sharedBen Widawsky1-4/+5
2013-01-20drm/i915: Cut out the infamous ILK w/a from AGP layerBen Widawsky1-27/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2-5/+6
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie1-1/+0
2013-01-15TTY: synclink, remove unneeded testsJiri Slaby1-3/+0