summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki
2013-02-14tpm/ibmvtpm: build only when IBM pseries is configuredKent Yoder
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland
2013-02-05tpm_tis: check pnp_acpi_device return codeKent Yoder
2013-02-05char/tpm/tpm_i2c_stm_st33: drop temporary variable for return valuePeter Huewe
2013-02-05char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probePeter Huewe
2013-02-05char/tpm/tpm_i2c_stm_st33: Remove __devexit attributePeter Huewe
2013-02-05char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignmentPeter Huewe
2013-02-05tpm_i2c_stm_st33: removed unused variables/codeKent Yoder
2013-02-05TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger
2013-02-05tpm: Store TPM vendor IDStefan Berger
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe
2013-02-05tpm_i2c_stm_st33: fix oops when i2c client is unavailableKent Yoder
2013-02-05char/tpm: Use struct dev_pm_ops for power managementPeter Huewe
2013-02-05TPM: STMicroelectronics ST33 I2C BUILD STUFFMathias Leblanc
2013-02-05tpm: rename STM driver to match other i2c driversKent Yoder
2013-02-05tpm: STM i2c driver fixesKent Yoder
2013-02-05tpm: rename vendor data to priv and provide an accessorKent Yoder
2013-02-05TPM: STMicroelectronics ST33 I2C KERNEL 3.xMathias Leblanc
2013-02-05char/tpm: Use true and false for boolsPeter Huewe
2013-02-05TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe
2013-02-05char/tpm: simplify duration calculation and eliminate smatch warning.Peter Huewe
2013-02-05char/tpm: Remove duplicated lookup tablePeter Huewe
2013-01-25ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2013-01-22char: Convert to devm_ioremap_resource()Thierry Reding
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-20Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-12-18virtio_console: Add support for remoteproc serialSjur Brændeland
2012-12-18virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland
2012-12-18virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com
2012-12-18virtio_console: Use kmalloc instead of kzallocSjur Brændeland
2012-12-18virtio_console: Free buffer if splice failsSjur Brændeland
2012-12-18virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell
2012-12-18virtio: console: don't rely on virtqueue_add_buf() returning capacity.Amit Shah
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-03Merge branch 'block-dev'Linus Torvalds
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds