All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "G, Manjunath Kondaiah" <manjugk@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Peter Ujfalusi <peter.ujfalusi@nokia.com>,
	Benoit Cousson <b-cousson@ti.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Santosh Shilimkar <santosh.shilimkar@ti.com>
Subject: Re: [PATCH v4 02/13] OMAP: DMA: Introduce errata handling feature
Date: Thu, 2 Dec 2010 11:59:57 -0800	[thread overview]
Message-ID: <20101202195957.GU17222@atomide.com> (raw)
In-Reply-To: <1289225272-9767-3-git-send-email-manjugk@ti.com>

* G, Manjunath Kondaiah <manjugk@ti.com> [101108 05:58]:
> Implement errata handling to use flags instead of cpu_is_*
> and cpu_class_* in the code.
> 
> The errata flags are initialized at init time and during runtime
> we are using the errata variable (via the IS_DMA_ERRATA macro)
> to execute the required errata workaround.

Applying the first patch and this patch won't compile on omap1:

arch/arm/plat-omap/built-in.o: In function `omap_init_dma':
omap-pm-noop.c:(.init.text+0x604): undefined reference to `omap_type'

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 02/13] OMAP: DMA: Introduce errata handling feature
Date: Thu, 2 Dec 2010 11:59:57 -0800	[thread overview]
Message-ID: <20101202195957.GU17222@atomide.com> (raw)
In-Reply-To: <1289225272-9767-3-git-send-email-manjugk@ti.com>

* G, Manjunath Kondaiah <manjugk@ti.com> [101108 05:58]:
> Implement errata handling to use flags instead of cpu_is_*
> and cpu_class_* in the code.
> 
> The errata flags are initialized at init time and during runtime
> we are using the errata variable (via the IS_DMA_ERRATA macro)
> to execute the required errata workaround.

Applying the first patch and this patch won't compile on omap1:

arch/arm/plat-omap/built-in.o: In function `omap_init_dma':
omap-pm-noop.c:(.init.text+0x604): undefined reference to `omap_type'

Tony

  reply	other threads:[~2010-12-02 20:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-08 14:07 [PATCH v4 00/13] OMAP: DMA: hwmod and DMA as platform device G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 01/13] OMAP: DMA: Replace read/write macros with functions G, Manjunath Kondaiah
2010-11-09  0:40   ` Tony Lindgren
2010-11-09  0:40     ` Tony Lindgren
2010-11-10 14:01     ` G, Manjunath Kondaiah
2010-11-10 14:01       ` G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 02/13] OMAP: DMA: Introduce errata handling feature G, Manjunath Kondaiah
2010-12-02 19:59   ` Tony Lindgren [this message]
2010-12-02 19:59     ` Tony Lindgren
2010-11-08 14:07 ` [PATCH v4 03/13] OMAP: DMA: Introduce DMA device attributes G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 04/13] OMAP2420: DMA: hwmod: add system DMA G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 05/13] OMAP2430: " G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 06/13] OMAP3: " G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 07/13] OMAP4: " G, Manjunath Kondaiah
2010-11-09  5:02   ` Varadarajan, Charulatha
2010-11-09  5:02     ` Varadarajan, Charulatha
2010-11-08 14:07 ` [PATCH v4 08/13] OMAP1: DMA: Introduce DMA driver as platform device G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 09/13] OMAP2+: DMA: hwmod: Device registration G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 12/13] OMAP2+: DMA: descriptor autoloading feature G, Manjunath Kondaiah
2010-11-08 14:07 ` [PATCH v4 13/13] OMAP: PM: DMA: Enable runtime pm G, Manjunath Kondaiah

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=20101202195957.GU17222@atomide.com \
    --to=tony@atomide.com \
    --cc=b-cousson@ti.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=manjugk@ti.com \
    --cc=peter.ujfalusi@nokia.com \
    --cc=santosh.shilimkar@ti.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.