From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688AbaGaRLa (ORCPT ); Thu, 31 Jul 2014 13:11:30 -0400 Received: from mailout1.samsung.com ([203.254.224.24]:33127 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbaGaRL2 (ORCPT ); Thu, 31 Jul 2014 13:11:28 -0400 X-AuditID: cbfee61a-f79e46d00000134f-2c-53da78bdbdcd From: Bartlomiej Zolnierkiewicz To: Eduardo Valentin Cc: Zhang Rui , Amit Daniel Kachhap , Tomasz Figa , "Rafael J. Wysocki" , Kyungmin Park , linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, b.zolnierkie@samsung.com Subject: [PATCH v3 0/8] thermal: exynos: various cleanups Date: Thu, 31 Jul 2014 19:10:58 +0200 Message-id: <1406826667-2289-1-git-send-email-b.zolnierkie@samsung.com> X-Mailer: git-send-email 1.7.10.4 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupkluLIzCtJLcpLzFFi42I5/e+xgO7eilvBBt/u2Fg0XA2x2DhjPavF mv0/mSzONr1ht7i8aw6bxefeI4wWM87vY7I4c/oSq8WTh31sFutnvGZx4PJYvOclk8eWq+0s Hn1bVjF6HL+xncnj8ya5ANYoLpuU1JzMstQifbsEroxVc88yFxwRrFi8qI+5gXETXxcjB4eE gInEoi96XYycQKaYxIV769m6GLk4hAQWMUrse/qUGSQhJNDFJDFjoiWIzSZgJTGxfRUjiC0i oCdx48UTJpAGZoHjTBI/f59nA0kIC1hKvDnyG8xmEVCVWHaqDWwQr4C7xMdXh1kgtilKdD+b wDaBkXsBI8MqRtHUguSC4qT0XEO94sTc4tK8dL3k/NxNjOAAeia1g3Flg8UhRgEORiUe3hnh t4KFWBPLiitzDzFKcDArifC6lAOFeFMSK6tSi/Lji0pzUosPMUpzsCiJ8x5otQ4UEkhPLEnN Tk0tSC2CyTJxcEo1MHa1SpxY4/an5+aqb7m88eYF2erq2n/vd5gYZXVVvr5s2/cwf3qdFHO7 dn8Hh2drgNVOoQd7zkWG1TfxKlXueaC7dc7JV7dsgvm+zl/8trD0b5hS57lov7+3eVMtd3cE fj7pKRBzmU9RzvtB6WsHPR4PT76jzo8mfJs+W+GPzmEvzZgbChMclFiKMxINtZiLihMBprSZ CxwCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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