Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/6] thermal: sti: Introduce ST Thermal core code
Date: Sun, 15 Jun 2014 00:31:56 +0200	[thread overview]
Message-ID: <20140614223156.GC1389@xo-6d-61-c0.localdomain> (raw)
In-Reply-To: <1401980819-19962-3-git-send-email-lee.jones@linaro.org>

On Thu 2014-06-05 16:06:55, Lee Jones wrote:
> This core is shared by both ST's 'memory mapped' and
> 'system configuration register' based Thermal controllers.
> 
> Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Acked-by: Pavel Machek <pavel@ucw.cz>



> +++ b/drivers/thermal/st/st_thermal.c
> @@ -0,0 +1,313 @@
> +/*
> + * ST Thermal Sensor Driver core routines
> + * Author: Ajit Pal Singh <ajitpal.singh@st.com>
> + *
> + * Copyright (C) 2003-2014 STMicroelectronics (R&D) Limited
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + */
> +
> +#include <linux/clk.h>
> +#include <linux/module.h>
> +#include <linux/of.h>
> +#include <linux/of_device.h>
> +
> +#include "st_thermal.h"
...
> +/* Callback to get temperature from HW*/

Add space before */, but feel free to do it in followup patch.


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

  reply	other threads:[~2014-06-14 22:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 15:06 [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver Lee Jones
2014-06-05 15:06 ` [PATCH 1/6] thermal: sti: Supply Device Tree documentation Lee Jones
2014-06-05 15:06 ` [PATCH 2/6] thermal: sti: Introduce ST Thermal core code Lee Jones
2014-06-14 22:31   ` Pavel Machek [this message]
2014-06-05 15:06 ` [PATCH 3/6] thermal: sti: Add support for ST's System Config Register based Thermal controller Lee Jones
2014-06-05 15:06 ` [PATCH 4/6] thermal: sti: Add support for ST's Memory Mapped " Lee Jones
2014-06-05 15:06 ` [PATCH 5/6] ARM: STi: DT: STiH416: Supply Thermal Controller Device Tree nodes Lee Jones
2014-07-21  9:33   ` Maxime Coquelin
2014-06-05 15:06 ` [PATCH 6/6] ARM: multi_v7_defconfig: Configure in ST's Thermal Controller Lee Jones
2014-07-21  9:50   ` Maxime Coquelin
2014-06-24  9:23 ` [RESEND PATCH 0/6] thermal: sti: Add new Thermal driver Lee Jones
2014-07-09 12:08   ` Lee Jones
2014-07-09 13:19     ` Zhang Rui
2014-07-09 13:46       ` Lee Jones
2014-07-14 13:08         ` Lee Jones
2014-07-14 14:14           ` Zhang Rui
2014-07-14 14:27             ` Lee Jones
2014-07-21  9:17               ` Lee Jones
2014-07-21  9:34                 ` Zhang Rui
2014-07-21 10:13                   ` Lee Jones
2014-08-11 13:56                     ` Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2014-05-30  9:38 [PATCH " Lee Jones
2014-05-30  9:38 ` [PATCH 2/6] thermal: sti: Introduce ST Thermal core code Lee Jones

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=20140614223156.GC1389@xo-6d-61-c0.localdomain \
    --to=pavel@ucw.cz \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox