linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v4 0/5] thermal: Add kernel thermal support for exynos platform
@ 2012-07-12 13:41 Amit Daniel Kachhap
  2012-07-12 13:41 ` [RESEND PATCH v4 1/5] thermal: add generic cpufreq cooling implementation Amit Daniel Kachhap
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Amit Daniel Kachhap @ 2012-07-12 13:41 UTC (permalink / raw)
  To: linux-pm, lenb
  Cc: linux-samsung-soc, linux-kernel, linux-acpi, lm-sensors,
	amit.kachhap, akpm

Hi Len,

This series is a repost of the thermal support for exynos platform.
These set of patches were already accepted for 3.5 merge.
(https://lkml.org/lkml/2012/6/2/7) but somehow could not go through so,
I am resending them again with rebasing against 3.5-rc6. Please apply them
for 3.6 merge.

Thanks,
Amit Daniel


Amit Daniel Kachhap (5):
  thermal: add generic cpufreq cooling implementation
  hwmon: exynos4: move thermal sensor driver to driver/thermal
    directory
  thermal: exynos5: add exynos5 thermal sensor driver support
  thermal: exynos: register the tmu sensor with the kernel thermal
    layer
  ARM: exynos: add thermal sensor driver platform data support

 Documentation/hwmon/exynos4_tmu              |   81 ---
 Documentation/thermal/cpu-cooling-api.txt    |   60 ++
 Documentation/thermal/exynos_thermal         |   52 ++
 drivers/hwmon/Kconfig                        |   10 -
 drivers/hwmon/Makefile                       |    1 -
 drivers/hwmon/exynos4_tmu.c                  |  514 --------------
 drivers/thermal/Kconfig                      |   20 +
 drivers/thermal/Makefile                     |    4 +-
 drivers/thermal/cpu_cooling.c                |  483 +++++++++++++
 drivers/thermal/exynos_thermal.c             |  956 ++++++++++++++++++++++++++
 include/linux/cpu_cooling.h                  |   99 +++
 include/linux/platform_data/exynos4_tmu.h    |   83 ---
 include/linux/platform_data/exynos_thermal.h |  100 +++
 13 files changed, 1773 insertions(+), 690 deletions(-)
 delete mode 100644 Documentation/hwmon/exynos4_tmu
 create mode 100644 Documentation/thermal/cpu-cooling-api.txt
 create mode 100644 Documentation/thermal/exynos_thermal
 delete mode 100644 drivers/hwmon/exynos4_tmu.c
 create mode 100644 drivers/thermal/cpu_cooling.c
 create mode 100644 drivers/thermal/exynos_thermal.c
 create mode 100644 include/linux/cpu_cooling.h
 delete mode 100644 include/linux/platform_data/exynos4_tmu.h
 create mode 100644 include/linux/platform_data/exynos_thermal.h


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

end of thread, other threads:[~2012-07-13 11:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 13:41 [RESEND PATCH v4 0/5] thermal: Add kernel thermal support for exynos platform Amit Daniel Kachhap
2012-07-12 13:41 ` [RESEND PATCH v4 1/5] thermal: add generic cpufreq cooling implementation Amit Daniel Kachhap
2012-07-12 15:10   ` Valentin, Eduardo
2012-07-13  8:58     ` amit kachhap
2012-07-13 11:03       ` [linux-pm] " rakesh singh
2012-07-12 23:04   ` Andrew Morton
2012-07-13 10:54     ` amit kachhap
2012-07-12 13:41 ` [RESEND PATCH v4 2/5] hwmon: exynos4: move thermal sensor driver to driver/thermal directory Amit Daniel Kachhap
2012-07-12 13:41 ` [RESEND PATCH v4 3/5] thermal: exynos5: add exynos5 thermal sensor driver support Amit Daniel Kachhap
2012-07-12 13:41 ` [RESEND PATCH v4 4/5] thermal: exynos: register the tmu sensor with the kernel thermal layer Amit Daniel Kachhap
2012-07-12 13:41 ` [RESEND PATCH v4 5/5] ARM: exynos: add thermal sensor driver platform data support Amit Daniel Kachhap

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).