Re: [PATCH] ARM: sort select statements alphanumerically

2012-10-09 Thread Barry Song
2012/10/7 Russell King rmk+ker...@arm.linux.org.uk: As suggested by Andrew Morton: This is a pet peeve of mine. Any time there's a long list of items (header file inclusions, kconfig entries, array initalisers, etc) and someone wants to add a new item, they *always* go and stick it at

Re: [PATCH 1/1] spi:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 9/17/2012 10:12 PM, Murali Karicheri wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use the

Re: [PATCH v3 0/6] omap-am33xx rtc dt support

2012-10-09 Thread Afzal Mohammed
Hi Andrew, On Monday 27 August 2012 01:05 PM, Mohammed, Afzal wrote: On Sat, Aug 11, 2012 at 01:27:11, Nori, Sekhar wrote: On 7/27/2012 5:53 PM, Afzal Mohammed wrote: This series makes rtc-omap driver DT capable, adds AM33xx RTC DT support along with a few enchancments to the driver.

Re: [PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 9/17/2012 10:07 PM, Murali Karicheri wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use the

Re: [PATCH 1/1] mtd:nand:clk: preparation for switch to common clock framework

2012-10-09 Thread Sekhar Nori
On 10/9/2012 6:33 PM, Sekhar Nori wrote: On 9/17/2012 10:07 PM, Murali Karicheri wrote: As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the

Re: [RFC PATCH 03/13] ARM: edma: add DT and runtime PM support for AM335x

2012-10-09 Thread Matt Porter
On Fri, Sep 21, 2012 at 08:53:06AM +, Hebbar, Gururaja wrote: On Thu, Sep 20, 2012 at 20:13:36, Porter, Matt wrote: Adds support for parsing the TI EDMA DT data into the required EDMA private API platform data. Calls runtime PM API only in the DT case in order to unidle the

[PATCH 2/2] ARM: davinci: remoteproc support for OMAP-L138 DSP

2012-10-09 Thread Robert Tivy
From: Robert Tivy rt...@ti.com Still using the old way of reserving some contiguous physical memory during kernel boot, need to switch to new CMA framework. Signed-off-by: Robert Tivy rt...@ti.com --- arch/arm/mach-davinci/board-da850-evm.c |8 +-