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 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, 2012 at

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 > >> wrote: > >>> > >>> On Tue, Jun 26

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 >> wrote: >>> >>> On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak wrote: On Tuesday 26 June 2012 10:53

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 > wrote: > > > > On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak wrote: > > > On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: > > >> > > >> On Tue, Jun

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 wrote: > > On Tue, Jun 26, 2012 at 10:56 AM, Rajendra Nayak wrote: > > On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: > >> > >> On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayak  wrote: > >>> > >>> On Tuesday 26 June 2012 10:3

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 wrote: > On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: >> >> On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayak  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 Rajendra Nayak
On Tuesday 26 June 2012 10:53 AM, Shilimkar, Santosh wrote: On Tue, Jun 26, 2012 at 10:49 AM, Rajendra Nayak 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[] = { >+ { .compati

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 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" }, >  >  +            

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" }, > > + {}, > > +}; > > +MODULE_

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 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, irq_state); > >  } >

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_ma

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

2012-06-19 Thread Shilimkar, Santosh
> > Can be done. Just need to have empty of_get_device_details() > for the !CONFIG_OF build to avoid build break. > > Will fix that. > Updated patch below with the fix. Regards Santosh >From 85d38108fbf1f9f9be76a6086ca3b3ba8f53995a Mon Sep 17 00:00:00 2001 From: Aneesh V Date: M

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 wrote: > > On Thu, Jun 14, 2012 at 03:59:24PM +0530, Santosh Shilimkar wrote: > > From: Aneesh V > > > > Device tree support for the EMIF driver. > > > > Reviewed-by: Benoit Cousson > > Reviewed-by: Grant Likely > > Tested-by: Lokesh Vutla >

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 > > Device tree support for the EMIF driver. > > Reviewed-by: Benoit Cousson > Reviewed-by: Grant Likely > Tested-by: Lokesh Vutla > Signed-off-by: Aneesh V > [santosh.shilim...@ti.com: Rebased against 3.5-rc

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

2012-06-14 Thread Santosh Shilimkar
From: Aneesh V Device tree support for the EMIF driver. Reviewed-by: Benoit Cousson Reviewed-by: Grant Likely Tested-by: Lokesh Vutla Signed-off-by: Aneesh V [santosh.shilim...@ti.com: Rebased against 3.5-rc] Signed-off-by: Santosh Shilimkar Cc: Greg Kroah-Hartman --- drivers/memory/emif.