Re: Announcing Linarotv-xmbc image

2012-03-12 Thread Avik Sil
On 12 March 2012 11:28, Belisko Marek marek.beli...@gmail.com wrote: Hi, On Thu, Jan 26, 2012 at 12:30 AM, Tom Gall tom.g...@linaro.org wrote: For the 12.01 cycle the Linaro Platforms team is pleased to announce the availability of the new linarotv-xbmc based image. This combines the

Re: Announcing Linarotv-xmbc image

2012-03-12 Thread Hui Zhang
hi, Where does XBMC output its video stream? to X11/fb? or other? thanks! On Thu, Jan 26, 2012 at 7:30 AM, Tom Gall tom.g...@linaro.org wrote: For the 12.01 cycle the Linaro Platforms team is pleased to announce the availability of the new linarotv-xbmc based image. This combines the

Re: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-03-12 Thread Tushar Behera
On 03/10/2012 07:52 PM, Chenglie He wrote: I am doing the suspend and resume of s3cfb on exynos. the clk_on and clk_off just failed. I think this is a related issue. Without this patch, the probe for s3cfb driver itself fails - hence what you are seeing must be different. On 29 February 2012

Re: [PATCH v12] Regulator: Add Anatop regulator driver

2012-03-12 Thread Mark Brown
On Sat, Mar 10, 2012 at 11:13:08AM +0800, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org Anatop is an integrated regulator inside i.MX6 SoC. There are 3 digital regulators which controls PU, CORE (ARM), and SOC. And 3 analog regulators which controls 1P1,

RE: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread R, Durgadoss
Hi Amit, Thanks for keeping this up. And Sorry for late reply. -Original Message- From: amit kachhap [mailto:amitdani...@gmail.com] On Behalf Of Amit Daniel Kachhap Sent: Saturday, March 03, 2012 4:36 PM To: linux...@lists.linux-foundation.org; linux-samsung-...@vger.kernel.org Cc:

Re: [PATCH v6 2/3] clk: introduce the common clock framework

2012-03-12 Thread Sascha Hauer
On Sun, Mar 11, 2012 at 02:24:46PM -0700, Turquette, Mike wrote: On Sun, Mar 11, 2012 at 4:34 AM, Sascha Hauer s.ha...@pengutronix.de wrote: Hi Mike, I was about to give my tested-by when I decided to test the set_rate function. Unfortunately this is broken for several reasons. I'll try

[PATCH v2 3/4] arm/dts: OMAP4: Add mmc controller nodes and board data

2012-03-12 Thread Rajendra Nayak
Add omap mmc related device tree data for OMAP4. Currenly limited to only omap4-panda and omap4-sdp boards. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/boot/dts/omap4-panda.dts | 22 ++ arch/arm/boot/dts/omap4-sdp.dts | 24

boot failure with __iounmap changes in v3.3

2012-03-12 Thread jonsm...@gmail.com
I'm working on getting out of tree support for the NXP LPC31xx ARM926EJS based CPUs ready for submission. Everything was working fine on v3.2 but I lost the ability to boot with v3.3. The boot failure is very early in the boot process. I did a bisect and came up with:

Re: [PATCH v6 3/3] clk: basic clock hardware types

2012-03-12 Thread Turquette, Mike
On Mon, Mar 12, 2012 at 1:18 PM, Rob Herring robherri...@gmail.com wrote: On 03/10/2012 01:54 AM, Mike Turquette wrote: Many platforms support simple gateable clocks, fixed-rate clocks, adjustable divider clocks and multi-parent multiplexer clocks. This patch introduces basic clock types for

Re: boot failure with __iounmap changes in v3.3

2012-03-12 Thread jonsm...@gmail.com
On Mon, Mar 12, 2012 at 4:18 PM, Nicolas Pitre nicolas.pi...@linaro.org wrote: On Mon, 12 Mar 2012, jonsm...@gmail.com wrote: I'm working on getting out of tree support for the NXP LPC31xx ARM926EJS based CPUs ready for submission. Everything was working fine on v3.2 but I lost the ability to

Re: [git pull] Consolidate cpuidle functionality

2012-03-12 Thread Rob Lee
Len and Andrew, Please consider this an official merge request of this cpuidle patchset for v3.4. There were two small conflicts Stephen Rothwell found when merging to linux-next. The first conflict is with patch 1/9 in the drivers/cpuidle/cpuidle.c file which is trivially to resolve. I'm told

Re: boot failure with __iounmap changes in v3.3

2012-03-12 Thread Nicolas Pitre
On Mon, 12 Mar 2012, jonsm...@gmail.com wrote: On Mon, Mar 12, 2012 at 4:18 PM, Nicolas Pitre nicolas.pi...@linaro.org wrote: On Mon, 12 Mar 2012, jonsm...@gmail.com wrote: I'm working on getting out of tree support for the NXP LPC31xx ARM926EJS based CPUs ready for submission.

Re: [PATCH v6 3/3] clk: basic clock hardware types

2012-03-12 Thread Rob Herring
On 03/12/2012 03:58 PM, Turquette, Mike wrote: On Mon, Mar 12, 2012 at 1:18 PM, Rob Herring robherri...@gmail.com wrote: On 03/10/2012 01:54 AM, Mike Turquette wrote: Many platforms support simple gateable clocks, fixed-rate clocks, adjustable divider clocks and multi-parent multiplexer

Re: boot failure with __iounmap changes in v3.3

2012-03-12 Thread jonsm...@gmail.com
On Mon, Mar 12, 2012 at 5:35 PM, Nicolas Pitre nicolas.pi...@linaro.org wrote: On Mon, 12 Mar 2012, jonsm...@gmail.com wrote: On Mon, Mar 12, 2012 at 4:18 PM, Nicolas Pitre nicolas.pi...@linaro.org wrote: On Mon, 12 Mar 2012, jonsm...@gmail.com wrote: I'm working on getting out of tree

Re: [PATCH v6 2/3] clk: introduce the common clock framework

2012-03-12 Thread Turquette, Mike
On Mon, Mar 12, 2012 at 4:51 AM, Sascha Hauer s.ha...@pengutronix.de wrote: On Sun, Mar 11, 2012 at 02:24:46PM -0700, Turquette, Mike wrote: On Sun, Mar 11, 2012 at 4:34 AM, Sascha Hauer s.ha...@pengutronix.de wrote: Hi Mike, I was about to give my tested-by when I decided to test the

Re: [PATCH v6 3/3] clk: basic clock hardware types

2012-03-12 Thread Matt Sealey
Hi Mike, Can I suggest/we discuss that we support fractional (i.e. represented by fixed point value with integer and fractional part) dividers in the common divider clock case, simplistically just adding a divider fractional width and shifting all the calculations by it (and fixing the maxdiv

Re: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread Tushar Behera
On 03/03/2012 04:36 PM, Amit Daniel Kachhap wrote: This codes uses the generic linux thermal layer and creates a bridge between temperature sensors, linux thermal framework and cooling devices for samsung exynos platform. This layer recieves or monitor the temperature from the sensor and

Re: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread Amit Kachhap
Hi Durgadoss, Thanks for the detailed review. On 12 March 2012 16:21, R, Durgadoss durgados...@intel.com wrote: Hi Amit, Thanks for keeping this up. And Sorry for late reply. -Original Message- From: amit kachhap [mailto:amitdani...@gmail.com] On Behalf Of Amit Daniel Kachhap

Re: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread Amit Kachhap
On 13 March 2012 09:24, Tushar Behera tushar.beh...@linaro.org wrote: On 03/03/2012 04:36 PM, Amit Daniel Kachhap wrote: This codes uses the generic linux thermal layer and creates a bridge between temperature sensors, linux thermal framework and cooling devices for samsung exynos platform.

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-12 Thread Amit Kachhap
On 11 March 2012 09:41, Sundar sunder.s...@gmail.com wrote: Hi Amit, I am new here; so please bear with my questions/doubts :) On Wed, Feb 22, 2012 at 3:44 PM, Amit Daniel Kachhap amit.kach...@linaro.org wrote: This patch adds support for generic cpu thermal cooling low level