All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Hunter <jon-hunter@ti.com>
To: "Mohammed, Afzal" <afzal@ti.com>
Cc: "Hilman, Kevin" <khilman@ti.com>, "Menon, Nishanth" <nm@ti.com>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
	"tony@atomide.com" <tony@atomide.com>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"Balbi, Felipe" <balbi@ti.com>,
	"dbaryshkov@gmail.com" <dbaryshkov@gmail.com>,
	"kyungmin.park@samsung.com" <kyungmin.park@samsung.com>,
	"vimal.newwork@gmail.com" <vimal.newwork@gmail.com>,
	"grinberg@compulab.co.il" <grinberg@compulab.co.il>,
	"artem.bityutskiy@linux.intel.com"
	<artem.bityutskiy@linux.intel.com>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"dwmw2@infradead.org" <dwmw2@infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"notasas@gmail.com" <notasas@gmail.com>
Subject: Re: [PATCH v4 02/39] ARM: OMAP2+: gpmc: Adapt to HWMOD
Date: Fri, 4 May 2012 11:30:21 -0500	[thread overview]
Message-ID: <4FA4041D.9010000@ti.com> (raw)
In-Reply-To: <C8443D0743D26F4388EA172BF4E2A7A93E98299B@DBDE01.ent.ti.com>

Hi Afzal,

On 05/03/2012 03:37 AM, Mohammed, Afzal wrote:
> Hi Jon,
> 
> On Wed, May 02, 2012 at 02:11:48, Hunter, Jon wrote:
>>> +
>>> +	pdata->clk_prd = gpmc_get_fclk_period();
>>
>> Does this need to be done here? May be this should be done in the probe
>> function. You could store the handle to the main clk in the pdata.
> 
> This is done so that migration of gpmc driver to the drivers folder
> would be smooth, remember that this function will still live here.

Sure, but why call this here?

>>> +		pr_err("error: clk_get on %s\n", oh->main_clk);
>>> +		return -EINVAL;
>>>  	}
>>>  
>>>  	clk_enable(gpmc_l3_clk);
>>
>> I would have thought we should be able to remove the gpmc_init function
>> completely by now. Most of the code should be moved to the probe function.
>>
>> Also now with hwmod in place, we should be able to remove the
>> clk_enable/disable functions and use the pm_runtime APIs instead.
> 
> There was no plan to add rpm in this series, but now that you have
> brought it up, I will adapt the driver to rpm.

Ok, great.

Jon

WARNING: multiple messages have this Message-ID (diff)
From: Jon Hunter <jon-hunter@ti.com>
To: "Mohammed, Afzal" <afzal@ti.com>
Cc: "tony@atomide.com" <tony@atomide.com>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
	"Hilman, Kevin" <khilman@ti.com>, "Balbi, Felipe" <balbi@ti.com>,
	"dwmw2@infradead.org" <dwmw2@infradead.org>,
	"kyungmin.park@samsung.com" <kyungmin.park@samsung.com>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"Menon, Nishanth" <nm@ti.com>,
	"grinberg@compulab.co.il" <grinberg@compulab.co.il>,
	"notasas@gmail.com" <notasas@gmail.com>,
	"artem.bityutskiy@linux.intel.com"
	<artem.bityutskiy@linux.intel.com>,
	"vimal.newwork@gmail.com" <vimal.newwork@gmail.com>,
	"dbaryshkov@gmail.com" <dbaryshkov@gmail.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: Re: [PATCH v4 02/39] ARM: OMAP2+: gpmc: Adapt to HWMOD
Date: Fri, 4 May 2012 11:30:21 -0500	[thread overview]
Message-ID: <4FA4041D.9010000@ti.com> (raw)
In-Reply-To: <C8443D0743D26F4388EA172BF4E2A7A93E98299B@DBDE01.ent.ti.com>

Hi Afzal,

On 05/03/2012 03:37 AM, Mohammed, Afzal wrote:
> Hi Jon,
> 
> On Wed, May 02, 2012 at 02:11:48, Hunter, Jon wrote:
>>> +
>>> +	pdata->clk_prd = gpmc_get_fclk_period();
>>
>> Does this need to be done here? May be this should be done in the probe
>> function. You could store the handle to the main clk in the pdata.
> 
> This is done so that migration of gpmc driver to the drivers folder
> would be smooth, remember that this function will still live here.

Sure, but why call this here?

>>> +		pr_err("error: clk_get on %s\n", oh->main_clk);
>>> +		return -EINVAL;
>>>  	}
>>>  
>>>  	clk_enable(gpmc_l3_clk);
>>
>> I would have thought we should be able to remove the gpmc_init function
>> completely by now. Most of the code should be moved to the probe function.
>>
>> Also now with hwmod in place, we should be able to remove the
>> clk_enable/disable functions and use the pm_runtime APIs instead.
> 
> There was no plan to add rpm in this series, but now that you have
> brought it up, I will adapt the driver to rpm.

Ok, great.

Jon

WARNING: multiple messages have this Message-ID (diff)
From: jon-hunter@ti.com (Jon Hunter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 02/39] ARM: OMAP2+: gpmc: Adapt to HWMOD
Date: Fri, 4 May 2012 11:30:21 -0500	[thread overview]
Message-ID: <4FA4041D.9010000@ti.com> (raw)
In-Reply-To: <C8443D0743D26F4388EA172BF4E2A7A93E98299B@DBDE01.ent.ti.com>

Hi Afzal,

On 05/03/2012 03:37 AM, Mohammed, Afzal wrote:
> Hi Jon,
> 
> On Wed, May 02, 2012 at 02:11:48, Hunter, Jon wrote:
>>> +
>>> +	pdata->clk_prd = gpmc_get_fclk_period();
>>
>> Does this need to be done here? May be this should be done in the probe
>> function. You could store the handle to the main clk in the pdata.
> 
> This is done so that migration of gpmc driver to the drivers folder
> would be smooth, remember that this function will still live here.

Sure, but why call this here?

>>> +		pr_err("error: clk_get on %s\n", oh->main_clk);
>>> +		return -EINVAL;
>>>  	}
>>>  
>>>  	clk_enable(gpmc_l3_clk);
>>
>> I would have thought we should be able to remove the gpmc_init function
>> completely by now. Most of the code should be moved to the probe function.
>>
>> Also now with hwmod in place, we should be able to remove the
>> clk_enable/disable functions and use the pm_runtime APIs instead.
> 
> There was no plan to add rpm in this series, but now that you have
> brought it up, I will adapt the driver to rpm.

Ok, great.

Jon

  reply	other threads:[~2012-05-04 16:30 UTC|newest]

Thread overview: 205+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-01 12:19 [PATCH v4 00/39] OMAP GPMC driver conversion Afzal Mohammed
2012-05-01 12:19 ` Afzal Mohammed
2012-05-01 12:19 ` Afzal Mohammed
2012-05-01 12:19 ` [PATCH v4 01/39] ARM: OMAP2+: gpmc: " Afzal Mohammed
2012-05-01 12:19   ` Afzal Mohammed
2012-05-01 12:19   ` Afzal Mohammed
2012-05-01 17:53   ` Jon Hunter
2012-05-01 17:53     ` Jon Hunter
2012-05-01 17:53     ` Jon Hunter
2012-05-03  8:23     ` Mohammed, Afzal
2012-05-03  8:23       ` Mohammed, Afzal
2012-05-03  8:23       ` Mohammed, Afzal
2012-05-04 16:20       ` Jon Hunter
2012-05-04 16:20         ` Jon Hunter
2012-05-04 16:20         ` Jon Hunter
2012-05-07 10:57         ` Mohammed, Afzal
2012-05-07 10:57           ` Mohammed, Afzal
2012-05-07 10:57           ` Mohammed, Afzal
2012-05-07 16:23           ` Jon Hunter
2012-05-07 16:23             ` Jon Hunter
2012-05-07 16:23             ` Jon Hunter
2012-05-08  6:27             ` Mohammed, Afzal
2012-05-08  6:27               ` Mohammed, Afzal
2012-05-08  6:27               ` Mohammed, Afzal
2012-05-04 16:27   ` Jon Hunter
2012-05-04 16:27     ` Jon Hunter
2012-05-04 16:27     ` Jon Hunter
2012-05-07 11:01     ` Mohammed, Afzal
2012-05-07 11:01       ` Mohammed, Afzal
2012-05-07 11:01       ` Mohammed, Afzal
2012-05-07 16:02       ` Jon Hunter
2012-05-07 16:02         ` Jon Hunter
2012-05-07 16:02         ` Jon Hunter
2012-05-08  6:18         ` Mohammed, Afzal
2012-05-08  6:18           ` Mohammed, Afzal
2012-05-08  6:18           ` Mohammed, Afzal
2012-05-08 15:08           ` Jon Hunter
2012-05-08 15:08             ` Jon Hunter
2012-05-08 15:08             ` Jon Hunter
2012-05-10  5:10             ` Mohammed, Afzal
2012-05-10  5:10               ` Mohammed, Afzal
2012-05-10  5:10               ` Mohammed, Afzal
2012-05-01 12:19 ` [PATCH v4 02/39] ARM: OMAP2+: gpmc: Adapt to HWMOD Afzal Mohammed
2012-05-01 12:19   ` Afzal Mohammed
2012-05-01 12:19   ` Afzal Mohammed
2012-05-01 20:41   ` Jon Hunter
2012-05-01 20:41     ` Jon Hunter
2012-05-01 20:41     ` Jon Hunter
2012-05-03  8:37     ` Mohammed, Afzal
2012-05-03  8:37       ` Mohammed, Afzal
2012-05-03  8:37       ` Mohammed, Afzal
2012-05-04 16:30       ` Jon Hunter [this message]
2012-05-04 16:30         ` Jon Hunter
2012-05-04 16:30         ` Jon Hunter
2012-05-07 11:02         ` Mohammed, Afzal
2012-05-07 11:02           ` Mohammed, Afzal
2012-05-07 11:02           ` Mohammed, Afzal
2012-05-07 16:12           ` Jon Hunter
2012-05-07 16:12             ` Jon Hunter
2012-05-07 16:12             ` Jon Hunter
2012-05-08  6:24             ` Mohammed, Afzal
2012-05-08  6:24               ` Mohammed, Afzal
2012-05-08  6:24               ` Mohammed, Afzal
2012-05-08 15:13               ` Jon Hunter
2012-05-08 15:13                 ` Jon Hunter
2012-05-08 15:13                 ` Jon Hunter
2012-05-10  5:17                 ` Mohammed, Afzal
2012-05-10  5:17                   ` Mohammed, Afzal
2012-05-10  5:17                   ` Mohammed, Afzal
2012-05-01 12:19 ` [PATCH v4 03/39] ARM: OMAP2+: gpmc: register details for nand driver Afzal Mohammed
2012-05-01 12:19   ` Afzal Mohammed
2012-05-01 12:19   ` Afzal Mohammed
2012-05-01 12:20 ` [PATCH v4 04/39] ARM: OMAP2+: gpmc: Acquire NAND CS value Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 21:16   ` Jon Hunter
2012-05-01 21:16     ` Jon Hunter
2012-05-01 21:16     ` Jon Hunter
2012-05-03  8:42     ` Mohammed, Afzal
2012-05-03  8:42       ` Mohammed, Afzal
2012-05-03  8:42       ` Mohammed, Afzal
2012-05-14 10:33       ` Mohammed, Afzal
2012-05-15  6:30         ` Thomas Weber
2012-05-15  6:37           ` Mohammed, Afzal
2012-05-25  9:50         ` Tony Lindgren
2012-05-01 12:20 ` [PATCH v4 05/39] ARM: OMAP2+: nand: create platform data structure Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20 ` [PATCH v4 06/39] ARM: OMAP2+: onenand: return value in init function Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 16:49   ` Sergei Shtylyov
2012-05-01 16:49     ` Sergei Shtylyov
2012-05-01 16:49     ` Sergei Shtylyov
2012-05-03  8:54     ` Mohammed, Afzal
2012-05-03  8:54       ` Mohammed, Afzal
2012-05-03  8:54       ` Mohammed, Afzal
2012-05-01 12:20 ` [PATCH v4 07/39] ARM: OMAP2+: gpmc-nand: Adapt to use gpmc driver Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20 ` [PATCH v4 08/39] ARM: OMAP2+: gpmc-onenand: " Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20 ` [PATCH v4 09/39] ARM: OMAP2+: flash: Adapt to " Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20 ` [PATCH v4 10/39] ARM: OMAP2+: gpmc-smsc911x: Adapt to use " Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20 ` [PATCH v4 11/39] ARM: OMAP2+: gpmc-smc91x: " Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:20   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 12/39] ARM: OMAP2+: gpmc-tusb6010: Adapt to " Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 13/39] ARM: OMAP3: hwmod data: add gpmc Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-06  2:09   ` Paul Walmsley
2012-05-06  2:09     ` Paul Walmsley
2012-05-06  2:09     ` Paul Walmsley
2012-05-01 12:21 ` [PATCH v4 14/39] ARM: OMAP2xxx: " Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-06  2:09   ` Paul Walmsley
2012-05-06  2:09     ` Paul Walmsley
2012-05-06  2:09     ` Paul Walmsley
2012-05-01 12:21 ` [PATCH v4 15/39] mtd: nand: omap2: obtain memory from resource Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 16/39] mtd: nand: omap2: use gpmc provided irqs Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 17/39] mtd: nand: omap2: handle nand on gpmc Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 18/39] mtd: onenand: omap: obtain memory from resource Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 19/39] ARM: OMAP2+: board omap3evm: gpmc driver adaptation Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21 ` [PATCH v4 20/39] ARM: OMAP2+: board omap3beagle: " Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:21   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 21/39] ARM: OMAP2+: board apollon: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 22/39] ARM: OMAP2+: board h4: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 23/39] ARM: OMAP2+: board 3630sdp: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 24/39] ARM: OMAP2+: board 3430sdp: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 25/39] ARM: OMAP2+: board 2430sdp: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 26/39] ARM: OMAP2+: board cm-t3517: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 27/39] ARM: OMAP2+: board cm-t35: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 28/39] ARM: OMAP2+: board ldp: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22 ` [PATCH v4 29/39] ARM: OMAP2+: board n8x0: " Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:22   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 30/39] ARM: OMAP2+: board omap3logic: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 31/39] ARM: OMAP2+: board omap3pandora: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 32/39] ARM: OMAP2+: board omap3stalker: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 33/39] ARM: OMAP2+: board omap4pcm049: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 34/39] ARM: OMAP2+: board overo: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 35/39] ARM: OMAP2+: board rm680: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 36/39] ARM: OMAP2+: board rx51: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 37/39] ARM: OMAP2+: board zoom-debugboard: " Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 38/39] OMAP3: igep0020: Add support for Micron NAND Flash storage memory Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23 ` [PATCH v4 39/39] ARM: OMAP2+: board igep0020: gpmc driver adaptation Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-01 12:23   ` Afzal Mohammed
2012-05-08 11:27 ` [PATCH v4 00/39] OMAP GPMC driver conversion Mohammed, Afzal
2012-05-08 11:27   ` Mohammed, Afzal
2012-05-08 11:27   ` Mohammed, Afzal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FA4041D.9010000@ti.com \
    --to=jon-hunter@ti.com \
    --cc=afzal@ti.com \
    --cc=artem.bityutskiy@linux.intel.com \
    --cc=balbi@ti.com \
    --cc=dbaryshkov@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=grinberg@compulab.co.il \
    --cc=khilman@ti.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nm@ti.com \
    --cc=notasas@gmail.com \
    --cc=tony@atomide.com \
    --cc=vimal.newwork@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.