All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Benoit Cousson <b-cousson@ti.com>
Subject: Re: [PATCH 4/7] ARM: OMAP2: Add MMC hwmod data for 2420
Date: Fri, 4 May 2012 12:49:10 -0700	[thread overview]
Message-ID: <20120504194910.GS5613@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1205021844280.19695@utopia.booyaka.com>

* Paul Walmsley <paul@pwsan.com> [120502 18:05]:
> On Wed, 2 May 2012, Paul Walmsley wrote:
> 
> > Hi Tony,
> > 
> > On Mon, 23 Apr 2012, Tony Lindgren wrote:
> > 
> > > Add MMC for 2420 so we can pass the DMA request lines the same
> > > way as we already do on omap2430 and later.
> > > 
> > > Cc: Benoit Cousson <b-cousson@ti.com>
> > > Cc: Paul Walmsley <paul@pwsan.com>
> > > Signed-off-by: Tony Lindgren <tony@atomide.com>
> > 
> > Made a few changes here so that it applies on the omap-devel-a-for-3.5 tag 
> > that you pulled in.  Also changed the 2420 MMC class name to "msdi" and 
> > the hwmod name to "msdi1" -- this is the IP block name that is listed in 
> > the 2420 TRM Rev. X Table 26-9 "Instance Summary".  It also is convenient 
> > for us, because the 2420 MMC driver is different than the 2430+ HSMMC 
> > driver, so we can just probe all of the hwmods of class "msdi" to register 
> > the 2420 MMC :-)
> 
> Also, forgot to mention that a struct omap_hwmod_class_sysconfig record 
> was added here too, based on the info in the 2420 TRM.
> 
> The updated patch is below.  Have queued it in a hwmod data update branch 
> here along with some other hwmod data updates.  Will send a pull request 
> after testing is finished here...

OK

Tony 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/7] ARM: OMAP2: Add MMC hwmod data for 2420
Date: Fri, 4 May 2012 12:49:10 -0700	[thread overview]
Message-ID: <20120504194910.GS5613@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1205021844280.19695@utopia.booyaka.com>

* Paul Walmsley <paul@pwsan.com> [120502 18:05]:
> On Wed, 2 May 2012, Paul Walmsley wrote:
> 
> > Hi Tony,
> > 
> > On Mon, 23 Apr 2012, Tony Lindgren wrote:
> > 
> > > Add MMC for 2420 so we can pass the DMA request lines the same
> > > way as we already do on omap2430 and later.
> > > 
> > > Cc: Benoit Cousson <b-cousson@ti.com>
> > > Cc: Paul Walmsley <paul@pwsan.com>
> > > Signed-off-by: Tony Lindgren <tony@atomide.com>
> > 
> > Made a few changes here so that it applies on the omap-devel-a-for-3.5 tag 
> > that you pulled in.  Also changed the 2420 MMC class name to "msdi" and 
> > the hwmod name to "msdi1" -- this is the IP block name that is listed in 
> > the 2420 TRM Rev. X Table 26-9 "Instance Summary".  It also is convenient 
> > for us, because the 2420 MMC driver is different than the 2430+ HSMMC 
> > driver, so we can just probe all of the hwmods of class "msdi" to register 
> > the 2420 MMC :-)
> 
> Also, forgot to mention that a struct omap_hwmod_class_sysconfig record 
> was added here too, based on the info in the 2420 TRM.
> 
> The updated patch is below.  Have queued it in a hwmod data update branch 
> here along with some other hwmod data updates.  Will send a pull request 
> after testing is finished here...

OK

Tony 

  reply	other threads:[~2012-05-04 19:49 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-24  0:08 [PATCH 0/7] Series short description Tony Lindgren
2012-04-24  0:08 ` Tony Lindgren
2012-04-24  0:08 ` [PATCH 1/7] ARM: OMAP1: Move omap_init_audio() to keep the devices in alphabetical order Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren
2012-04-24  0:08 ` [PATCH 2/7] ARM: OMAP1: Move omap_init_uwire to mach-omap1 Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren
2012-04-24  0:08 ` [PATCH 3/7] ARM: OMAP2+: Move omap_dsp_reserve_sdram_memblock() to mach-omap2 Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren
2012-04-24  0:08 ` [PATCH 4/7] ARM: OMAP2: Add MMC hwmod data for 2420 Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren
2012-05-03  0:44   ` Paul Walmsley
2012-05-03  0:44     ` Paul Walmsley
2012-05-03  1:02     ` Paul Walmsley
2012-05-03  1:02       ` Paul Walmsley
2012-05-04 19:49       ` Tony Lindgren [this message]
2012-05-04 19:49         ` Tony Lindgren
2012-05-08 23:32   ` Paul Walmsley
2012-05-08 23:32     ` Paul Walmsley
2012-04-24  0:08 ` [PATCH 5/7] ARM: OMAP2: Use hwmod to initialize mmc " Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren
2012-05-09  0:46   ` Paul Walmsley
2012-05-09  0:46     ` Paul Walmsley
2012-05-09 20:27     ` Paul Walmsley
2012-05-09 20:27       ` Paul Walmsley
2012-06-26 10:17       ` Tony Lindgren
2012-06-26 10:17         ` Tony Lindgren
2012-04-24  0:08 ` [PATCH 6/7] ARM: OMAP: Move omap_mmc_add() to mach-omap1 Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren
2012-04-24  0:08 ` [PATCH 7/7] ARM: OMAP1: Pass dma request lines in platform data to MMC driver Tony Lindgren
2012-04-24  0:08   ` Tony Lindgren

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=20120504194910.GS5613@atomide.com \
    --to=tony@atomide.com \
    --cc=b-cousson@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.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.