public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] staging: omap-thermal fixes and ports
@ 2013-02-26 22:53 Eduardo Valentin
  2013-02-26 22:53 ` [PATCH 01/15] staging: omap-thermal: Add print when TSHUT temperature reached Eduardo Valentin
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Eduardo Valentin @ 2013-02-26 22:53 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-omap, linux-kernel, Eduardo Valentin

Hello Greg,


Several compilation fixes and a couple of debugging prints
added. This time I am also preparing the driver to receive
fixes and patches from omapzoom. So, this series starts to
port patches from omapzoom to staging area. Most of this
changes are related to OMAP5 support.

All these are based on linux-2.6/master.

Patches are also available here:

git@gitorious.org:thermal-framework/thermal-framework.git thermal_work/omap/omap-thermal-fixes
https://git.gitorious.org/thermal-framework/thermal-framework.git thermal_work/omap/omap-thermal-fixes

Cheers,

Eduardo Valentin (12):
  staging: omap-thermal: standardize register nomenclature to use 'GPU'
  staging: omap-thermal: remove from register map soc and mode on OMAP5
  staging: omap-thermal: introduce new features of OMAP54xx
  staging: omap-thermal: update OMAP54xx clock sources
  staging: omap-thermal: update feature bitfield for OMAP54xx
  staging: omap-thermal: remove dedicated counter register for OMAP5
  staging: omap-thermal: introduze FREEZE_BIT feature
  staging: omap-thermal: update DT entry documentation
  staging: omap-thermal: add DT example for OMAP54xx devices
  staging: omap-thermal: Remove double conv_table reference
  staging: omap-thermal: name data files accordingly
  staging: omap-thermal: update clock prepare count

Radhesh Fadnis (2):
  staging: omap-thermal: introduce clock feature flag
  staging: omap-thermal: update OMAP54xx conv_table

Ruslan Ruslichenko (1):
  staging: omap-thermal: Add print when TSHUT temperature reached

 drivers/staging/omap-thermal/Makefile             |    4 +-
 drivers/staging/omap-thermal/omap-bandgap.c       |   89 ++++--
 drivers/staging/omap-thermal/omap-bandgap.h       |   94 +++++-
 drivers/staging/omap-thermal/omap4-thermal-data.c |  262 +++++++++++++++
 drivers/staging/omap-thermal/omap4-thermal.c      |  259 ---------------
 drivers/staging/omap-thermal/omap5-thermal-data.c |  357 +++++++++++++++++++++
 drivers/staging/omap-thermal/omap5-thermal.c      |  297 -----------------
 drivers/staging/omap-thermal/omap_bandgap.txt     |   36 ++-
 8 files changed, 794 insertions(+), 604 deletions(-)
 create mode 100644 drivers/staging/omap-thermal/omap4-thermal-data.c
 delete mode 100644 drivers/staging/omap-thermal/omap4-thermal.c
 create mode 100644 drivers/staging/omap-thermal/omap5-thermal-data.c
 delete mode 100644 drivers/staging/omap-thermal/omap5-thermal.c

-- 
1.7.7.1.488.ge8e1c


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

end of thread, other threads:[~2013-02-27 10:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26 22:53 [PATCH 00/15] staging: omap-thermal fixes and ports Eduardo Valentin
2013-02-26 22:53 ` [PATCH 01/15] staging: omap-thermal: Add print when TSHUT temperature reached Eduardo Valentin
2013-02-26 22:53 ` [PATCH 02/15] staging: omap-thermal: introduce clock feature flag Eduardo Valentin
2013-02-26 22:53 ` [PATCH 03/15] staging: omap-thermal: update OMAP54xx conv_table Eduardo Valentin
2013-02-26 22:53 ` [PATCH 04/15] staging: omap-thermal: standardize register nomenclature to use 'GPU' Eduardo Valentin
2013-02-26 22:53 ` [PATCH 05/15] staging: omap-thermal: remove from register map soc and mode on OMAP5 Eduardo Valentin
2013-02-26 22:53 ` [PATCH 06/15] staging: omap-thermal: introduce new features of OMAP54xx Eduardo Valentin
2013-02-26 22:53 ` [PATCH 07/15] staging: omap-thermal: update OMAP54xx clock sources Eduardo Valentin
2013-02-26 22:53 ` [PATCH 08/15] staging: omap-thermal: update feature bitfield for OMAP54xx Eduardo Valentin
2013-02-26 22:53 ` [PATCH 09/15] staging: omap-thermal: remove dedicated counter register for OMAP5 Eduardo Valentin
2013-02-26 22:53 ` [PATCH 10/15] staging: omap-thermal: introduze FREEZE_BIT feature Eduardo Valentin
2013-02-26 22:53 ` [PATCH 11/15] staging: omap-thermal: update DT entry documentation Eduardo Valentin
2013-02-26 22:53 ` [PATCH 12/15] staging: omap-thermal: add DT example for OMAP54xx devices Eduardo Valentin
2013-02-26 22:53 ` [PATCH 13/15] staging: omap-thermal: Remove double conv_table reference Eduardo Valentin
2013-02-26 22:53 ` [PATCH 14/15] staging: omap-thermal: name data files accordingly Eduardo Valentin
2013-02-26 22:53 ` [PATCH 15/15] staging: omap-thermal: update clock prepare count Eduardo Valentin
2013-02-27  5:35   ` Mike Turquette
2013-02-27 10:51     ` Eduardo Valentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox