summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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-22virtio_console: Let unconnected rproc device receive data.Sjur Brændeland1-1/+4
2013-01-21Drivers: 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-19tty: 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-16TTY: synclink, remove unneeded testsJiri Slaby1-3/+0
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-11/+3
2013-01-16TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-16TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+2
2013-01-16synclink fix ldisc buffer argumentPaul Fulghum1-1/+11
2013-01-04Drivers: char: remove __dev* attributes.Greg Kroah-Hartman26-58/+49
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-99/+230
2012-12-20drm/i915: Move GSM mapping into dev_privBen Widawsky1-1/+0
2012-12-20Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+27
2012-12-18virtio_console: Add support for remoteproc serialSjur Brændeland1-23/+169
2012-12-18virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland1-76/+53
2012-12-18virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com1-0/+4
2012-12-18virtio_console: Use kmalloc instead of kzallocSjur Brændeland1-1/+1
2012-12-18virtio_console: Free buffer if splice failsSjur Brændeland1-0/+2
2012-12-18virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-5/+5