1. e838ff8 thermal: ti-soc-thermal: Ensure to compute thermal trend by Ranganath Krishnan · 11 years ago
  2. 57d1617 thermal: ti-soc-thermal: use standard GPIO DT bindings by Eduardo Valentin · 11 years ago
  3. 25870e6 thermal: ti-soc-thermal: add dra752 chip to device table by Eduardo Valentin · 11 years ago
  4. 0c12b5a thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULL by Eduardo Valentin · 11 years ago
  5. ba0049e thermal: ti-soc-thermal: freeze FSM while computing trend by Eduardo Valentin · 11 years ago
  6. eb98200 thermal: introduce TI SoC thermal driver by Eduardo Valentin · 11 years ago[Renamed from drivers/staging/ti-soc-thermal/ti-bandgap.c]
  7. 262235b staging: ti-soc-thermal: fix device removal by Eduardo Valentin · 11 years ago
  8. f155333 staging: ti-soc-thermal: defer probe if cpufreq is not ready by Eduardo Valentin · 11 years ago
  9. 2f440b0 staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function for OMAP5 by J Keerthy · 11 years ago
  10. 58bccd0 staging: ti-soc-thermal: Modify update_interval r/w functions to incorporate the OMAP5 feature of COUNTER_DELAY. by J Keerthy · 11 years ago
  11. 169e8d0 staging: ti-soc-thermal: remove kernel-doc warnings reported with -v by Nishanth Menon · 11 years ago
  12. 422a306 staging: ti-soc-thermal: return error in case power switch is not supported by Eduardo Valentin · 11 years ago
  13. d52361c staging: ti-soc-thermal: propagate error code by Eduardo Valentin · 11 years ago
  14. 0fb3c24 staging: ti-soc-thermal: fix bitfield writing while updating thresholds by Eduardo Valentin · 11 years ago
  15. f5d43b7 staging: ti-soc-thermal: fix condition to apply hyst by Eduardo Valentin · 11 years ago
  16. 61603af staging: ti-soc-thermal: fix several kernel-doc warnings and error by Eduardo Valentin · 11 years ago
  17. f684356 stating: ti-soc-thermal: use sizeof(*pointer) while allocating by Eduardo Valentin · 11 years ago
  18. 9879b2c staging: ti-soc-thermal: split writable data from readonly data by Eduardo Valentin · 11 years ago
  19. 2f8ec2a staging: ti-soc-thermal: make unexported functions local by Eduardo Valentin · 11 years ago
  20. 03e859d staging: ti-soc-thermal: rename symbols to use better prefix by Eduardo Valentin · 11 years ago
  21. 7372add staging: rename omap-thermal driver to ti-soc-thermal by Eduardo Valentin · 11 years ago[Renamed (99%) from drivers/staging/omap-thermal/omap-bandgap.c]
  22. d7f080e staging: omap-thermal: rename bg_ptr to bgp by Eduardo Valentin · 11 years ago
  23. 648b4c6 staging: omap-thermal: fix return value by Eduardo Valentin · 11 years ago
  24. e72b7bb staging: omap-thermal: add documentation for omap_bandgap_validate by Eduardo Valentin · 11 years ago
  25. ebf0bd5 staging: omap-thermal: switch mutex to spinlock inside omap-bandgap by Eduardo Valentin · 11 years ago
  26. e9b6f8c staging: omap-thermal: document omap_bandgap_build function by Eduardo Valentin · 11 years ago
  27. 094b8ac staging: omap-thermal: document omap_bandgap_alert_init function by Eduardo Valentin · 11 years ago
  28. d3790b3 staging: omap-thermal: document omap_bandgap_tshut_init function by Eduardo Valentin · 11 years ago
  29. 7a681a5 staging: omap-thermal: document _omap_bandgap_read_threshold function by Eduardo Valentin · 11 years ago
  30. 9efa93b staging: omap-thermal: document _omap_bandgap_write_threshold function by Eduardo Valentin · 11 years ago
  31. 38d99e8 staging: omap-thermal: document omap_bandgap_update_alert_threshold function by Eduardo Valentin · 11 years ago
  32. 31102a7 staging: omap-thermal: document omap_bandgap_force_single_read by Eduardo Valentin · 11 years ago
  33. a84b6f4 staging: omap-thermal: update omap_bandgap_set_continous_mode documentation by Eduardo Valentin · 11 years ago
  34. 37bf871 staging: omap-thermal: rename enable_continuous_mode by Eduardo Valentin · 11 years ago
  35. f91ddfe staging: omap-thermal: section of device driver callbacks by Eduardo Valentin · 11 years ago
  36. e195aba staging: omap-thermal: device initialization section by Eduardo Valentin · 11 years ago
  37. 56f132f staging: omap-thermal: refactor APIs handling threshold values by Eduardo Valentin · 11 years ago
  38. f47f6d3 staging: omap-thermal: update omap_bandgap_unmask_interrupts documentation by Eduardo Valentin · 11 years ago
  39. 9102168 staging: omap-thermal: refactor temp_sensor_unmask_interrupts by Eduardo Valentin · 11 years ago
  40. f8ccce2 staging: omap-thermal: threshold manipulation section by Eduardo Valentin · 11 years ago
  41. 8a1cefe staging: omap-thermal: document omap_bandgap_add_hyst function by Eduardo Valentin · 11 years ago
  42. 0f0ed7d staging: omap-thermal: rename add_hyst to omap_bandgap_add_hyst by Eduardo Valentin · 11 years ago
  43. e7f60b5 staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adc by Eduardo Valentin · 11 years ago
  44. 26a70ed staging: omap-thermal: move conv table limits out of sensor data by Eduardo Valentin · 11 years ago
  45. a619477 staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding style by Eduardo Valentin · 11 years ago
  46. e16f072 staging: omap-thermal: name temp_to_adc_conversion in a better way by Eduardo Valentin · 11 years ago
  47. 2577e93 staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsius by Eduardo Valentin · 11 years ago
  48. 2047059 staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding style by Eduardo Valentin · 11 years ago
  49. bf7a979 staging: omap-thermal: name adc_to_temp_conversion in a better way by Eduardo Valentin · 11 years ago
  50. 2f6af4b staging: omap-thermal: ADC section by Eduardo Valentin · 11 years ago
  51. fb65b88 staging: omap-thermal: IRQ handler section by Eduardo Valentin · 11 years ago
  52. 6ab5240 staging: omap-thermal: section of basic helpers by Eduardo Valentin · 11 years ago
  53. 8abbe71 staging: omap-thermal: add a section of register manipulation by Eduardo Valentin · 11 years ago
  54. e555c95 staging: omap-thermal: read status only once inside alert IRQ by Eduardo Valentin · 11 years ago
  55. 7cf46db staging: omap-thermal: remove duplicated code by Eduardo Valentin · 11 years ago
  56. 79857cd2 staging: omap-thermal: update tshut IRQ handler documentation by Eduardo Valentin · 11 years ago
  57. ee07d55 staging: omap-thermal: update documentation for talert irq handler by Eduardo Valentin · 11 years ago
  58. f230427 staging: omap-thermal: rename talert handler by Eduardo Valentin · 11 years ago
  59. 4a6554e staging: omap-thermal: add documentation for omap_bandgap_read_temp by Eduardo Valentin · 11 years ago
  60. 7a556e6 staging: omap-thermal: add documentation for omap_bandgap_power by Eduardo Valentin · 11 years ago
  61. 3d84e52 staging: omap-thermal: make a omap_bandgap_power with only one exit point by Eduardo Valentin · 11 years ago
  62. 9c468aa staging: omap-thermal: add documentation for register access functions by Eduardo Valentin · 11 years ago
  63. d3c291a staging: omap-thermal: introduce RMW_BITS macro by Eduardo Valentin · 11 years ago
  64. 24796e1 staging: omap-thermal: style cleanup on omap-bandgap.c by Eduardo Valentin · 11 years ago
  65. f1d07f3 staging: omap-thermal: update clock prepare count by Eduardo Valentin · 11 years ago
  66. c8a8f84 staging: omap-thermal: Remove double conv_table reference by Eduardo Valentin · 11 years ago
  67. 194a54f staging: omap-thermal: introduze FREEZE_BIT feature by Eduardo Valentin · 11 years ago
  68. 6c9c1d6 staging: omap-thermal: introduce clock feature flag by Radhesh Fadnis · 11 years ago
  69. b3bf0e9 staging: omap-thermal: Add print when TSHUT temperature reached by Ruslan Ruslichenko · 11 years ago
  70. b5c78e0 Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  71. 97f4be60 staging: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  72. 82ebecc staging: omap-thermal/omap-bandgap.c: adjust duplicate test by Julia Lawall · 12 years ago
  73. 434bd03 staging: omap-thermal: remove use of __devexit by Bill Pemberton · 12 years ago
  74. db53ac71 staging: omap-thermal: remove use of __devinit by Bill Pemberton · 12 years ago
  75. b87ea75 staging: omap-thermal: fix context restore function by Radhesh Fadnis · 12 years ago
  76. 71e303f staging: omap-thermal: add IRQ debugging messaging by Eduardo Valentin · 12 years ago
  77. 2aeeb8a staging: omap-thermal: fix compilation by Eduardo Valentin · 12 years ago
  78. 463bf50 staging: omap-thermal: bandgap: fix setting of alert thresholds by Radhesh Fadnis · 12 years ago
  79. 04a4d10 staging: omap-thermal: improve conf data handling and initialization by Eduardo Valentin · 12 years ago
  80. 76d2cd3 staging: omap-thermal: Correct checkpatch.pl warnings by J Keerthy · 12 years ago
  81. 949f5a5 staging: omap-thermal: add OMAP5 data structures by Eduardo Valentin · 12 years ago
  82. 1a31270 staging: omap-thermal: add OMAP4 data structures by Eduardo Valentin · 12 years ago
  83. 8feaf0ce staging: OMAP4+: thermal: introduce bandgap temperature sensor by Eduardo Valentin · 12 years ago