Re: Linaro embedded Linux distro?

2012-03-07 Thread Ricardo Salveti
On Tue, Feb 21, 2012 at 7:37 AM, Wookey wrote: > +++ Kalle Vahlman [2012-02-21 11:06 +0200]: >> 2012/2/21 Amit Kucheria >> > >> > > Well minimal is all I care... not buildroot. But I would expect it to >> > > be < 20M in size. Does that make sense or am i speaking gibberish >> > > :-) ? >> >

Re: [PATCH v2 1/4] mmc: omap_hsmmc: Convert hsmmc driver to use device tree

2012-03-07 Thread Rajendra Nayak
Hi Rob/Grant, On Thursday 23 February 2012 05:31 PM, Rajendra Nayak wrote: Define dt bindings for the ti-omap-hsmmc, and adapt the driver to extract data (which was earlier passed as platform_data) from device tree. Any comments on these bindings for omap hsmmc? All the dependent patches/serie

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-07 Thread Rajendra Nayak
On Wednesday 07 March 2012 08:29 PM, Chris Ball wrote: Hi Rajendra, On Wed, Mar 07 2012, Rajendra Nayak wrote: Chris, Ping. I am basing my DT support patches on top of these cleanups. Would be great if you can have a look and pull them in. Chris, just realized the last two requests from me to

RE: [PATCH 02/03] HWMON: HWMON driver for DA9052/53 PMIC v3

2012-03-07 Thread Ashish Jangam
> Only comment I would have is that it might make sense to use > DIV_ROUND_CLOSEST(). That is a minor issue, though, so feel free to add > > Acked-by: Guenter Roeck > > Question is where this is going. I can not add it to hwmon-next without > the matching mfd changes. Any idea ? This patch will

Re: TI Landing Team kernel fails to build

2012-03-07 Thread Andy Green
On 03/07/2012 06:13 PM, Somebody in the thread at some point said: > Hi there, > > As of last night TILT fails to build for omap4_defconfig. > > >> panto@sles11esa:~/ti/kernels/kernel-tilt$ git checkout -b tilt-tracking-work >> origin/tilt-tracking >> Branch tilt-tracking-work set up to track r

Re: [PATCH v5 3/4] clk: introduce the common clock framework

2012-03-07 Thread Turquette, Mike
On Tue, Mar 6, 2012 at 11:00 AM, Sascha Hauer wrote: > On Mon, Mar 05, 2012 at 12:03:15PM -0800, Turquette, Mike wrote: >> On Sun, Mar 4, 2012 at 11:38 PM, Sascha Hauer wrote: >> > On Sun, Mar 04, 2012 at 04:12:21PM -0800, Turquette, Mike wrote: >> >> >> >> >> >> I believe this patch already does

Re: [PATCH v5 4/4] clk: basic clock hardware types

2012-03-07 Thread Sascha Hauer
On Sat, Mar 03, 2012 at 12:29:01AM -0800, Mike Turquette wrote: > +struct clk *clk_register_divider(struct device *dev, const char *name, > + const char *parent_name, unsigned long flags, > + void __iomem *reg, u8 shift, u8 width, > + u8 clk_divider_flags, spinlo

Re: [PATCH 02/03] HWMON: HWMON driver for DA9052/53 PMIC v3

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

Re: Call for topics for the 12.03 release of linux-linaro kernel

2012-03-07 Thread john stultz
On Thu, 2012-03-08 at 00:07 +0400, Andrey Konovalov wrote: > Greetings, > > I've pushed the baseline for the 12.03 linux-linaro kernel tree to > git://git.linaro.org/kernel/linux-linaro-tracking.git , linux-linaro branch. > > Currently this is v3.3-rc6 plus: > - 4 topics from the ARM LT > - few c

Call for topics for the 12.03 release of linux-linaro kernel

2012-03-07 Thread Andrey Konovalov
Greetings, I've pushed the baseline for the 12.03 linux-linaro kernel tree to git://git.linaro.org/kernel/linux-linaro-tracking.git , linux-linaro branch. Currently this is v3.3-rc6 plus: - 4 topics from the ARM LT - few commits being carried over from linux-linaro-3.1 This tree is not a histor

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

2012-03-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:45 Wed 07 Mar , Mark Brown wrote: > On Wed, Mar 07, 2012 at 02:22:25PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > > > +- compatible: Must be "fsl,anatop-regulator" > > > +- vol-bit-shift: Bit shift for the register > > > +- vol-bit-width: Number of bits used in the register >

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

2012-03-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:24 Wed 07 Mar , Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > 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, 2P5, 3P0 (USB). > This patch ad

implementing "suspend to ram" on cortex A8 based on linux 3.0.8

2012-03-07 Thread yang gqyang
dear all: I am working on arm cortex a8 now, trying to implement "suspend to ram" based on linux 3.0.8. Before i start my work, the soc already support standby(the cpu is on wfi state), so in order to implement "suspend to ram", i think i just need to implement the arch-specific related api. The "s

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

2012-03-07 Thread Mark Brown
On Wed, Mar 07, 2012 at 04:36:22PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > > This really doesn't seem at all sane for a device which is already > > vendor specific, it's just noise in the bindings. > No it's ...? > Here is a good example as we have regulator generic binding & vendor >

Re: Single zImage and KVM

2012-03-07 Thread Pawel Moll
Dnia 2012-03-06, wto o godzinie 14:50 +, Rob Herring pisze: > > What are the plans for single zImage? Where does the vexpress-a15 fit > > in with that? Could I bump it to the front of the list? > > DT support for vexp A9 is going into 3.4 I believe. Pawel has been > working on it and can prob

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-07 Thread Chris Ball
Hi Rajendra, On Wed, Mar 07 2012, Rajendra Nayak wrote: >> Chris, Ping. I am basing my DT support patches on top of these cleanups. >> Would be great if you can have a look and pull them in. > > Chris, just realized the last two requests from me to get this merged > weren't addressed to you direct

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

2012-03-07 Thread Mark Brown
On Wed, Mar 07, 2012 at 02:22:25PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > > +- compatible: Must be "fsl,anatop-regulator" > > +- vol-bit-shift: Bit shift for the register > > +- vol-bit-width: Number of bits used in the register > > +- min-bit-val: Minimum value of this register > > +-

[PATCH v9] Regulator: Add Anatop regulator driver

2012-03-07 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" 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, 2P5, 3P0 (USB). This patch adds the Anatop regulator driver. Signed-off-by: Nancy Chen Signed-of

[RFC PATCH] cpuidle: avoid unnecessary expensive governor processing

2012-03-07 Thread Robert Lee
There a few cases when a platform's cpuidle_device will only have one cpuidle state. e.g., when a single idle state system uses cpuidle to provide sysfs staticstics for profiling (powertop, etc). This can also be the case for coupled smp system implementations that keep all but one cpuidle_device

TI Landing Team kernel fails to build

2012-03-07 Thread Pantelis Antoniou
Hi there, As of last night TILT fails to build for omap4_defconfig. > panto@sles11esa:~/ti/kernels/kernel-tilt$ git checkout -b tilt-tracking-work > origin/tilt-tracking > Branch tilt-tracking-work set up to track remote branch tilt-tracking from > origin. > Switched to a new branch 'tilt-trac

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-07 Thread Rajendra Nayak
On Monday 05 March 2012 01:24 PM, Rajendra Nayak wrote: On Friday 24 February 2012 03:40 PM, Rajendra Nayak wrote: Chris, On Thursday 23 February 2012 04:56 PM, Rajendra Nayak wrote: Re-sending as these patches did not make it to the lists due to issues with my 'git send-email' This series ma