Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Shilimkar, Santosh
Greg, On Tue, Jun 26, 2012 at 1:19 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak rna...@ti.com wrote: On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayakrna...@ti.com  wrote:

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 29, 2012 at 07:16:19PM +0530, Shilimkar, Santosh wrote: Greg, On Tue, Jun 26, 2012 at 1:19 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak rna...@ti.com wrote: On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Jon Hunter
On 06/29/2012 04:07 PM, Greg Kroah-Hartman wrote: On Fri, Jun 29, 2012 at 07:16:19PM +0530, Shilimkar, Santosh wrote: Greg, On Tue, Jun 26, 2012 at 1:19 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak rna...@ti.com wrote: On Tuesday

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 29, 2012 at 04:28:36PM -0500, Jon Hunter wrote: On 06/29/2012 04:07 PM, Greg Kroah-Hartman wrote: On Fri, Jun 29, 2012 at 07:16:19PM +0530, Shilimkar, Santosh wrote: Greg, On Tue, Jun 26, 2012 at 1:19 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Tue, Jun

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-29 Thread Shilimkar, Santosh
On Sat, Jun 30, 2012 at 8:20 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Jun 29, 2012 at 04:28:36PM -0500, Jon Hunter wrote: On 06/29/2012 04:07 PM, Greg Kroah-Hartman wrote: On Fri, Jun 29, 2012 at 07:16:19PM +0530, Shilimkar, Santosh wrote: Greg, On Tue, Jun 26,

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-26 Thread Shilimkar, Santosh
On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak rna...@ti.com wrote: On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayakrna...@ti.com  wrote: On Tuesday 26 June 2012 10:39 AM, Shilimkar, Santosh wrote: +#if defined(CONFIG_OF)      

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-25 Thread Greg Kroah-Hartman
On Tue, Jun 19, 2012 at 02:33:11PM +0530, Shilimkar, Santosh wrote: @@ -1644,11 +1923,23 @@ static void __attribute__((unused)) freq_post_notify_handling(void) spin_unlock_irqrestore(emif_lock, irq_state); } +#if defined(CONFIG_OF) +static const struct of_device_id emif_of_match[] =

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-25 Thread Shilimkar, Santosh
On Mon, Jun 25, 2012 at 11:58 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, Jun 19, 2012 at 02:33:11PM +0530, Shilimkar, Santosh wrote: @@ -1644,11 +1923,23 @@ static void __attribute__((unused)) freq_post_notify_handling(void)       spin_unlock_irqrestore(emif_lock,

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-25 Thread Rajendra Nayak
On Tuesday 26 June 2012 10:39 AM, Shilimkar, Santosh wrote: +#if defined(CONFIG_OF) +static const struct of_device_id emif_of_match[] = { + { .compatible = ti,emif-4d }, + { .compatible = ti,emif-4d5 }, + {}, +};

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-25 Thread Shilimkar, Santosh
On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayak rna...@ti.com wrote: On Tuesday 26 June 2012 10:39 AM, Shilimkar, Santosh wrote: +#if defined(CONFIG_OF)    +static const struct of_device_id emif_of_match[] = {    +             { .compatible = ti,emif-4d },    +             { .compatible

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-25 Thread Rajendra Nayak
On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayakrna...@ti.com wrote: On Tuesday 26 June 2012 10:39 AM, Shilimkar, Santosh wrote: +#if defined(CONFIG_OF) +static const struct of_device_id emif_of_match[] = { +

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-19 Thread Shilimkar, Santosh
85d38108fbf1f9f9be76a6086ca3b3ba8f53995a Mon Sep 17 00:00:00 2001 From: Aneesh V ane...@ti.com Date: Mon, 30 Jan 2012 20:06:30 +0530 Subject: [PATCH v3 4/4] memory: emif: add device tree support to emif driver Device tree support for the EMIF driver. Reviewed-by: Benoit Cousson b-cous...@ti.com

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-15 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 9:18 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Jun 14, 2012 at 03:59:24PM +0530, Santosh Shilimkar wrote: From: Aneesh V ane...@ti.com Device tree support for the EMIF driver. Reviewed-by: Benoit Cousson b-cous...@ti.com Reviewed-by:

[PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-14 Thread Santosh Shilimkar
From: Aneesh V ane...@ti.com Device tree support for the EMIF driver. Reviewed-by: Benoit Cousson b-cous...@ti.com Reviewed-by: Grant Likely grant.lik...@secretlab.ca Tested-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: Aneesh V ane...@ti.com [santosh.shilim...@ti.com: Rebased against

Re: [PATCH v3 4/4] memory: emif: add device tree support to emif driver

2012-06-14 Thread Greg Kroah-Hartman
On Thu, Jun 14, 2012 at 03:59:24PM +0530, Santosh Shilimkar wrote: From: Aneesh V ane...@ti.com Device tree support for the EMIF driver. Reviewed-by: Benoit Cousson b-cous...@ti.com Reviewed-by: Grant Likely grant.lik...@secretlab.ca Tested-by: Lokesh Vutla lokeshvu...@ti.com