Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Eduardo Valentin <edubezval@gmail.com>
Cc: Zhang Rui <rui.zhang@intel.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 04/14] thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data
Date: Mon, 16 Apr 2018 14:50:32 +0200	[thread overview]
Message-ID: <91cb32b9-e05d-cbee-27cc-1e13eb79a0a1@linaro.org> (raw)
In-Reply-To: <1523873525-23718-5-git-send-email-b.zolnierkie@samsung.com>

On 16/04/2018 12:11, Bartlomiej Zolnierkiewicz wrote:
> Remove unused "type" field from struct exynos_tmu_platform_data.
> 
> There should be no functional changes caused by this patch.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---

Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>


>  drivers/thermal/samsung/exynos_tmu.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/thermal/samsung/exynos_tmu.h b/drivers/thermal/samsung/exynos_tmu.h
> index 5149c2a..8c468b6 100644
> --- a/drivers/thermal/samsung/exynos_tmu.h
> +++ b/drivers/thermal/samsung/exynos_tmu.h
> @@ -47,7 +47,6 @@ enum soc_type {
>   *	0 < reference_voltage <= 31
>   * @noise_cancel_mode: noise cancellation mode
>   *	000, 100, 101, 110 and 111 can be different modes
> - * @type: determines the type of SOC
>   * @efuse_value: platform defined fuse value
>   * @min_efuse_value: minimum valid trimming data
>   * @max_efuse_value: maximum valid trimming data
> @@ -68,7 +67,6 @@ struct exynos_tmu_platform_data {
>  	u8 second_point_trim;
>  	u8 default_temp_offset;
>  
> -	enum soc_type type;
>  	u32 cal_type;
>  };
>  
> 


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

  reply	other threads:[~2018-04-16 12:50 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20180416101225epcas2p42e345645d822cd869dbdb449becf1c7a@epcas2p4.samsung.com>
2018-04-16 10:11 ` [PATCH 00/14] thermal: exynos: pending fixes and cleanups Bartlomiej Zolnierkiewicz
2018-04-16 10:11   ` [PATCH 01/14] thermal: exynos: Reading temperature makes sense only when TMU is turned on Bartlomiej Zolnierkiewicz
2018-04-16 12:06     ` Daniel Lezcano
2018-04-16 12:17       ` Bartlomiej Zolnierkiewicz
2018-04-16 12:39         ` Daniel Lezcano
2018-04-16 10:11   ` [PATCH 02/14] thermal: exynos: Propagate error value from tmu_read() Bartlomiej Zolnierkiewicz
2018-04-16 12:16     ` Daniel Lezcano
2018-04-16 12:35       ` Bartlomiej Zolnierkiewicz
2018-04-16 12:41         ` Daniel Lezcano
2018-04-16 12:49           ` Bartlomiej Zolnierkiewicz
2018-04-16 12:54             ` Daniel Lezcano
2018-04-16 13:02               ` Bartlomiej Zolnierkiewicz
2018-04-16 10:11   ` [PATCH 03/14] thermal: exynos: Read soc_type from match data Bartlomiej Zolnierkiewicz
2018-04-16 12:19     ` Daniel Lezcano
2018-04-16 12:41       ` Bartlomiej Zolnierkiewicz
2018-04-16 12:47         ` Daniel Lezcano
2018-04-16 10:11   ` [PATCH 04/14] thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data Bartlomiej Zolnierkiewicz
2018-04-16 12:50     ` Daniel Lezcano [this message]
2018-04-16 10:11   ` [PATCH 05/14] thermal: exynos: remove parsing of samsung,tmu_default_temp_offset property Bartlomiej Zolnierkiewicz
2018-04-16 12:55     ` Daniel Lezcano
2018-04-16 10:11   ` [PATCH 06/14] thermal: exynos: remove parsing of samsung,tmu_[first,second]_point_trim properties Bartlomiej Zolnierkiewicz
2018-04-16 12:57     ` Daniel Lezcano
2018-04-16 10:11   ` [PATCH 07/14] thermal: exynos: remove parsing of samsung,tmu_noise_cancel_mode property Bartlomiej Zolnierkiewicz
2018-04-16 13:03     ` Daniel Lezcano
2018-04-16 10:11   ` [PATCH 08/14] thermal: exynos: remove parsing of samsung,tmu[_min,_max]_efuse_value properties Bartlomiej Zolnierkiewicz
2018-04-16 13:15     ` Daniel Lezcano
2018-04-16 10:12   ` [PATCH 09/14] thermal: exynos: remove parsing of samsung,tmu_reference_voltage property Bartlomiej Zolnierkiewicz
2018-04-16 13:16     ` Daniel Lezcano
2018-04-16 10:12   ` [PATCH 10/14] thermal: exynos: remove parsing of samsung,tmu_gain property Bartlomiej Zolnierkiewicz
2018-04-16 13:18     ` Daniel Lezcano
2018-04-16 10:12   ` [PATCH 11/14] thermal: exynos: remove parsing of samsung,tmu_cal_type property Bartlomiej Zolnierkiewicz
2018-04-16 13:19     ` Daniel Lezcano
2018-04-16 10:12   ` [PATCH 12/14] thermal: exynos: remove separate exynos_tmu.h header file Bartlomiej Zolnierkiewicz
2018-04-16 13:24     ` Daniel Lezcano
2018-04-16 14:24       ` Bartlomiej Zolnierkiewicz
2018-04-16 10:12   ` [PATCH 13/14] ARM: dts: exynos: remove no longer needed samsung thermal properties Bartlomiej Zolnierkiewicz
2018-04-16 12:16     ` Krzysztof Kozlowski
2018-06-20 19:17     ` Krzysztof Kozlowski
2018-04-16 10:12   ` [PATCH 14/14] arm64: " Bartlomiej Zolnierkiewicz
2018-04-16 13:02     ` Daniel Lezcano
2018-04-16 13:09       ` Bartlomiej Zolnierkiewicz
2018-04-16 13:10         ` Daniel Lezcano
2018-06-20 19:19     ` Krzysztof Kozlowski

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=91cb32b9-e05d-cbee-27cc-1e13eb79a0a1@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=edubezval@gmail.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox