All of lore.kernel.org
 help / color / mirror / Atom feed
From: "hongbo.zhang" <hongbo.zhang@linaro.org>
To: linux-pm@vger.kernel.org, rui.zhang@intel.com
Cc: linux-kernel@vger.kernel.org, amit.kachhap@linaro.org,
	patches@linaro.org, linaro-dev@lists.linaro.org,
	linaro-kernel@lists.linaro.org,
	STEricsson_nomadik_linux@list.st.com, kernel@igloocommunity.org,
	"hongbo.zhang" <hongbo.zhang@linaro.com>
Subject: [PATCH V6 0/2] Upstream ST-Ericsson thermal driver
Date: Thu, 15 Nov 2012 18:56:41 +0800	[thread overview]
Message-ID: <1352977003-25095-1-git-send-email-hongbo.zhang@linaro.com> (raw)

From: "hongbo.zhang" <hongbo.zhang@linaro.com>

V5->V6 Changes:

In patch "Thermal: Add ST-Ericsson DB8500 thermal driver":
 - Add depends on ARCH_U8500 in Kconfig

In patch "Thermal: Add ST-Ericsson DB8500 thermal properties and platform
 - Add Acked-by: Linus Walleij <linus.walleij@linaro.org>


hongbo.zhang (2):
  Thermal: Add ST-Ericsson DB8500 thermal driver.
  Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

 .../devicetree/bindings/thermal/db8500-thermal.txt |  44 ++
 arch/arm/boot/dts/dbx5x0.dtsi                      |  14 +
 arch/arm/boot/dts/snowball.dts                     |  31 ++
 arch/arm/configs/u8500_defconfig                   |   2 +
 arch/arm/mach-ux500/board-mop500.c                 |  64 +++
 drivers/thermal/Kconfig                            |  20 +
 drivers/thermal/Makefile                           |   2 +
 drivers/thermal/db8500_cpufreq_cooling.c           | 108 +++++
 drivers/thermal/db8500_thermal.c                   | 531 +++++++++++++++++++++
 include/linux/platform_data/db8500_thermal.h       |  38 ++
 10 files changed, 854 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/db8500-thermal.txt
 create mode 100644 drivers/thermal/db8500_cpufreq_cooling.c
 create mode 100644 drivers/thermal/db8500_thermal.c
 create mode 100644 include/linux/platform_data/db8500_thermal.h

-- 
1.8.0


             reply	other threads:[~2012-11-15 10:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15 10:56 hongbo.zhang [this message]
2012-11-15 10:56 ` [PATCH V6 1/2] Thermal: Add ST-Ericsson DB8500 thermal driver hongbo.zhang
2012-11-15 10:56   ` hongbo.zhang
2012-11-15 12:51   ` Zhang Rui
2012-11-18 14:29     ` Francesco Lavra
2012-11-18 14:29       ` Francesco Lavra
2012-11-19  0:42       ` Zhang Rui
2012-11-15 10:56 ` [PATCH V6 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data hongbo.zhang
2012-11-15 10:56   ` hongbo.zhang
2012-11-15 12:51   ` Zhang Rui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352977003-25095-1-git-send-email-hongbo.zhang@linaro.com \
    --to=hongbo.zhang@linaro.org \
    --cc=STEricsson_nomadik_linux@list.st.com \
    --cc=amit.kachhap@linaro.org \
    --cc=hongbo.zhang@linaro.com \
    --cc=kernel@igloocommunity.org \
    --cc=linaro-dev@lists.linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.