
13 Jun
2013
13 Jun
'13
10:55 a.m.
On 06/04/13 07:21, Naveen Krishna Chatradhi wrote:
From: Naveen Krishna Chatradhi ch.naveen@samsung.com
This patch does the folowing
- change the data types for unsigned int variable to unsigned
- change the tmu_base type to struct exynos5_tmu_reg *
- Add timer functionality for get_cur_temp()
- error handling in the get_tmu_fdt_values()
- Add check for curr_temp reading
- some cosmotic changes.
Signed-off-by: Naveen Krishna Chatradhi ch.naveen@samsung.com Reviewed-by: Vadim Bendebury vbendeb@google.com
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.