From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91: remove unused dbgu_readl() macro
Date: Mon, 8 Apr 2013 17:44:58 +0200 [thread overview]
Message-ID: <5162E5FA.8080807@atmel.com> (raw)
In-Reply-To: <1364981103-22980-1-git-send-email-nicolas.ferre@atmel.com>
On 04/03/2013 11:25 AM, Nicolas Ferre :
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
I stack this up on at91-3.10-cleanup right now.
> ---
> arch/arm/mach-at91/include/mach/at91_dbgu.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/arch/arm/mach-at91/include/mach/at91_dbgu.h b/arch/arm/mach-at91/include/mach/at91_dbgu.h
> index 2aa0c5e..3b59485 100644
> --- a/arch/arm/mach-at91/include/mach/at91_dbgu.h
> +++ b/arch/arm/mach-at91/include/mach/at91_dbgu.h
> @@ -16,9 +16,6 @@
> #ifndef AT91_DBGU_H
> #define AT91_DBGU_H
>
> -#define dbgu_readl(dbgu, field) \
> - __raw_readl(AT91_VA_BASE_SYS + dbgu + AT91_DBGU_ ## field)
> -
> #if !defined(CONFIG_ARCH_AT91X40)
> #define AT91_DBGU_CR (0x00) /* Control Register */
> #define AT91_DBGU_MR (0x04) /* Mode Register */
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: <linux-arm-kernel@lists.infradead.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: <linux-kernel@vger.kernel.org>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [PATCH] ARM: at91: remove unused dbgu_readl() macro
Date: Mon, 8 Apr 2013 17:44:58 +0200 [thread overview]
Message-ID: <5162E5FA.8080807@atmel.com> (raw)
In-Reply-To: <1364981103-22980-1-git-send-email-nicolas.ferre@atmel.com>
On 04/03/2013 11:25 AM, Nicolas Ferre :
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
I stack this up on at91-3.10-cleanup right now.
> ---
> arch/arm/mach-at91/include/mach/at91_dbgu.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/arch/arm/mach-at91/include/mach/at91_dbgu.h b/arch/arm/mach-at91/include/mach/at91_dbgu.h
> index 2aa0c5e..3b59485 100644
> --- a/arch/arm/mach-at91/include/mach/at91_dbgu.h
> +++ b/arch/arm/mach-at91/include/mach/at91_dbgu.h
> @@ -16,9 +16,6 @@
> #ifndef AT91_DBGU_H
> #define AT91_DBGU_H
>
> -#define dbgu_readl(dbgu, field) \
> - __raw_readl(AT91_VA_BASE_SYS + dbgu + AT91_DBGU_ ## field)
> -
> #if !defined(CONFIG_ARCH_AT91X40)
> #define AT91_DBGU_CR (0x00) /* Control Register */
> #define AT91_DBGU_MR (0x04) /* Mode Register */
>
--
Nicolas Ferre
next prev parent reply other threads:[~2013-04-08 15:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-03 9:25 [PATCH] ARM: at91: remove unused dbgu_readl() macro Nicolas Ferre
2013-04-03 9:25 ` Nicolas Ferre
2013-04-08 15:44 ` Nicolas Ferre [this message]
2013-04-08 15:44 ` Nicolas Ferre
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=5162E5FA.8080807@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.