All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Valentin <edubezval@gmail.com>
To: Chanwoo Choi <cw00.choi@samsung.com>
Cc: eduardo.valentin@ti.com, amit.daniel@samsung.com,
	rui.zhang@intel.com, kgene.kim@samsung.com,
	ch.naveen@samsung.com, kyungmin.park@samsung.com,
	b.zolnierkie@samsung.com, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCHv6 0/2] thermal: exynos: Add support for TRIMINFO feature of Exynos3250
Date: Fri, 29 Aug 2014 22:39:30 -0400	[thread overview]
Message-ID: <20140830023928.GC23645@developer> (raw)
In-Reply-To: <1409713743-6124-1-git-send-email-cw00.choi@samsung.com>

Hi,

On Wed, Sep 03, 2014 at 12:09:01PM +0900, Chanwoo Choi wrote:
> This patchset add the support of TRIMINFO_RELOAD feature for Exynos3250.
> But Exynos3250 has two TRIMINFO_CTRL register instead other Exynos has only one
> TRIMINFO_CTRL register. So, this patchset support the some Exynos SoC which
> has more than one TRIMINF_CTRL.
> 
> Also, this patchset fix wrong value of TRIMINFO_RELOAD_SHIFT and remove
> duplicate code when reading triminfo register of Exynos5440.
> 
> Changes from v5:
> - Rebase this patchset on next branch of linux-soc-thermal.git
> 

Pulled into my next branch. Thanks.

> Changes from v4:
> - Remove un-necessary triminfo_ctrl_{shift, mask} field
> - Includes Bartlomiej's patch[1] that Exynos5260 / Exynos5420 should not use
> TRIM_RELOAD flag
> [2] https://lkml.org/lkml/2014/8/20/481
> 
> Changes from v3:
> - Add reviewed message of Amit Daniel Kachhap <amit.daniel@samsung.com>
> - Split RELOAD patch as two patch
> - Fix 'TRIMINFO_RELOAD_SHIFT' value
> - This series includes separate patch[1]
> [1] https://lkml.org/lkml/2014/8/20/5
> - Drop ACTIME bit setting because TRM includes not enough information of ACTIME bit.
> 
> Changes from v2:
> - Fix build break because of missing 'or' operation.
> 
> Changes from v1:
> - Add missing 'TMU_SUPPORT_TRIM_RELOAD' features
> 
> Chanwoo Choi (2):
>   thermal: exynos: Add support for many TRIMINFO_CTRL registers
>   thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250
> 
>  drivers/thermal/samsung/exynos_thermal_common.h |  1 +
>  drivers/thermal/samsung/exynos_tmu.c            | 15 ++++++++++++---
>  drivers/thermal/samsung/exynos_tmu.h            |  7 +++++--
>  drivers/thermal/samsung/exynos_tmu_data.c       | 11 +++++++++--
>  drivers/thermal/samsung/exynos_tmu_data.h       |  8 ++++++--
>  5 files changed, 33 insertions(+), 9 deletions(-)
> 
> -- 
> 1.8.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: edubezval@gmail.com (Eduardo Valentin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv6 0/2] thermal: exynos: Add support for TRIMINFO feature of Exynos3250
Date: Fri, 29 Aug 2014 22:39:30 -0400	[thread overview]
Message-ID: <20140830023928.GC23645@developer> (raw)
In-Reply-To: <1409713743-6124-1-git-send-email-cw00.choi@samsung.com>

Hi,

On Wed, Sep 03, 2014 at 12:09:01PM +0900, Chanwoo Choi wrote:
> This patchset add the support of TRIMINFO_RELOAD feature for Exynos3250.
> But Exynos3250 has two TRIMINFO_CTRL register instead other Exynos has only one
> TRIMINFO_CTRL register. So, this patchset support the some Exynos SoC which
> has more than one TRIMINF_CTRL.
> 
> Also, this patchset fix wrong value of TRIMINFO_RELOAD_SHIFT and remove
> duplicate code when reading triminfo register of Exynos5440.
> 
> Changes from v5:
> - Rebase this patchset on next branch of linux-soc-thermal.git
> 

Pulled into my next branch. Thanks.

> Changes from v4:
> - Remove un-necessary triminfo_ctrl_{shift, mask} field
> - Includes Bartlomiej's patch[1] that Exynos5260 / Exynos5420 should not use
> TRIM_RELOAD flag
> [2] https://lkml.org/lkml/2014/8/20/481
> 
> Changes from v3:
> - Add reviewed message of Amit Daniel Kachhap <amit.daniel@samsung.com>
> - Split RELOAD patch as two patch
> - Fix 'TRIMINFO_RELOAD_SHIFT' value
> - This series includes separate patch[1]
> [1] https://lkml.org/lkml/2014/8/20/5
> - Drop ACTIME bit setting because TRM includes not enough information of ACTIME bit.
> 
> Changes from v2:
> - Fix build break because of missing 'or' operation.
> 
> Changes from v1:
> - Add missing 'TMU_SUPPORT_TRIM_RELOAD' features
> 
> Chanwoo Choi (2):
>   thermal: exynos: Add support for many TRIMINFO_CTRL registers
>   thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250
> 
>  drivers/thermal/samsung/exynos_thermal_common.h |  1 +
>  drivers/thermal/samsung/exynos_tmu.c            | 15 ++++++++++++---
>  drivers/thermal/samsung/exynos_tmu.h            |  7 +++++--
>  drivers/thermal/samsung/exynos_tmu_data.c       | 11 +++++++++--
>  drivers/thermal/samsung/exynos_tmu_data.h       |  8 ++++++--
>  5 files changed, 33 insertions(+), 9 deletions(-)
> 
> -- 
> 1.8.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2014-09-03 13:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-03  3:09 [PATCHv6 0/2] thermal: exynos: Add support for TRIMINFO feature of Exynos3250 Chanwoo Choi
2014-09-03  3:09 ` Chanwoo Choi
2014-08-30  2:39 ` Eduardo Valentin [this message]
2014-08-30  2:39   ` Eduardo Valentin
2014-09-03 14:11   ` Chanwoo Choi
2014-09-03 14:11     ` Chanwoo Choi
2014-09-03  3:09 ` [PATCHv6 1/2] thermal: exynos: Add support for many TRIMINFO_CTRL registers Chanwoo Choi
2014-09-03  3:09   ` Chanwoo Choi
2014-09-03  3:09 ` [PATCHv6 2/2] thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250 Chanwoo Choi
2014-09-03  3:09   ` Chanwoo Choi

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=20140830023928.GC23645@developer \
    --to=edubezval@gmail.com \
    --cc=amit.daniel@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=ch.naveen@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=eduardo.valentin@ti.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.