linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] thermal: rcar: add interrupt and DT support
@ 2013-01-31  9:02 Kuninori Morimoto
  2013-01-31  9:02 ` [PATCH 1/7] thermal: rcar: use parenthesis on macro Kuninori Morimoto
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Kuninori Morimoto @ 2013-01-31  9:02 UTC (permalink / raw)
  To: Zhang Rui; +Cc: Simon, Magnus, linux-pm, Kuninori Morimoto


Hi Zhang

These patches add interrupt and DT support to R-Car thermal sensor driver.
There are 2 versions of R-Car thermal sensor (old/new),
but the interrupt methods were different.

This patch adds interrupt support for NEW generation chip only,
since the OLD generation interrupt controller had never been used before,
and will never be used in the future.

But this driver is still keeping compatible for Old generation sensor without interrupt support

Kuninori Morimoto (7):
      thermal: rcar: use parenthesis on macro
      thermal: rcar: enable CPCTL to use hardware TSC deciding
      thermal: rcar: use mutex lock instead of spin lock
      thermal: rcar: multi channel support
      thermal: rcar: add read/write functions for common/priv data
      thermal: rcar: add interrupt support
      thermal: rcar: add Device Tree support

 .../devicetree/bindings/thermal/rcar-thermal.txt   |   29 ++
 drivers/thermal/rcar_thermal.c                     |  437 ++++++++++++++------
 2 files changed, 341 insertions(+), 125 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-02-06  8:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31  9:02 [PATCH 0/7] thermal: rcar: add interrupt and DT support Kuninori Morimoto
2013-01-31  9:02 ` [PATCH 1/7] thermal: rcar: use parenthesis on macro Kuninori Morimoto
2013-01-31  9:03 ` [PATCH 2/7] thermal: rcar: enable CPCTL to use hardware TSC deciding Kuninori Morimoto
2013-01-31  9:03 ` [PATCH 3/7] thermal: rcar: use mutex lock instead of spin lock Kuninori Morimoto
2013-01-31  9:03 ` [PATCH 4/7] thermal: rcar: multi channel support Kuninori Morimoto
2013-01-31  9:03 ` [PATCH 5/7] thermal: rcar: add read/write functions for common/priv data Kuninori Morimoto
2013-01-31  9:04 ` [PATCH 6/7] thermal: rcar: add interrupt support Kuninori Morimoto
2013-01-31  9:05 ` [PATCH 7/7] thermal: rcar: add Device Tree support Kuninori Morimoto
2013-02-06  5:37   ` Zhang Rui
2013-02-06  8:30     ` Kuninori Morimoto
2013-02-06  8:36       ` Zhang Rui
2013-02-06  8:37         ` Kuninori Morimoto
2013-01-31  9:26 ` [PATCH 8/7] thermal: rcar: remove machine_power_off() from rcar_thermal_notify() Kuninori Morimoto
2013-02-06  5:48 ` [PATCH 0/7] thermal: rcar: add interrupt and DT support Zhang Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).