1. 1fa34e4 thermal/drivers/rcar: Remove notification usage by Daniel Lezcano · 4 years, 1 month ago
  2. 4eb7d0c thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQ by Tian Tao · 4 years, 2 months ago
  3. 392573b thermal: rcar_thermal: Add missing braces to conditional statement by Geert Uytterhoeven · 4 years, 4 months ago
  4. bbcf90c thermal: Explicitly enable non-changing thermal zone devices by Andrzej Pietrasiewicz · 4 years, 6 months ago
  5. b03628b thermal: rcar_thermal: Clean up rcar_thermal_update_temp() by Niklas Söderlund · 4 years, 8 months ago
  6. 0fa0420 thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp() by Niklas Söderlund · 4 years, 10 months ago
  7. 57ed737 thermal: rcar_thermal: Do not store ctemp in rcar_thermal_priv by Niklas Söderlund · 4 years, 10 months ago
  8. 7617e77 thermal: rcar_thermal: Always update thermal zone on interrupt by Niklas Söderlund · 4 years, 10 months ago
  9. 39056e8 thermal: rcar_thermal: Handle probe error gracefully by Niklas Söderlund · 4 years, 10 months ago
  10. dff6d4f thermal: rcar_thermal: Remove temperature bound by Niklas Söderlund · 5 years ago
  11. 263c8c4 thermal: rcar_thermal: Use usleep_range() instead of udelay() by Geert Uytterhoeven · 5 years ago
  12. 20386f0 thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs by Yoshihiro Kaneko · 6 years ago
  13. e36e130 thermal: rcar_thermal: add R8A77990 support by Yoshihiro Kaneko · 6 years ago
  14. b8d3d11 thermal: rcar_thermal: add R8A774C0 support by Fabrizio Castro · 6 years ago
  15. 0ef7791 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  16. 697ee78 thermal: rcar_thermal: Prevent doing work after unbind by Geert Uytterhoeven · 6 years ago
  17. 3a31386 thermal: rcar_thermal: Prevent hardware access during system suspend by Geert Uytterhoeven · 6 years ago
  18. 92ca366 thermal: rcar_thermal: add R8A77970 support by Sergei Shtylyov · 6 years ago
  19. df016bb thermal: rcar_thermal: fix duplicate IRQ request by Sergei Shtylyov · 6 years ago
  20. c954579 thermal: rcar_thermal: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
  21. 542cdf4 thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources by Simon Horman · 6 years ago
  22. 1969d9d thermal: rcar_thermal: add r8a77995 support by Yoshihiro Kaneko · 7 years ago
  23. 2d2474a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  24. 0e70f46 thermal: Enhance thermal_zone_device_update for events by Srinivas Pandruvada · 8 years ago
  25. d4b23c5c thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_THERMAL by Bui Duc Phuc · 8 years ago
  26. 64a411e thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is used by Kuninori Morimoto · 8 years ago
  27. 87260d3 thermal: rcar_thermal: Fix priv->zone error handling by Dirk Behme · 9 years ago
  28. 5e325868 thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_register by Eduardo Valentin · 9 years ago
  29. 67bc3f4 thermal: rcar_thermal: don't open code of_device_get_match_data() by Wolfram Sang · 9 years ago
  30. 8b477ea thermal: rcar: enable to use thermal-zone on DT by Kuninori Morimoto · 9 years ago
  31. 5440c40 thermal: rcar: rcar_thermal_get_temp() return error if strange temp by Kuninori Morimoto · 9 years ago
  32. ffbcdf8 thermal: rcar: check irq possibility in rcar_thermal_irq_xxx() by Kuninori Morimoto · 9 years ago
  33. a1ade56 thermal: rcar: check every rcar_thermal_update_temp() return value by Kuninori Morimoto · 9 years ago
  34. ca1e455 thermal: rcar: move rcar_thermal_dt_ids to upside by Kuninori Morimoto · 9 years ago
  35. 84f0e49 thermal: rcar_thermal: remove redundant operation by Kuninori Morimoto · 9 years ago
  36. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  37. ac71c70 thermal: rcar: Make error and remove paths symmetrical with init by Geert Uytterhoeven · 10 years ago
  38. 0b37a83 thermal: rcar: Fix race condition between init and interrupt by Geert Uytterhoeven · 10 years ago
  39. ee853ad thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/ by Geert Uytterhoeven · 10 years ago
  40. 913015c thermal: rcar: change type of ctemp in rcar_thermal_update_temp() by Yoshihiro Shimoda · 10 years ago
  41. 1131374 thermal: rcar: fix ENR register value by Yoshihiro Shimoda · 10 years ago
  42. b0a60d8 thermal: rcar: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  43. 09be511 thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync() by Geert Uytterhoeven · 11 years ago
  44. 9477165 thermal: rcar-thermal: update thermal zone only when temperature changes by Patrick Titiano · 11 years ago
  45. 206c0cb thermal: rcar-thermal: fix same mask applied twice by Patrick Titiano · 11 years ago
  46. 6fe495e0 thermal: rcar: comment spelling by Geert Uytterhoeven · 11 years ago
  47. e7cd788 Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into next by Zhang Rui · 12 years ago
  48. 3db46c9 thermal: rcar: Fix typo in probe information message by Laurent Pinchart · 12 years ago
  49. c28f692 drivers/thermal: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  50. 6135ba3 Thermal: rcar: Remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  51. 51d45d2 thermal: rcar: add pm_runtime_xxx() support by Kuninori Morimoto · 12 years ago
  52. 1dc2082 thermal: rcar: tidyup registration failure case by Kuninori Morimoto · 12 years ago
  53. fb84d99 thermal: rcar_thermal: propagate return value of thermal_zone_device_register by Devendra Naga · 12 years ago
  54. 5095526 Thermal: rcar: Convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  55. f0e68fc thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp() by Wei Yongjun · 12 years ago
  56. f5b6d45 thermal: rcar: remove __devinitconst by Arnd Bergmann · 12 years ago
  57. 76cc188 thermal: rcar: add Device Tree support by Kuninori Morimoto · 12 years ago
  58. e6e053f thermal: rcar: remove machine_power_off() from rcar_thermal_notify() by Kuninori Morimoto · 12 years ago
  59. e0a5172 thermal: rcar: add interrupt support by Kuninori Morimoto · 12 years ago
  60. e9137a5 thermal: rcar: add read/write functions for common/priv data by Kuninori Morimoto · 12 years ago
  61. 3676d1d thermal: rcar: multi channel support by Kuninori Morimoto · 12 years ago
  62. b2bbc6a thermal: rcar: use mutex lock instead of spin lock by Kuninori Morimoto · 12 years ago
  63. f8f53e1 thermal: rcar: enable CPCTL to use hardware TSC deciding by Kuninori Morimoto · 12 years ago
  64. 9dde8f8 thermal: rcar: use parenthesis on macro by Kuninori Morimoto · 12 years ago
  65. d2a73e2 thermal: rcar: add .get_trip_type/temp and .notify support by kuninori.morimoto.gx@renesas.com · 12 years ago
  66. d12250e thermal: rcar: add rcar_zone_to_priv() macro by Kuninori Morimoto · 12 years ago
  67. c499703 thermal: rcar: fixup the unit of temperature by Kuninori Morimoto · 12 years ago
  68. 4e8e2f6 thermal: rcar_thermal: remove explicitly used devm_kfree/iounap() by Kuninori Morimoto · 12 years ago
  69. 50125a9 Thermal: Pass zone parameters as argument to tzd_register by Durgadoss R · 12 years ago
  70. 608f62b thermal: solve compilation errors in rcar_thermal by Devendra Naga · 12 years ago
  71. 1e426ff thermal: add Renesas R-Car thermal sensor support by Kuninori Morimoto · 12 years ago