[PATCH v11] Regulator: Add Anatop regulator driver

2012-03-08 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

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

2012-03-08 Thread Grant Likely
On Fri, 24 Feb 2012 10:49:00 -0800, Tony Lindgren wrote: > * Rajendra Nayak [120223 19:29]: > > On Friday 24 February 2012 12:27 AM, Tony Lindgren wrote: > > >>--- a/arch/arm/boot/dts/omap3.dtsi > > >>+++ b/arch/arm/boot/dts/omap3.dtsi > > >>@@ -113,5 +113,31 @@ > > >> #s

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

2012-03-08 Thread Grant Likely
On Thu, 23 Feb 2012 17:31:27 +0530, 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. > > Signed-off-by: Rajendra Nayak > --- > .../devicetree/bindings/mmc/ti-omap-hsmmc.txt

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

2012-03-08 Thread Chris Ball
Hi, On Thu, Mar 08 2012, Rajendra Nayak wrote: > There's just one other cleanup patch here [1] to convert all pr_* prints > in the driver to dev_*. Would be great if you can pick that as well. > > Thanks, > Rajendra > > [1] http://marc.info/?l=linux-mmc&m=132999677405098&w=3 Thanks, I've pushed t

Re: [PATCH v5 0/4] common clk framework

2012-03-08 Thread Richard Zhao
Hello Mike, The main interface for clk implementer is to register clocks dynamically. I think it highly depends on clk DT bindings. From the patch Grant sent out, it looks like he doesn't like one node per clk. So how do we register clocks dynamically? You have any sample code? Thanks Richard _

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

2012-03-08 Thread Sascha Hauer
On Thu, Mar 08, 2012 at 07:27:39AM +0100, Andrew Lunn wrote: > > Assuming that some day OMAP code can be refactored to allow for lazy > > (or at least initcall-based) registration of clocks then perhaps your > > suggestion can take root. Which leads me to this question: are there > > any other pla

Re: [RFC] Scheduler recorder and playback

2012-03-08 Thread Yadwinder Singh Brar
On Thu, Mar 8, 2012 at 6:50 PM, Pantelis Antoniou wrote: > > Hi there, > > There's considerable activity in the subject of the scheduler lately and how > to > adapt it to the peculiarities of the new class of hardware coming out lately, > like the big.LITTLE class of devices from a number of manu

Re: [RFC] Scheduler recorder and playback

2012-03-08 Thread Pantelis Antoniou
Hi Yadi, On Mar 8, 2012, at 7:40 PM, Yadwinder Singh Brar wrote: > On Thu, Mar 8, 2012 at 6:50 PM, Pantelis Antoniou > wrote: >> >> Hi there, >> >> There's considerable activity in the subject of the scheduler lately and how >> to >> adapt it to the peculiarities of the new class of hardware

Re: [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor

2012-03-08 Thread Richard Earnshaw
On 08/03/12 17:21, Nicolas Pitre wrote: > On Thu, 8 Mar 2012, Richard Earnshaw wrote: > >> On 02/03/12 21:15, Nicolas Pitre wrote: >>> So, to me, the gcc documentation is perfectly clear on this topic. >>> there really _is_ a guarantee that those asm marked variables will be in >>> the expected reg

Re: [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor

2012-03-08 Thread Nicolas Pitre
On Thu, 8 Mar 2012, Richard Earnshaw wrote: > On 02/03/12 21:15, Nicolas Pitre wrote: > > So, to me, the gcc documentation is perfectly clear on this topic. > > there really _is_ a guarantee that those asm marked variables will be in > > the expected registers on entry to the inline asm, given tha

Re: [RFC] Scheduler recorder and playback

2012-03-08 Thread Frederic Weisbecker
On Thu, Mar 08, 2012 at 03:20:53PM +0200, Pantelis Antoniou wrote: > Hi there, > > There's considerable activity in the subject of the scheduler lately and how > to > adapt it to the peculiarities of the new class of hardware coming out lately, > like the big.LITTLE class of devices from a numbe

Re: [RFC] Scheduler recorder and playback

2012-03-08 Thread Pantelis Antoniou
Hi Frederic, On Mar 8, 2012, at 5:45 PM, Frederic Weisbecker wrote: > On Thu, Mar 08, 2012 at 03:20:53PM +0200, Pantelis Antoniou wrote: >> Hi there, >> [snip] > > Hi, > > May be you could have a look at the perf sched tool. > It has a replay feature. I think it perform well basic replay but

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

2012-03-08 Thread Rob Herring
On 03/07/2012 09:46 PM, Rajendra Nayak wrote: > 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

ANN: people.linaro.org going down for 30 min, tomorrow at 15:00UTC

2012-03-08 Thread Fathi Boudra
Hi All, There's a scheduled downtime for 30 min, tomorrow at 15:00UTC. We plan to increase the disk space available on people.linaro.org. Thanks. Cheers, -- Fathi ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman

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

2012-03-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:59 Thu 08 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

Re: Question, Android for Pandaboard ES TI

2012-03-08 Thread Vishal Bhoj
Hi Jaein, Which build are you using ? If it is tracking-panda build then we don't use xloader instead we use the SPL which gets built from u-boot source. Regards, Vishal On 8 March 2012 19:09, 송재인 wrote: > Hi. I'm Jaein. > > I'm working with Pandaboard ES. > > Actually, I downloaded Android IC

[RFC] Scheduler recorder and playback

2012-03-08 Thread Pantelis Antoniou
Hi there, There's considerable activity in the subject of the scheduler lately and how to adapt it to the peculiarities of the new class of hardware coming out lately, like the big.LITTLE class of devices from a number of manufacturers. The platforms that Linux runs are very diverse, and run dif

Question, Android for Pandaboard ES TI

2012-03-08 Thread 송재인
Hi. I'm Jaein. I'm working with Pandaboard ES. Actually, I downloaded Android ICS Source code for that board. But, I can't find x-loader source code that is first bootloader for Pandaboard. I want to modify x-loader, but I couldn't, because there is no code. How can I get the x-loader source?

Re: [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor

2012-03-08 Thread Dave Martin
On Thu, Mar 08, 2012 at 09:58:23AM +, Richard Earnshaw wrote: > On 02/03/12 21:15, Nicolas Pitre wrote: > > [ coming back from vacation and trying to catch up ] > > > > On Wed, 29 Feb 2012, Dave Martin wrote: > > > >> Just had a chat with some tools guys -- apparently, when passing register > >

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

2012-03-08 Thread Andrew Lunn
> Assuming that some day OMAP code can be refactored to allow for lazy > (or at least initcall-based) registration of clocks then perhaps your > suggestion can take root. Which leads me to this question: are there > any other platforms out there that require the level of expose to > struct clk pre

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

2012-03-08 Thread Rajendra Nayak
Hi Chris, 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

Re: [U-Boot] [PATCH] EXYNOS: Add structure for Exynos4 DMC

2012-03-08 Thread Minkyu Kang
Dear Chander Kashyap, On 2 March 2012 22:25, Chander Kashyap wrote: > Add exynos4_dmc structure in dmc.h for exynos4 dram controllor(DMC). > > Signed-off-by: Chander Kashyap > --- >  arch/arm/include/asm/arch-exynos/dmc.h |  109 > >  1 files changed, 109 inserti

Re: [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor

2012-03-08 Thread Richard Earnshaw
On 02/03/12 21:15, Nicolas Pitre wrote: > [ coming back from vacation and trying to catch up ] > > On Wed, 29 Feb 2012, Dave Martin wrote: > >> Just had a chat with some tools guys -- apparently, when passing register >> arguments to gcc inline asms there really isn't a guarantee that those >> vari

[PATCH v10] Regulator: Add Anatop regulator driver

2012-03-08 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