Re: [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern

2013-07-27 Thread edubez...@gmail.com
On Sun, Jul 21, 2013 at 8:15 PM, Joe Perches wrote: > commit c937ca034a0 ("[media] MAINTAINERS: Add maintainer entry for > si4713 FM transmitter driver") typoed the pattern, fix it. > > Signed-off-by: Joe Perches > cc: Eduardo Valentin Acked-by: Eduardo Valentin > cc: Mauro Carvalho Chehab >

Re: [PATCH v2 4/8] media/si4713-i2c: take usecs_to_jiffies_timeout into use

2013-05-14 Thread edubez...@gmail.com
Imre, On Tue, May 14, 2013 at 10:48 AM, Imre Deak wrote: > Use usecs_to_jiffies_timeout instead of open-coding the same. > > Signed-off-by: Imre Deak Acked-by: Eduardo Valentin > --- > drivers/media/radio/si4713-i2c.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --

Re: [PATCH] Staging: omap-thermal: remove trailing whitespace from omap-bandgap.c

2013-04-08 Thread edubez...@gmail.com
Fixing to right email address. On Mon, Apr 8, 2013 at 1:22 PM, Greg KH wrote: > On Sun, Apr 07, 2013 at 06:47:20PM -0700, Tyrel Datwyler wrote: >> This patch removes trailing whitespace from a blank line in omap-bandgap.c as >> detected by the checkpatch.pl tool. >> >> Signed-off-by: Tyrel Datwyl

Re: [PATCH, RFC 22/22] radio-si4713: depend on SND_SOC

2013-05-02 Thread edubez...@gmail.com
Arnd, On Thu, May 2, 2013 at 11:16 AM, Arnd Bergmann wrote: > It is not possible to select SND_SOC_SI476X if we have not also > enabled SND_SOC. > > warning: (RADIO_SI476X) selects SND_SOC_SI476X which has unmet > direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC) > > Cc: Han

Re: [PATCH 15/21] thermal: cooling: avoid uninitialied used gcc warning

2013-04-25 Thread edubez...@gmail.com
Arnd, On Thu, Apr 25, 2013 at 1:28 PM, Arnd Bergmann wrote: > The newly rewritten get_property() function causes a bogus warning > from gcc-3.8, which cannot figure out that "level" is always > initialized at the point where it gets evaluated: > > drivers/thermal/cpu_cooling.c: In function 'get_p

[GIT PULL] Thermal SoC management updates for v3.19-rc5

2015-01-13 Thread edubez...@gmail.com
Hello Rui, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git fixes to receive Thermal SoC Management updates for v3.19-rc5 with top-most ee853addd9fedb116bd34a18f11dd5959fcf0428: thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/

Re: [RFC PATCH 3/3] thermal: trace: Trace when temperature is above a trip point

2014-07-25 Thread edubez...@gmail.com
Punit, On Tue, Jun 24, 2014 at 6:41 AM, Punit Agrawal wrote: > "Javi Merino" writes: > >> Hi Punit, >> >> On Wed, Jun 11, 2014 at 12:31:44PM +0100, Punit Agrawal wrote: >>> Create a new event to trace when the temperature is above a trip >>> point. Use the trace-point when handling non-critical

Re: [PATCH] thermal: Bind cooling devices with the correct arguments

2014-07-02 Thread edubez...@gmail.com
Punit, On Tue, Jun 3, 2014 at 5:59 AM, Punit Agrawal wrote: > When binding cooling devices to thermal zones created from the device > tree the minimum and maximum cooling states are in the wrong order > leading to failure to bind. > > Fix the order of cooling states in the call to > thermal_zone_

Re: [PATCH][RESEND] acpi: fan.c: printk replacement

2014-08-28 Thread edubez...@gmail.com
Hello Sudip, On Thu, Aug 28, 2014 at 7:33 AM, Sudip Mukherjee wrote: > printk replaced with corresponding dev_err and dev_info > fixed one broken user-visible string > multiine comment edited for correct commenting style > asm/uaccess.h replaced with linux/uaccess.h > PREFIX removed > Just a min

Re: [PATCH v4 2/4] dt-bindings: document Rockchip thermal

2014-09-09 Thread edubez...@gmail.com
Hello, On Tue, Sep 9, 2014 at 9:02 PM, Zhang Rui wrote: > On Tue, 2014-09-09 at 11:09 -0400, Eduardo Valentin wrote: >> Hello >> >> On Tue, Sep 09, 2014 at 01:35:31PM +0200, Heiko Stübner wrote: >> > Am Dienstag, 9. September 2014, 10:27:17 schrieb Zhang Rui: >> > > On Thu, 2014-09-04 at 09:02 +0

Re: [PATCH] tools/thermal: fix calloc argument ordering

2014-08-18 Thread edubez...@gmail.com
Hello, On Mon, Aug 18, 2014 at 5:33 AM, Arjun Sreedharan wrote: > @number first, @size second argument > > Signed-off-by: Arjun Sreedharan Acked-by: Eduardo Valentin > --- > tools/thermal/tmon/sysfs.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tools/therma

Re: [PATCHv2] thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250

2014-08-19 Thread edubez...@gmail.com
Amit, On Tue, Aug 19, 2014 at 8:07 AM, Chanwoo Choi wrote: > This patch add support for TRIM_RELOAD feature at Exynos3250. The TMU of > Exynos3250 has two TRIMINFO_CON register. > > Signed-off-by: Chanwoo Choi > Acked-by: Kyungmin Park > Cc: Zhang Rui > Cc: Eduardo Valentin What do you think

Re: [RFC PATCH v5 05/10] thermal: let governors have private data for each thermal zone

2014-08-19 Thread edubez...@gmail.com
Javi, On Thu, Jul 10, 2014 at 10:18 AM, Javi Merino wrote: > A governor may need to store its current state between calls to > throttle(). That state depends on the thermal zone, so store it as > private data in struct thermal_zone_device. > > The governors may have two new ops: bind_to_tz() and

Re: [PATCH v4 4/4] thermal: Add Tegra SOCTHERM thermal management driver

2014-08-19 Thread edubez...@gmail.com
Juha-Matti, moro, On Tue, Aug 19, 2014 at 10:09 AM, Juha-Matti Tilli wrote: >> This adds support for the Tegra SOCTHERM thermal sensing and management >> system found in the Tegra124 system-on-chip. This initial driver supports >> temperature polling for four thermal zones. > > I have several com

Re: [PATCHv3] thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250

2014-08-20 Thread edubez...@gmail.com
Hello Chanwoo, On Tue, Aug 19, 2014 at 7:52 PM, Chanwoo Choi wrote: > This patch add support for TRIM_RELOAD feature at Exynos3250. The TMU of > Exynos3250 has two TRIMINFO_CON register. Can you please split the two changes above into two patches? Meaning, one that adds TRIMINFO_CON2 and another

Re: [PATCH v3 3/4] thermal: add more description for thermal-zones

2014-08-29 Thread edubez...@gmail.com
Hello Wei, On Thu, Aug 28, 2014 at 11:03 PM, Wei Ni wrote: > On 08/28/2014 09:21 PM, Eduardo Valentin wrote: >> Hello Wei, >> >> On Thu, Aug 28, 2014 at 09:50:01AM +0800, Wei Ni wrote: >>> On 08/27/2014 09:32 PM, Eduardo Valentin wrote: Hello Wei, On Wed, Aug 27, 2014 at 10:54:07AM

Re: Re: [PATCH v3 1/4] thermal: rockchip: add driver for thermal

2014-08-29 Thread edubez...@gmail.com
Hello Zhao, On Thu, Aug 28, 2014 at 9:54 PM, 赵仪峰 wrote: > Hi Heiko, > >The TS-ADC on RK3288 has two component, a tsadc and a tsadc controller. > The tsadc controller is similar like the thermal manager unit on other SOCs. > We followed the naming of 3066, but not named as the Thermal Manager.

Re: [PATCH v3 0/8] thermal: exynos: various cleanups

2014-09-01 Thread edubez...@gmail.com
Amit On Mon, Sep 1, 2014 at 6:53 AM, amit daniel kachhap wrote: > On Thu, Aug 28, 2014 at 8:19 PM, Eduardo Valentin wrote: >> Amit, >> >> On Thu, Jul 31, 2014 at 07:10:58PM +0200, Bartlomiej Zolnierkiewicz wrote: >>> Hi, >>> >>> This patch series contains various cleanups for EXYNOS thermal >>>

Re: [PATCH V2] Thermal: imx: add i.mx6sx thermal support

2014-08-06 Thread edubez...@gmail.com
:varkabhad...@gmail.com] > Sent: 2014-08-06 3:01 PM > To: Huang Yongcai-B20788; edubez...@gmail.com; shawn@linaro.org; > rui.zh...@intel.com > Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org > Subject: Re: [PATCH V2] Thermal: imx: add i

Re: [PATCH V2] Thermal: imx: add i.mx6sx thermal support

2014-08-06 Thread edubez...@gmail.com
Hello again, On Wed, Aug 6, 2014 at 8:56 AM, edubez...@gmail.com wrote: > Hello Anson, > > On Wed, Aug 6, 2014 at 3:05 AM, anson.hu...@freescale.com > wrote: >> Sorry for leaving such warnings, I thought we did NOT care about the long >> line issue now, will fix them i

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-06 Thread edubez...@gmail.com
Hello Anson, On Wed, Aug 6, 2014 at 3:12 AM, Anson Huang wrote: > i.MX6SX has some new features of thermal interrupt function, > there are LOW, HIGH and PANIC irq for thermal sensor, so add > platform data to separate different thermal version; > > The reset value of LOW ALARM is 0 which means th

Re: How can I get trip index when get_trend is called ?

2014-08-08 Thread edubez...@gmail.com
Hello Yang, I am copying the list, as others may have same questions. On Thu, Aug 7, 2014 at 7:07 PM, Hyungwoo Yang wrote: > > Hello, > > My trend calculation uses trip temperature. depending on how far current > temperature from trip point, trend is different. It worked fine but ,with DT > supp

Re: [PATCH V3] Thermal: imx: add i.mx6sx thermal support

2014-08-08 Thread edubez...@gmail.com
Hello Shawn, On Thu, Aug 7, 2014 at 4:50 AM, Shawn Guo wrote: > On Wed, Aug 06, 2014 at 03:12:09PM +0800, Anson Huang wrote: >> i.MX6SX has some new features of thermal interrupt function, >> there are LOW, HIGH and PANIC irq for thermal sensor, so add >> platform data to separate different therm

Re: [PATCH] drivers: fixed spelling of "celcius" to "celsius"

2014-08-09 Thread edubez...@gmail.com
Hello Ankit, On Sat, Aug 9, 2014 at 4:02 AM, Ankit wrote: > Fixed spelling issue -- changed celcius to celsius > > Kernel version: mainline > > Signed-off-by: Ankit On the thermal part, Acked-by: Eduardo Valentin but I think might be worth splitting the change per domain, so we avoid merge c

Re: [PATCH 3.13 061/259] thermal: hwmon: Make the check for critical temp valid consistent

2014-08-09 Thread edubez...@gmail.com
Hello, On Fri, Aug 8, 2014 at 4:38 PM, Kamal Mostafa wrote: > 3.13.11.6 -stable review patch. If anyone has any objections, please let me > know. > > -- > > From: Aaron Lu > > commit e8db5d6736a712a3e2280c0e31f4b301d85172d8 upstream. > > On 05/21/2014 04:22 PM, Aaron Lu wrote:

Re: [PATCH 2/3] power_supply: Introduce PSE compliant algorithm

2014-08-14 Thread edubez...@gmail.com
Hello Jenny, On Wed, Aug 13, 2014 at 8:09 AM, Jenny TC wrote: > As per Product Safety Engineering (PSE) specification for battery charging, > the > battery characteristics and thereby the charging rates can vary on different > temperature zones. This patch introduces a PSE compliant charging alg

Re: [PATCH 1/6] thermal: of: Add support for hardware-tracked trip points

2014-08-01 Thread edubez...@gmail.com
Moro, On Fri, Aug 1, 2014 at 7:42 AM, Mikko Perttunen wrote: > Moi Eduardo :) > > > On 30/07/14 17:16, Eduardo Valentin wrote: >> >> Terve Mikko, >> >> On Fri, Jun 27, 2014 at 11:11:34AM +0300, Mikko Perttunen wrote: >>> >>> This adds support for hardware-tracked trip points to the device tree >>

Re: [PATCH v2 0/9] thermal: exynos: various cleanups

2014-08-01 Thread edubez...@gmail.com
Bartlomiej, On Thu, Jul 31, 2014 at 1:37 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Tuesday, July 29, 2014 08:58:48 AM Eduardo Valentin wrote: >> On Mon, Jul 28, 2014 at 08:30:53PM +0530, amit daniel kachhap wrote: >> > Hi Eduardo, >> >> Hello Amit, >> >> > >> > Please reject this entire