Re: [U-Boot] [PATCH 7/8] TMU: Add u-boot command to read current temp

2012-12-12 Thread Simon Glass
Hi, On Tue, Dec 11, 2012 at 4:30 AM, Wolfgang Denk w...@denx.de wrote: Dear Hatim Ali, In message 1355223289-15685-8-git-send-email-hatim...@samsung.com you wrote: From: Alim Akhtar alim.akh...@samsung.com Adds a new u-boot command to read current temprature from tmu driver.

Re: [U-Boot] [PATCH 7/8] TMU: Add u-boot command to read current temp

2012-12-12 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ18daUnwQtAxtPOU43EGLA7=tn0efutbbzkntdy8da...@mail.gmail.com you wrote: Do we really need a new command here? We already have dtt, which basicly does the same. It makes no sense to add new commands for each new device, all doing basicly trhe same,

[U-Boot] [PATCH 7/8] TMU: Add u-boot command to read current temp

2012-12-11 Thread Hatim Ali
From: Alim Akhtar alim.akh...@samsung.com Adds a new u-boot command to read current temprature from tmu driver. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Acked-by: Simon Glass s...@chromium.org diff --git a/README b/README index 0e4083c..d3e7ea3 100644 --- a/README +++ b/README @@

Re: [U-Boot] [PATCH 7/8] TMU: Add u-boot command to read current temp

2012-12-11 Thread Wolfgang Denk
Dear Hatim Ali, In message 1355223289-15685-8-git-send-email-hatim...@samsung.com you wrote: From: Alim Akhtar alim.akh...@samsung.com Adds a new u-boot command to read current temprature from tmu driver. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Acked-by: Simon Glass