All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: "G, Manjunath Kondaiah" <manjugk@ti.com>
Cc: linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3] OMAP2/3: NAND: Convert write/read functions to raw read/write
Date: Mon, 11 Oct 2010 21:59:20 +0300	[thread overview]
Message-ID: <1286823560.1742.2.camel@brekeke> (raw)
In-Reply-To: <1286315819-5906-3-git-send-email-manjugk@ti.com>

On Wed, 2010-10-06 at 03:26 +0530, G, Manjunath Kondaiah wrote:
> Following sparse warnings exists due to use of writel/w and readl/w functions.
> 
> This patch fixes the sparse warnings by converting readl/w functions usage into
> __raw_readl/__raw_readw functions.
> 
> drivers/mtd/nand/omap2.c:484:15: warning: symbol '__v' shadows an earlier one
> drivers/mtd/nand/omap2.c:484:15: originally declared here
> 
> drivers/mtd/onenand/omap2.c:86:9: warning: symbol '__v' shadows an earlier one
> drivers/mtd/onenand/omap2.c:86:9: originally declared here
> 
> Signed-off-by: G, Manjunath Kondaiah <manjugk@ti.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-mtd@lists.infradead.org

I've pushed this patch to my l2-mtd-2.6.git.

-- 
Best Regards,
Artem Bityutskiy (Битюцкий Артём)

WARNING: multiple messages have this Message-ID (diff)
From: Artem Bityutskiy <dedekind1@gmail.com>
To: "G, Manjunath Kondaiah" <manjugk@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH v3] OMAP2/3: NAND: Convert write/read functions to raw read/write
Date: Mon, 11 Oct 2010 21:59:20 +0300	[thread overview]
Message-ID: <1286823560.1742.2.camel@brekeke> (raw)
In-Reply-To: <1286315819-5906-3-git-send-email-manjugk@ti.com>

On Wed, 2010-10-06 at 03:26 +0530, G, Manjunath Kondaiah wrote:
> Following sparse warnings exists due to use of writel/w and readl/w functions.
> 
> This patch fixes the sparse warnings by converting readl/w functions usage into
> __raw_readl/__raw_readw functions.
> 
> drivers/mtd/nand/omap2.c:484:15: warning: symbol '__v' shadows an earlier one
> drivers/mtd/nand/omap2.c:484:15: originally declared here
> 
> drivers/mtd/onenand/omap2.c:86:9: warning: symbol '__v' shadows an earlier one
> drivers/mtd/onenand/omap2.c:86:9: originally declared here
> 
> Signed-off-by: G, Manjunath Kondaiah <manjugk@ti.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-mtd@lists.infradead.org

I've pushed this patch to my l2-mtd-2.6.git.

-- 
Best Regards,
Artem Bityutskiy (Битюцкий Артём)

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: dedekind1@gmail.com (Artem Bityutskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] OMAP2/3: NAND: Convert write/read functions to raw read/write
Date: Mon, 11 Oct 2010 21:59:20 +0300	[thread overview]
Message-ID: <1286823560.1742.2.camel@brekeke> (raw)
In-Reply-To: <1286315819-5906-3-git-send-email-manjugk@ti.com>

On Wed, 2010-10-06 at 03:26 +0530, G, Manjunath Kondaiah wrote:
> Following sparse warnings exists due to use of writel/w and readl/w functions.
> 
> This patch fixes the sparse warnings by converting readl/w functions usage into
> __raw_readl/__raw_readw functions.
> 
> drivers/mtd/nand/omap2.c:484:15: warning: symbol '__v' shadows an earlier one
> drivers/mtd/nand/omap2.c:484:15: originally declared here
> 
> drivers/mtd/onenand/omap2.c:86:9: warning: symbol '__v' shadows an earlier one
> drivers/mtd/onenand/omap2.c:86:9: originally declared here
> 
> Signed-off-by: G, Manjunath Kondaiah <manjugk@ti.com>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-mtd at lists.infradead.org

I've pushed this patch to my l2-mtd-2.6.git.

-- 
Best Regards,
Artem Bityutskiy (???????? ?????)

  reply	other threads:[~2010-10-11 18:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05 21:56 [PATCH v3] OMAP: NAND: Fix static declaration warning G, Manjunath Kondaiah
2010-10-05 21:56 ` [PATCH v3] OMAP2: onenand: Fix static function warnings G, Manjunath Kondaiah
2010-10-05 21:56 ` [PATCH v3] OMAP2/3: NAND: Convert write/read functions to raw read/write G, Manjunath Kondaiah
2010-10-11 18:59   ` Artem Bityutskiy [this message]
2010-10-11 18:59     ` Artem Bityutskiy
2010-10-11 18:59     ` Artem Bityutskiy
2010-10-05 21:56 ` [PATCH v3] TWL IRQ: Fix fucntion declaration warnings G, Manjunath Kondaiah
2010-10-12  5:36   ` G, Manjunath Kondaiah
2010-10-12  5:36     ` G, Manjunath Kondaiah
2010-10-19  9:06   ` Samuel Ortiz
2010-10-19  9:06     ` Samuel Ortiz
2010-10-19  9:28     ` Uwe Kleine-König
2010-10-19  9:28       ` Uwe Kleine-König
2010-10-19 10:33       ` Samuel Ortiz
2010-10-19 10:33         ` Samuel Ortiz
2010-10-07 17:35 ` [PATCH v3] OMAP: NAND: Fix static declaration warning Vimal Singh
2010-10-07 17:35   ` Vimal Singh
2010-10-07 17:35   ` Vimal Singh
2010-10-11 18:58 ` Artem Bityutskiy
2010-10-11 18:58   ` Artem Bityutskiy
2010-10-11 18:58   ` Artem Bityutskiy

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=1286823560.1742.2.camel@brekeke \
    --to=dedekind1@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=manjugk@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.