Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor

2015-01-03 Thread Pavel Machek
On Mon 2014-12-29 11:04:48, Guenter Roeck wrote: On Mon, Dec 29, 2014 at 07:15:56PM +0100, Pavel Machek wrote: On Mon 2014-12-29 12:01:03, Nishanth Menon wrote: On Mon, Dec 29, 2014 at 11:52 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Fri, Dec 26, 2014 at 2:34 PM, Sebastian

[PATCH] thermal: add omap3 support

2015-01-03 Thread Pavel Machek
Add support for omap3430 sensor. Tested on Nokia N900. Signed-off-by: Pavel Machek pa...@ucw.cz diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig index bd4c7be..a49495f 100644 --- a/drivers/thermal/ti-soc-thermal/Kconfig +++

Re: 3.18.1-3.19-rc2: In-band Error seen by MPU

2015-01-03 Thread Aaro Koskinen
Hi, On Fri, Jan 02, 2015 at 04:02:21PM -0800, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [150102 14:37]: On Fri, Jan 02, 2015 at 12:40:19PM -0800, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [150102 12:21]: On Fri, Jan 02, 2015 at 07:31:36PM +0100, Peter

Re: 3.18.1-3.19-rc2: In-band Error seen by MPU

2015-01-03 Thread Peter Kümmel
Am 03.01.2015 um 01:02 schrieb Tony Lindgren: * Aaro Koskinen aaro.koski...@iki.fi [150102 14:37]: Hi, On Fri, Jan 02, 2015 at 12:40:19PM -0800, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [150102 12:21]: On Fri, Jan 02, 2015 at 07:31:36PM +0100, Peter Kümmel wrote: Am

Re: [PATCH] ti-soc-thermal: implement eocz bit to make driver useful on omap3

2015-01-03 Thread Eduardo Valentin
On Sat, Jan 03, 2015 at 12:46:32PM +0100, Pavel Machek wrote: For omap3, proper implementation of eocz bit is needed. It was actually a TODO in the driver. When periodic mode is not enabled, it is neccessary to force reads. Signed-off-by: Pavel Machek pa...@ucw.cz diff --git

[PATCH] ti-soc-thermal: implement eocz bit to make driver useful on omap3

2015-01-03 Thread Pavel Machek
For omap3, proper implementation of eocz bit is needed. It was actually a TODO in the driver. When periodic mode is not enabled, it is neccessary to force reads. Signed-off-by: Pavel Machek pa...@ucw.cz diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c

Re: [PATCH v5 0/4] Fixes for SDIO interrupts for dw_mmc

2015-01-03 Thread Ulf Hansson
On 2 January 2015 at 18:11, Tony Lindgren t...@atomide.com wrote: * Doug Anderson diand...@chromium.org [150102 09:09]: Ulf, On Tue, Dec 30, 2014 at 2:29 AM, Ulf Hansson ulf.hans...@linaro.org wrote: In v5, I don't find a patch 1/4. Anyway, I have taken patch 2-4. Ah, maybe because it

Re: [PATCH] thermal: add omap3 support

2015-01-03 Thread Eduardo Valentin
Hello Pavel, Thanks for sending your code. On Sat, Jan 03, 2015 at 12:11:46PM +0100, Pavel Machek wrote: Add support for omap3430 sensor. Tested on Nokia N900. To my understanding, and as already mentioned by Nishanth Menon (currently TIer), TI has intentionally avoided adding this support.

Re: [PATCH V2 2/2] ARM: l2c: AM437x: Introduce support for cache filter programming

2015-01-03 Thread Nishanth Menon
On 01/03/2015 10:16 AM, Tomasz Figa wrote: 2015-01-04 0:34 GMT+09:00 Nishanth Menon n...@ti.com: On 15:40-20150103, Tomasz Figa wrote: Hi Nishanth, 2015-01-03 2:43 GMT+09:00 Nishanth Menon n...@ti.com: AM437x generation of processors support programming the PL310 L2Cache controller's address

Re: [PATCH V2 2/2] ARM: l2c: AM437x: Introduce support for cache filter programming

2015-01-03 Thread Tomasz Figa
2015-01-04 0:34 GMT+09:00 Nishanth Menon n...@ti.com: On 15:40-20150103, Tomasz Figa wrote: Hi Nishanth, 2015-01-03 2:43 GMT+09:00 Nishanth Menon n...@ti.com: AM437x generation of processors support programming the PL310 L2Cache controller's address filter start and end registers using

Re: [PATCH V2 2/2] ARM: l2c: AM437x: Introduce support for cache filter programming

2015-01-03 Thread Nishanth Menon
On 15:40-20150103, Tomasz Figa wrote: Hi Nishanth, 2015-01-03 2:43 GMT+09:00 Nishanth Menon n...@ti.com: AM437x generation of processors support programming the PL310 L2Cache controller's address filter start and end registers using a secure montior service. typo: s/montior/monitor

[PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-03 Thread Nishanth Menon
TPS gpio now controls a 5v 500mA TL5209 regulator which may be supply a fan (such as AFB02505HHB) over J1 connector for various purposes. Provide device tree node to enable the same. Signed-off-by: Nishanth Menon n...@ti.com --- V3: Rebased to v3.19-rc1, added label for GPIO fan (for future

Re: [PATCH] ti-soc-thermal: implement eocz bit to make driver useful on omap3

2015-01-03 Thread Pavel Machek
Hi! When periodic mode is not enabled, it is neccessary to force reads. Signed-off-by: Pavel Machek pa...@ucw.cz --- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c @@ -43,6 +43,8 @@ #include ti-bandgap.h +static int

Re: [PATCH V2 0/2] ARM: l2c: OMAP4/AM437x: Additional register programming support.\

2015-01-03 Thread Nishanth Menon
On 15:42-20150103, Tomasz Figa wrote: Indeed, as I figured out in the original thread about this issue, additional patch fixing code unaffected by my series (besides changing the condition which triggers calling it) is necessary. Namely, the affected 4 registers need to be written using

Re: OMAP baseline test results for v3.19-rc1

2015-01-03 Thread Aaro Koskinen
Hi, On Sat, Jan 03, 2015 at 01:51:53PM +0100, Arnd Bergmann wrote: On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote: Another ~300KB kernel object size increase for omap2plus_defconfig kernels. 300kb seems like a lot for a single release. Have you looked into where this is coming

Re: OMAP baseline test results for v3.19-rc1

2015-01-03 Thread Arnd Bergmann
On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote: Another ~300KB kernel object size increase for omap2plus_defconfig kernels. 300kb seems like a lot for a single release. Have you looked into where this is coming from? Arnd -- To unsubscribe from this list: send the line

Re: [PATCH] cleanup ti-soc-thermal

2015-01-03 Thread Pavel Machek
On Sat 2015-01-03 11:48:04, Nishanth Menon wrote: On 12:19-20150103, Pavel Machek wrote: Simplify code by removing goto's where they point to simple return. Avoid confusing |= on error values. Please split these up into chunks of related changes. there is white space and quiet a few

Re: [PATCH] cleanup ti-soc-thermal

2015-01-03 Thread Nishanth Menon
On 01/03/2015 12:51 PM, Pavel Machek wrote: On Sat 2015-01-03 11:48:04, Nishanth Menon wrote: On 12:19-20150103, Pavel Machek wrote: Simplify code by removing goto's where they point to simple return. Avoid confusing |= on error values. Please split these up into chunks of related changes

Re: [PATCH] cleanup ti-soc-thermal

2015-01-03 Thread Pavel Machek
On Sat 2015-01-03 12:57:04, Nishanth Menon wrote: On 01/03/2015 12:51 PM, Pavel Machek wrote: On Sat 2015-01-03 11:48:04, Nishanth Menon wrote: On 12:19-20150103, Pavel Machek wrote: Simplify code by removing goto's where they point to simple return. Avoid confusing |= on error values

[PATCH] MAINTAINERS: Add linux-omap to list of reviewers for TI Thermal

2015-01-03 Thread Nishanth Menon
Add linux-omap mailing list to the TI THERMAL list for wider review. Reported-by: Pavel Machek pa...@ucw.cz Signed-off-by: Nishanth Menon n...@ti.com --- MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8..dc9efd5 100644 --- a/MAINTAINERS

Re: OMAP baseline test results for v3.19-rc1

2015-01-03 Thread Paul Walmsley
On Sat, 3 Jan 2015, Arnd Bergmann wrote: On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote: Another ~300KB kernel object size increase for omap2plus_defconfig kernels. 300kb seems like a lot for a single release. +300KB is high, but not exceptionally so. The data, since I

Re: [PATCH] thermal: add omap3 support

2015-01-03 Thread Pavel Machek
Hi! Thanks for sending your code. You are welcome. Add support for omap3430 sensor. Tested on Nokia N900. To my understanding, and as already mentioned by Nishanth Menon (currently TIer), TI has intentionally avoided adding this support. Well, Nokia had similar code in their kernel.

Re: [PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-03 Thread Sebastian Reichel
Hi Nishanth, On Sat, Jan 03, 2015 at 12:30:26PM -0600, Nishanth Menon wrote: [...] + gpio-fan,speed-map = 00 + 13000 1; [...] iirc DT maintainers prefer this format: gpio-fan,speed-map = 0 0, 13000 1; This should

Re: [PATCH V2 2/2] ARM: l2c: AM437x: Introduce support for cache filter programming

2015-01-03 Thread Tomasz Figa
2015-01-04 1:45 GMT+09:00 Nishanth Menon n...@ti.com: On 01/03/2015 10:16 AM, Tomasz Figa wrote: 2015-01-04 0:34 GMT+09:00 Nishanth Menon n...@ti.com: On 15:40-20150103, Tomasz Figa wrote: Hi Nishanth, 2015-01-03 2:43 GMT+09:00 Nishanth Menon n...@ti.com: AM437x generation of processors