Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-15 Thread Tony Lindgren
* Kevin Hilman [120515 13:17]: > Tony Lindgren writes: > > [...] > > > That's already merged as 8259573b (ARM: OMAP2+: nand: Make > > board_onenand_init() > > visible to board code) so we need to apply it as a fix. > > > > Can you do a fix with

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-15 Thread Tony Lindgren
* Kevin Hilman [120515 11:17]: > Tony Lindgren writes: > > > * Javier Martinez Canillas [120427 02:33]: > >> On Wed, Apr 25, 2012 at 9:59 AM, Enric Balletbò i Serra > >> wrote: > >> > > >> > Tony, as this is a fix ,may be inc

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-08 Thread Tony Lindgren
* Javier Martinez Canillas [120427 02:33]: > On Wed, Apr 25, 2012 at 9:59 AM, Enric Balletbò i Serra > wrote: > > > > Tony, as this is a fix ,may be included ? > > > > Acked-by: Enric Balletbo i Serra > > Tested-by: Enric Balletbo i Serra > > > > Cheers, > >    Enric > > Hi Tony, Russel: > >

Re: [PATCH v7 1/3] Documentation: common clk API

2012-03-21 Thread Tony Lindgren
* Mark Brown [120321 12:11]: > On Wed, Mar 21, 2012 at 11:38:58AM -0700, Saravana Kannan wrote: > > > >So it would be interesting to know more about why you (or anyone else) > > >perceive that the Kconfig changes would be harmful. > > > But the enthusiasm of the clock driver developers doesn't >

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

2012-02-24 Thread Tony Lindgren
* 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 @@ > >>#size-cells =<0&g

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

2012-02-23 Thread Tony Lindgren
> --- a/arch/arm/boot/dts/omap3.dtsi > +++ b/arch/arm/boot/dts/omap3.dtsi > @@ -113,5 +113,31 @@ > #size-cells = <0>; > ti,hwmods = "i2c3"; > }; > + > + mmc1: mmc@1 { > + compatible = "ti,omap2-hsmmc"; > +

Re: [PATCH v3 0/4] OMAP serial device tree support

2011-12-16 Thread Tony Lindgren
* Greg KH [111214 10:27]: > On Wed, Dec 14, 2011 at 05:18:43PM +, Alan Cox wrote: > > On Wed, 14 Dec 2011 07:20:13 -0800 > > Kevin Hilman wrote: > > > > > Greg, Alan, > > > > > > Rajendra Nayak writes: > > > > > > > v3 is rebased on top of the latest serial runtime > > > > patches[1] and

Re: [PATCH v3 0/4] OMAP serial device tree support

2011-12-16 Thread Tony Lindgren
* Rob Herring [111216 13:30]: > Tony, > > On 12/16/2011 03:57 PM, Tony Lindgren wrote: > > Rob, > > > > * Rob Herring [111214 05:16]: > >> On 12/14/2011 05:55 AM, Rajendra Nayak wrote: > >>> v3 is rebased on top of the latest serial runtime >

Re: [PATCH v3 0/4] OMAP serial device tree support

2011-12-16 Thread Tony Lindgren
Rob, * Rob Herring [111214 05:16]: > On 12/14/2011 05:55 AM, Rajendra Nayak wrote: > > v3 is rebased on top of the latest serial runtime > > patches[1] and boot tested with/without DT on OMAP4 > > SDP and OMAP4 Panda boards. > > > > Patches can be found here.. > > git://gitorious.org/omap-pm/lin

Re: [PATCH v4] ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at init

2011-12-16 Thread Tony Lindgren
* Paul Walmsley [111216 04:18]: > > From: Rajendra Nayak > > An hwmod with a 'HWMOD_INIT_NO_IDLE' flag set, is left in > enabled state by the hwmod framework post the initial setup. > Once a real user of the device (a driver) tries to enable it > at a later point, the hwmod framework throws a W

[PATCH] arm/dts: Add minimal device tree support for omap2420 and omap2430

2011-12-15 Thread Tony Lindgren
Add minimal device tree support for omap2420 and omap2430 Signed-off-by: Tony Lindgren --- /dev/null +++ b/arch/arm/boot/dts/omap2.dtsi @@ -0,0 +1,67 @@ +/* + * Device Tree Source for OMAP2 SoC + * + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ + * + * This file is

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-15 Thread Tony Lindgren
f course won't mount and the file should be separate for n800 and and n810.. So this patch is not yet quite ready to go. Regards, Tony From: Tony Lindgren Date: Thu, 15 Dec 2011 13:04:31 -0800 Subject: [PATCH] arm/dts: Add minimal n8x0 device tree support Add minimal n8x0 device tree supp

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-15 Thread Tony Lindgren
* Cousson, Benoit [111215 01:34]: > Hi Tony, > > On 12/15/2011 7:52 AM, Rajendra Nayak wrote: > >On Thursday 15 December 2011 12:55 AM, Tony Lindgren wrote: > >>* Rajendra Nayak [111214 03:24]: > >>>Pass minimal data needed for console boot, from dt, for &

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-14 Thread Tony Lindgren
* Rajendra Nayak [111214 03:24]: > Pass minimal data needed for console boot, from dt, for > OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the > static initialization from generic board file. > > Acked-by: Rob Herring > Signed-off-by: Rajendra Nayak This we can't merge because this b

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-24 Thread Tony Lindgren
Hi, * Linus Walleij [24 01:29]: > On Tue, Nov 22, 2011 at 6:54 PM, Tony Lindgren wrote: > > > Note that with device tree things get simpler for muxing as we can > > get rid of the hardcoded grouping of pins in mux drivers. Instead of > > hardcoded pingroups, t

Re: [PATCH v3 5/5] clk: export tree topology and clk data via sysfs

2011-11-23 Thread Tony Lindgren
* Russell King - ARM Linux [23 14:07]: > On Wed, Nov 23, 2011 at 10:55:19AM -0800, Tony Lindgren wrote: > > What else are you aware of that is really needed early for clocks other > > than clockevent? > > TWD will lose its auto-calibration. Then there's variou

Re: [PATCH v3 5/5] clk: export tree topology and clk data via sysfs

2011-11-23 Thread Tony Lindgren
* Mark Brown [23 10:34]: > On Wed, Nov 23, 2011 at 10:55:19AM -0800, Tony Lindgren wrote: > > * Russell King - ARM Linux [23 09:31]: > > > > Keep the clk API as a fundamental thing which should be initialized early > > > so we don't have to in

Re: [PATCH v3 5/5] clk: export tree topology and clk data via sysfs

2011-11-23 Thread Tony Lindgren
* Russell King - ARM Linux [23 09:31]: > On Wed, Nov 23, 2011 at 08:59:04AM -0800, Tony Lindgren wrote: > > ..let's plan on getting rid of the early usage of clocks instead so > > you don't have the issue of deferring stuff. > > No - we have too many platforms

Re: [PATCH v3 5/5] clk: export tree topology and clk data via sysfs

2011-11-23 Thread Tony Lindgren
Hi Mike, * Greg KH [22 10:51]: > On Tue, Nov 22, 2011 at 09:57:41AM -0800, Mike Turquette wrote: > > > Ah, comments like this warm my heart. > > > > > > Come on, no abusing the kobject code please, if have problems with how > > > the kernel core works, and it doesn't do things you want it to,

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-22 Thread Tony Lindgren
* Linus Walleij [22 03:30]: > On Tue, Nov 22, 2011 at 12:09 PM, Thomas Abraham > wrote: > > On 17 November 2011 19:27, Linus Walleij wrote: > >> > >> Maybe I'm mistaken about the device tree ambitions, but > >> I was sort of hoping that it would not contain too much > >> custom magic numbers

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-14 Thread Tony Lindgren
* Rajendra Nayak [14 04:05]: > --- /dev/null > +++ b/drivers/pinctrl/pinmux-omap.c > @@ -0,0 +1,735 @@ > + > +/* omap4 core pads */ > +static const struct pinctrl_pin_desc omap4_core_pads[] = { > + PINCTRL_PIN(0, "c12"), > + PINCTRL_PIN(1, "d12"), > + PINCTRL_PIN(2, "c13"), ... Le

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-25 Thread Tony Lindgren
* Grant Likely [111024 12:31]: > On Mon, Oct 24, 2011 at 09:48:19AM +0200, Linus Walleij wrote: > > On Mon, Oct 24, 2011 at 9:36 AM, Grant Likely > > wrote: > > > On Mon, Oct 24, 2011 at 09:26:38AM +0200, Linus Walleij wrote: > > (...) > > >> I was more thinking along the lines of one device per

Re: [PATCH v5 REPOST 0/5] ARM: omap[34]: Thumb-2 compatibility fixes

2011-03-04 Thread Tony Lindgren
ches the PM code. Or if Kevin wants to take the series, here's my ack for the series: Acked-by: Tony Lindgren Regards, Tony ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH 1/2] OMAP3 PM: move omap3 sleep to ddr

2010-09-24 Thread Tony Lindgren
* Vishwanath BS [100924 03:50]: > There is no need to keep omap3 sleep code in SRAM. This code can be run very > well on DDR. This would help us to instrument CPUIdle latencies. Uhh, are you sure about this? To me it sounds like you're then relying on the code running from the cache for off-idle?

Re: [PATCH 1/2] OMAP3 PM: move omap3 sleep to ddr

2010-09-24 Thread Tony Lindgren
* Tony Lindgren [100924 11:53]: > * Vishwanath BS [100924 03:50]: > > There is no need to keep omap3 sleep code in SRAM. This code can be run very > > well on DDR. This would help us to instrument CPUIdle latencies. > > Uhh, are you sure about this? To me it sounds like you