Re: [PATCH 2/2] thermal: of: Enable thermal_zoneX when sensor is correctly added

2015-01-20 Thread Javi Merino
...@samsung.com Signed-off-by: Lukasz Majewski l.majew...@samsung.com We are facing the same issue with Juno. When registering thermal zones from device tree they were coming up disabled. I've tested it on my Juno board and it fixes it. Tested-by: Javi Merino javi.mer...@arm.com --- drivers

Re: [PATCH v2] cpufreq: tests: Providing cpufreq regression test

2014-07-24 Thread Javi Merino
On Wed, Jul 23, 2014 at 11:10:42AM +0100, Lukasz Majewski wrote: Hi Viresh, On 23 July 2014 13:08, Lukasz Majewski l.majew...@samsung.com wrote: Do you want to say that we have enough tests and we don't need more ? No. We don't have any tests at all :) Then we should encourage

Re: [PATCH] thermal: Add missing cpumask_clear

2014-07-08 Thread Javi Merino
/thermal/samsung/exynos_thermal_common.c |1 + 3 files changed, 3 insertions(+) Reviewed-by: Javi Merino javi.mer...@arm.com You should send this patch to linux-pm, I think it should go via the thermal tree. Cheers, Javi -- To unsubscribe from this list: send the line unsubscribe linux-samsung

Re: [PATCH] ARM: dts: Remove vmmc-supply for mmc@12220000 on arndale-octa board

2014-04-28 Thread Javi Merino
Hi Sachin, On Mon, Apr 28, 2014 at 05:30:19AM +0100, Sachin Kamat wrote: On 26 April 2014 16:49, Kukjin Kim kgene@samsung.com wrote: Javi Merino wrote: On Fri, Apr 25, 2014 at 09:35:35PM +0100, Tomasz Figa wrote: On 25.04.2014 22:30, Javi Merino wrote: On Fri, Apr 25, 2014 at 09

Re: [PATCH] ARM: dts: Remove vmmc-supply for mmc@12220000 on arndale-octa board

2014-04-26 Thread Javi Merino
On Fri, Apr 25, 2014 at 09:35:35PM +0100, Tomasz Figa wrote: On 25.04.2014 22:30, Javi Merino wrote: On Fri, Apr 25, 2014 at 09:16:30PM +0100, Tomasz Figa wrote: On 25.04.2014 22:11, Javi Merino wrote: d726ca2d3316 (ARM: dts: Add vmmc-supply to MMC on arndale-octa board) added the vmmc

[PATCH] ARM: dts: Remove vmmc-supply for mmc@12220000 on arndale-octa board

2014-04-25 Thread Javi Merino
And eventually hangs. Without the vmmc-supply property in the mmc@1222 node, the kernel boots again. Signed-off-by: Javi Merino javi.mer...@arm.com --- Hi, Note that I don't know *why* removing the property works, all I know is that 3.15-rc2 fails to boot on my Arndale Octa unless I apply this patch

Re: [PATCH] ARM: dts: Remove vmmc-supply for mmc@12220000 on arndale-octa board

2014-04-25 Thread Javi Merino
On Fri, Apr 25, 2014 at 09:16:30PM +0100, Tomasz Figa wrote: Hi Javi, On 25.04.2014 22:11, Javi Merino wrote: d726ca2d3316 (ARM: dts: Add vmmc-supply to MMC on arndale-octa board) added the vmmc-supply to nodes mmc@1220 and mmc@1222 of the DT. However, this makes the kernel fail

Re: [PATCH v2] ARM: dts: disable MDMA1 node for Exynos5420

2014-04-22 Thread Javi Merino
for me so Tested-by: Javi Merino javi.mer...@arm.com -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v11 0/4] thermal: samsung: Clean up and add support for Exynos5420

2014-04-08 Thread Javi Merino
On Thu, Mar 20, 2014 at 02:45:54AM +, Naveen Krishna Ch wrote: Hello Tomasz, On 20 March 2014 00:58, Tomasz Figa t.f...@samsung.com wrote: Hi Leela, On 19.03.2014 12:19, Leela Krishna Amudala wrote: Hi All, I didn't see this series in mainline, Any comments for this ?

Re: [PATCH 1/2] ARM: dts: Disable MDMA1 node for Arndale-octa board

2014-03-06 Thread Javi Merino
(0x1406) at 0x Kernel panic - not syncing: Attempted to kill init! exitcode=0x0007 Suggested-by: Javi Merino javi.mer...@arm.com Signed-off-by: Tushar Behera tushar.beh...@linaro.org I've tested this on top of kgene/for-next (I'm assuming that your patch is based on that branch

Re: [REGRESSION] Arndale Octa panics when booting 3.14-rc1

2014-03-04 Thread Javi Merino
Hi Tushar, On Tue, Mar 04, 2014 at 12:01:26PM +, Tushar Behera wrote: On 4 March 2014 16:09, Javi Merino javi.mer...@arm.com wrote: On Tue, Mar 04, 2014 at 10:30:19AM +, Sylwester Nawrocki wrote: On 04/03/14 11:16, Javi Merino wrote: Yes, with [1] applied I don't get a kernel

[REGRESSION] Arndale Octa panics when booting 3.14-rc1

2014-03-03 Thread Javi Merino
Hi, Commit fcb0ee6a3d (clk: Implement clk_unregister) added calls to kref_get() and kref_put() to __clk_get() and __clk_put() without checking if clk is not NULL: @@ -1987,6 +2097,7 @@ int __clk_get(struct clk *clk) if (clk !try_module_get(clk-owner)) return 0; +

Re: [PATCH] ARM: PL330: Fix driver freeze

2011-12-15 Thread Javi Merino
On 11/12/11 19:27, Javi Merino wrote: Add a req_running field to the pl330_thread to track which request (if any) has been submitted to the DMA. This mechanism replaces the old one in which we tried to guess the same by looking at the PC of the DMA, which could prevent the driver from sending

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-12-11 Thread Javi Merino
On 11/12/11 10:51, Jassi Brar wrote: On Sat, Dec 10, 2011 at 1:20 AM, Javi Merino javi.mer...@arm.com wrote: What about properly tracking what we have sent to the DMA? Something like the following (warning *ugly* and untested code ahead, may eat your kitten): Yeah, this is like I said

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-12-11 Thread Javi Merino
On 11/12/11 17:10, Jassi Brar wrote: On 11 December 2011 20:39, Javi Merino javi.mer...@arm.com wrote: What about properly tracking what we have sent to the DMA? Something like the following (warning *ugly* and untested code ahead, may eat your kitten): Yeah, this is like I said 'marker

[PATCH] ARM: PL330: Fix driver freeze

2011-12-11 Thread Javi Merino
correctly. Signed-off-by: Javi Merino javi.mer...@arm.com Cc: Jassi Brar jaswinder.si...@linaro.org --- arch/arm/common/pl330.c | 116 --- 1 files changed, 49 insertions(+), 67 deletions(-) diff --git a/arch/arm/common/pl330.c b/arch/arm/common/pl330.c index

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-12-09 Thread Javi Merino
On 07/12/11 20:54, Javi Merino wrote: On 07/12/11 10:01, Javi Merino wrote: On 07/12/11 07:52, Kukjin Kim wrote: Jassi Brar wrote: On 29 November 2011 15:23, Javi Merino javi.mer...@arm.com wrote: On Samsung's Exynos4 platform, while testing audio playback with i2s interface, the above

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-12-09 Thread Javi Merino
On 09/12/11 16:50, Jassi Brar wrote: What do you think about ... diff --git a/arch/arm/common/pl330.c b/arch/arm/common/pl330.c index f407a6b..3a51cdd 100644 --- a/arch/arm/common/pl330.c +++ b/arch/arm/common/pl330.c @@ -1546,7 +1546,7 @@ int pl330_chan_ctrl(void *ch_id, enum

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-11-29 Thread Javi Merino
On 29/11/11 03:41, Boojin Kim wrote: Javi Merino wrote: On Samsung's Exynos4 platform, while testing audio playback with i2s interface, the above change causes the playback to freeze. The _thrd_active(thrd) call always returns '1' and hence _start(thrd) is not getting called

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-11-28 Thread Javi Merino
On 28/11/11 08:23, Boojin Kim wrote: Javi Merino wrote: On Samsung's Exynos4 platform, while testing audio playback with i2s interface, the above change causes the playback to freeze. The _thrd_active(thrd) call always returns '1' and hence _start(thrd) is not getting called

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-11-07 Thread Javi Merino
On 05/11/11 19:05, Thomas Abraham wrote: Hi Javi, On 6 October 2011 05:10, Javi Merino javi.mer...@arm.com wrote: If two requests have been submitted and one of them is running, if you call pl330_chan_ctrl(ch_id, PL330_OP_START), there's a window of time between the spin_lock_irqsave