1. 3b09825 char/tpm: fixed white spaces coding style issues by Bruno E O Meneguele · 10 years ago
  2. 3eda7d0 tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.h by Christophe Ricard · 10 years ago
  3. 7b1ee96 tpm/tpm_i2c_stm_st33: Replace remaining r by ret by Christophe Ricard · 10 years ago
  4. fc9ad77 tpm/tpm_i2c_stm_st33: Sanity cleanup by Christophe Ricard · 10 years ago
  5. ac77d33 tpm/tpm_i2c_stm_st33: Remove sparse spaces by Christophe Ricard · 10 years ago
  6. c4eadfa tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO by Christophe Ricard · 10 years ago
  7. 71ed848 tpm: rename chip->dev to chip->pdev by Jarkko Sakkinen · 10 years ago
  8. afb5abc tpm: two-phase chip management functions by Jarkko Sakkinen · 10 years ago
  9. 67fe941 tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereference by Christophe Ricard · 10 years ago
  10. f2f083b tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1. by Christophe Ricard · 10 years ago
  11. 00820e8 tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registers by Christophe Ricard · 10 years ago
  12. c3804b8 tpm/tpm_i2c_stm_st33: Interrupt management improvement by Christophe Ricard · 10 years ago
  13. 8dcd198 tpm/tpm_i2c_stm_st33: Few code cleanup by Christophe Ricard · 10 years ago
  14. c36b1b2 tpm/tpm_i2c_stm_st33: Add devicetree structure by Christophe Ricard · 10 years ago
  15. 875edad tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_* by Christophe Ricard · 10 years ago
  16. ca16b76 tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return code by Christophe Ricard · 10 years ago
  17. 76182b6 tpm/tpm_i2c_stm_st33: Remove reference to io_serirq by Christophe Ricard · 10 years ago
  18. b9626f3 tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer[0], [1] buffer. by Christophe Ricard · 10 years ago
  19. 2dbca75 tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.c by Christophe Ricard · 10 years ago
  20. 7500c4b tpm/tpm_i2c_stm_st33: Fix few coding style error reported by scripts/checkpatch.pl by Christophe Ricard · 10 years ago
  21. 642d2be tpm/tpm_i2c_stm_st33: Change License header to have up to date address information by Christophe Ricard · 10 years ago
  22. 1ba3b0b tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send by Christophe Ricard · 10 years ago
  23. 9fd8e5a tpm: remove unnecessary sizeof(u8) by Fabian Frederick · 10 years ago
  24. f07a5e9 tpm: Add missing tpm_do_selftest to ST33 I2C driver by Jason Gunthorpe · 11 years ago
  25. 4c020b0 drivers/char: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  26. 5f82e9f tpm: Use the ops structure instead of a copy in tpm_vendor_specific by Jason Gunthorpe · 11 years ago
  27. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  28. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  29. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  30. 85c5e0d tpm/tpm_i2c_stm_st33: Check return code of get_burstcount by Peter Huewe · 11 years ago
  31. e907481 tpm: Remove tpm_show_caps_1_2 by Jason Gunthorpe · 11 years ago
  32. cb99615 tpm: st33: Remove chip->data_buffer access from this driver by Jason Gunthorpe · 11 years ago
  33. d0a4017 tpm: Remove redundant dev_set_drvdata by Jason Gunthorpe · 11 years ago
  34. 3320280 tpm_i2c_stm_st33: Remove duplicate inclusion of header files by Sachin Kamat · 12 years ago
  35. 2d089f8 tpm/tpm_i2c_stm_st33: formatting and white space changes by Peter Huewe · 12 years ago
  36. 7333549 char/tpm/tpm_i2c_stm_st33: drop temporary variable for return value by Peter Huewe · 12 years ago
  37. 07d7216 char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe by Peter Huewe · 12 years ago
  38. e02983c char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute by Peter Huewe · 12 years ago
  39. 6429891 char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignment by Peter Huewe · 12 years ago
  40. d479042 tpm_i2c_stm_st33: removed unused variables/code by Kent Yoder · 12 years ago
  41. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 12 years ago
  42. 1fbc5e9 tpm_i2c_stm_st33: fix oops when i2c client is unavailable by Kent Yoder · 12 years ago
  43. d459335 char/tpm: Use struct dev_pm_ops for power management by Peter Huewe · 12 years ago
  44. 9da228e tpm: rename STM driver to match other i2c drivers by Kent Yoder · 12 years ago[Renamed (99%) from drivers/char/tpm/tpm_stm_st33_i2c.c]
  45. 3d7a7bd tpm: STM i2c driver fixes by Kent Yoder · 12 years ago
  46. 251a7b0 TPM: STMicroelectronics ST33 I2C KERNEL 3.x by Mathias Leblanc · 12 years ago