All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] thermal: exynos: various cleanups
@ 2014-07-31 17:10 Bartlomiej Zolnierkiewicz
  2014-07-31 17:10 ` [PATCH v3 1/8] thermal: exynos: remove unused struct exynos_tmu_registers entries Bartlomiej Zolnierkiewicz
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-07-31 17:10 UTC (permalink / raw)
  To: Eduardo Valentin
  Cc: Zhang Rui, Amit Daniel Kachhap, Tomasz Figa, Rafael J. Wysocki,
	Kyungmin Park, linux-samsung-soc, linux-pm, linux-kernel,
	b.zolnierkie

Hi,

This patch series contains various cleanups for EXYNOS thermal
driver.  Overall it decreases driver's LOC by 9%.  It is based
on next-20140731 kernel.  It should not cause any functionality
changes.

Changes since v2 (https://lkml.org/lkml/2014/6/17/436):
- synced patches against next-20140731
- dropped patch "thermal: exynos: remove dead code for
  TYPE_TWO_POINT_TRIMMING calibration" (newly added Exynos3250
  SoC support uses TYPE_TWO_POINT_TRIMMING calibration)
- updated patch description for patch #2
- dropped Reviewed-by from Amit from patch #8 (due to changed
  scope of the patch)

Changes since v1 (https://lkml.org/lkml/2014/5/5/194):
- synced patches against next-20140617
- merged patch "thermal: exynos: remove unused defines" into
  "thermal: exynos: remove unused struct exynos_tmu_registers
  entries" one (per request from Eduardo)
- improved patch descriptions for patches #1-5
- fixed documentation for pdata->gain and pdata->reference_voltage
- added Reviewed-by from Amit to patches #6, #7 and #10
- added missing Acked-by from Kyungmin Park

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


Bartlomiej Zolnierkiewicz (8):
  thermal: exynos: remove unused struct exynos_tmu_registers entries
  thermal: exynos: remove dead code for HW_MODE calibration
  thermal: exynos: remove redundant pdata checks from
    exynos_tmu_initialize()
  thermal: exynos: remove redundant threshold_code checks from
    exynos_tmu_initialize()
  thermal: exynos: simplify temp_to_code() and code_to_temp()
  thermal: exynos: cache non_hw_trigger_levels in pdata
  thermal: exynos: remove redundant pdata checks from
    exynos_tmu_control()
  thermal: exynos: remove identical values from exynos*_tmu_registers
    structures

 drivers/thermal/samsung/exynos_thermal_common.h |   1 -
 drivers/thermal/samsung/exynos_tmu.c            | 126 +++++-------------------
 drivers/thermal/samsung/exynos_tmu.h            |  74 +-------------
 drivers/thermal/samsung/exynos_tmu_data.c       |  56 ++---------
 drivers/thermal/samsung/exynos_tmu_data.h       |  31 +-----
 5 files changed, 35 insertions(+), 253 deletions(-)

-- 
1.8.2.3


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

end of thread, other threads:[~2014-09-02 14:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-31 17:10 [PATCH v3 0/8] thermal: exynos: various cleanups Bartlomiej Zolnierkiewicz
2014-07-31 17:10 ` [PATCH v3 1/8] thermal: exynos: remove unused struct exynos_tmu_registers entries Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 2/8] thermal: exynos: remove dead code for HW_MODE calibration Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 3/8] thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize() Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 4/8] thermal: exynos: remove redundant threshold_code " Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 5/8] thermal: exynos: simplify temp_to_code() and code_to_temp() Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 6/8] thermal: exynos: cache non_hw_trigger_levels in pdata Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 7/8] thermal: exynos: remove redundant pdata checks from exynos_tmu_control() Bartlomiej Zolnierkiewicz
2014-07-31 17:11 ` [PATCH v3 8/8] thermal: exynos: remove identical values from exynos*_tmu_registers structures Bartlomiej Zolnierkiewicz
2014-08-28 14:49 ` [PATCH v3 0/8] thermal: exynos: various cleanups Eduardo Valentin
2014-09-01 10:53   ` amit daniel kachhap
2014-09-01 10:53     ` amit daniel kachhap
2014-09-01 11:05     ` edubezval
2014-09-01 11:05       ` edubezval
2014-08-29 19:25       ` Eduardo Valentin
2014-08-29 19:25         ` Eduardo Valentin

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.