From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 13 Jun 2013 17:55:27 +0900 Subject: [U-Boot] [PATCH 1/2] power: exynos-tmu: fix warnings and clean up code In-Reply-To: <1365200499-31651-1-git-send-email-naveenkrishna.ch@gmail.com> References: <1365200499-31651-1-git-send-email-naveenkrishna.ch@gmail.com> Message-ID: <51B988FF.30005@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/04/13 07:21, Naveen Krishna Chatradhi wrote: > From: Naveen Krishna Chatradhi > > This patch does the folowing > 1. change the data types for unsigned int variable to unsigned > 2. change the tmu_base type to struct exynos5_tmu_reg * > 3. Add timer functionality for get_cur_temp() > 4. error handling in the get_tmu_fdt_values() > 5. Add check for curr_temp reading > 6. some cosmotic changes. > > Signed-off-by: Naveen Krishna Chatradhi > Reviewed-by: Vadim Bendebury > --- > arch/arm/include/asm/arch-exynos/tmu.h | 58 +++++++---------- > drivers/power/exynos-tmu.c | 112 ++++++++++++++++++-------------- > 2 files changed, 90 insertions(+), 80 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.