[PATCH v9 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-02-06 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4:

[PATCH v9 0/4] Add SMDK5250 board support

2012-02-06 Thread Chander Kashyap
This patchset add support for Samsung's SMDK5250 board based on EXYNOS5250 based SoC. It also adds support for MMC SPL booting. The porting is done by Samsung engineers at HQ in System LSI Team. I am contributing in upstreaming the code for the board. Based upon discussions following patches are

[PATCH v9 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-06 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: - None Changes for v5: - None Changes for v6: - None Changes for v7: - None Changes for v8: - Moved

[PATCH v9 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-02-06 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support. Changes for v3:

[PATCH v9 3/4] EXYNOS: Add SMDK5250 board support

2012-02-06 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. Changes for v

Re: [PATCH] ux500 : decouple/recouple gic from the PRCMU

2012-02-06 Thread Rickard Andersson
Hi! Our comments: - function names don't match commit comment disable/enable vs recouple/decouple. Decouple is a better name than disable, because GIC is not really disabled it is just disconnected. - there is no reason to place these functions inside the db8500-prcmu.c file. There is so much

[PATCH 02/07] HWMON: DA9052/53 hwmon driver v1

2012-02-06 Thread Ashish Jangam
The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits resolution and 10 channels. This patch montiors the DA9052 PMIC's ADC channels mostly for battery parameters like battery temperature, junction temperature, battery current etc. This patch is functionally tested on Samsung SMD

[PATCH 04/07] Backlight: Backlight module for DA9052/53 PMIC v1

2012-02-06 Thread Ashish Jangam
DA9052/53 PMIC has capability to supply power for upto 3 banks of 6 white serial LEDS. It can also control intensity of independent banks and to drive these banks boost converter will provide up to 24V and forward current of max. 50mA. This patch allows to control intensity of the individual WLEDs

[PATCH 05/07] Watchdog: DA9052/53 watchdog support v1

2012-02-06 Thread Ashish Jangam
This driver adds support for the watchdog functionality provided by the Dialog Semiconductor DA9052/53 PMIC chip. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Documentation/watchdog/watchdog-parameters.txt |5 + dr

[Patch 07/07] Touch: DA9052/53 touch screen driver v1

2012-02-06 Thread Ashish Jangam
This driver adds support for DA9052/53 4-wire resistive ADC interfaced touchscreen controller. DA9052/53 is a MFD therefore this driver depends on DA9052/53 core driver for core functionalities. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-b

How to participate in the connect remotely

2012-02-06 Thread Zygmunt Krynicki
Hi. I'm curious how/if remote participation is going to work during this connect. Unlike past events we will not have the advantage of the Canonical IS teams that made everything just work. This probably includes the microphones in each room, the IRC channels, the projectors and the magic wif

Re: [PATCH] ux500 : decouple/recouple gic from the PRCMU

2012-02-06 Thread Daniel Lezcano
On 02/06/2012 10:19 AM, Rickard Andersson wrote: Hi! Our comments: Thanks Rickard and Jonas for your comments. - function names don't match commit comment disable/enable vs recouple/decouple. Decouple is a better name than disable, because GIC is not really disabled it is just disconnected.

Re: How to participate in the connect remotely

2012-02-06 Thread Zygmunt Krynicki
Please disregard this question. I've found an earlier message from Stephen. Thanks ZK On Mon, Feb 6, 2012 at 2:54 PM, Zygmunt Krynicki wrote: > Hi. > > I'm curious how/if remote participation is going to work during this > connect. Unlike past events we will not have the advantage of the Canonic

Re: How to participate in the connect remotely

2012-02-06 Thread Paul Larson
Connect.linaro.org/events/remote-participation has links to each of the rooms with their google hangout sessions. You may want to try the blue room one in advance. It may need a bit of fine tuning today, and it will be interesting to see what kind of load we get and the effect of it, but it was w

Developer Platform, Plans and Goals for Connect

2012-02-06 Thread Ricardo Salveti
Hey, Additionally to the sessions we'll have over the week, here are another 2 important links for our group: - Plans and Goals for Linaro Connect Q1.12: https://wiki.linaro.org/Platform/DevPlatform/Connect/Q1.12/Plans - Hacking Sessions: https://wiki.linaro.org/Platform/DevPlatform/Connect/Q1.12/

Multimedia Work Group at Linaro Connect

2012-02-06 Thread Tom Gall
http://connect.linaro.org/events/event/lcq1-12/#schedule The Linaro Multimedia Team for 1Q Linaro Connect has 3 main goals. 1) We'll be identifying further candidates for NEON focused optimization.2) We'll be syncing up with the landing teams to discuss the state of audio on the various boards, th

Re: [RFC PATCH v4 1/4] cpuidle: Add time keeping and irq enabling

2012-02-06 Thread Rob Lee
On Sat, Feb 4, 2012 at 4:06 PM, Turquette, Mike wrote: > On Sat, Feb 4, 2012 at 11:02 AM, Colin Cross wrote: >> On Tue, Jan 31, 2012 at 7:00 PM, Robert Lee wrote: >>> Make necessary changes to add implement time keepign and irq enabling >> keeping >>> in the core cpuidle code.  This will allow t

Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Greg KH
On Mon, Feb 06, 2012 at 05:56:58PM +0100, Pavel Machek wrote: > Hi! > > > Add a sysfs node code to report effective cooling of all cooling devices > > attached to each trip points of a thermal zone. The cooling data reported > > will be absolute if the higher temperature trip points are arranged f

Re: [RFC PATCH v4 1/4] cpuidle: Add time keeping and irq enabling

2012-02-06 Thread Rob Lee
Hello Colin, thanks for the review. On Sat, Feb 4, 2012 at 1:02 PM, Colin Cross wrote: > On Tue, Jan 31, 2012 at 7:00 PM, Robert Lee wrote: >> Make necessary changes to add implement time keepign and irq enabling > keeping >> in the core cpuidle code.  This will allow the remove of these >> func

Re: [PATCH] ux500 : decouple/recouple gic from the PRCMU

2012-02-06 Thread Linus Walleij
On Mon, Feb 6, 2012 at 3:10 PM, Daniel Lezcano wrote: > On 02/06/2012 10:19 AM, Rickard Andersson wrote: >> - there is no reason to place these functions inside the db8500-prcmu.c >> file. There is so much stuff in the PRCMU register base so we can not >> have everything in one file. Why not have

Re: [PATCH] ux500 : decouple/recouple gic from the PRCMU

2012-02-06 Thread Daniel Lezcano
On 02/06/2012 06:37 PM, Linus Walleij wrote: On Mon, Feb 6, 2012 at 3:10 PM, Daniel Lezcano wrote: On 02/06/2012 10:19 AM, Rickard Andersson wrote: - there is no reason to place these functions inside the db8500-prcmu.c file. There is so much stuff in the PRCMU register base so we can not h

Re: LiveBuild failure creating nano image

2012-02-06 Thread Peter Maydell
On 4 February 2012 02:39, Peter Maydell wrote: > On 3 February 2012 22:19, Tom Gall wrote: >> The last time I checked into it (last november, early december) it was >> the post install scripts involving a number of different mono >> packages. It's really easy to replicate. As Peter kindly suggest

Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Amit Kachhap
On 6 February 2012 09:03, Greg KH wrote: > On Mon, Feb 06, 2012 at 05:56:58PM +0100, Pavel Machek wrote: >> Hi! >> >> > Add a sysfs node code to report effective cooling of all cooling devices >> > attached to each trip points of a thermal zone. The cooling data reported >> > will be absolute if t

Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Greg KH
On Mon, Feb 06, 2012 at 03:16:17PM -0800, Amit Kachhap wrote: > On 6 February 2012 09:03, Greg KH wrote: > > On Mon, Feb 06, 2012 at 05:56:58PM +0100, Pavel Machek wrote: > >> Hi! > >> > >> > Add a sysfs node code to report effective cooling of all cooling devices > >> > attached to each trip poin

Continued Snowball Audio Session

2012-02-06 Thread Tom Gall
If you were at the Snowball Audio session today (or wanted to be but were not able to make it) by popular demand a "part 2" session has been scheduled for Tuesday February 7th at 11:00 am in the Blue room. See you there! -- Regards, Tom "Where's the kaboom!? There was supposed to be an earth-s

Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Pavel Machek
Hi! > Add a sysfs node code to report effective cooling of all cooling devices > attached to each trip points of a thermal zone. The cooling data reported > will be absolute if the higher temperature trip points are arranged first > otherwise the cooling stats is the cumulative effect of the earli

Re: [PATCH 02/07] HWMON: DA9052/53 hwmon driver v1

2012-02-06 Thread Guenter Roeck
On Mon, 2012-02-06 at 07:39 -0500, Ashish Jangam wrote: > The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits > resolution and 10 channels. > > This patch montiors the DA9052 PMIC's ADC channels mostly for battery > parameters like battery temperature, junction temperature, batt

Re: [linux-pm] [RFC PATCH] thermal: Add support to report cooling statistics achieved by cooling devices

2012-02-06 Thread Eduardo Valentin
Hello Amit, some comments embedded. On Wed, Jan 18, 2012 at 02:51:07PM +0530, Amit Daniel Kachhap wrote: > Add a sysfs node code to report effective cooling of all cooling devices > attached to each trip points of a thermal zone. The cooling data reported > will be absolute if the higher temperat