[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bcd3c878-7e1d-2aea-8dbe-50907459f547@lechnology.com>
Date: Mon, 4 Feb 2019 19:05:35 -0600
From: David Lechner <david@...hnology.com>
To: Bartosz Golaszewski <brgl@...ev.pl>, Sekhar Nori <nsekhar@...com>,
Kevin Hilman <khilman@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>
Cc: Bartosz Golaszewski <bgolaszewski@...libre.com>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 34/35] ARM: davinci: stop using defines from mach/irqs.h
On 1/31/19 7:39 AM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@...libre.com>
>
> As the second step in preparation for mach/irqs.h removal - replace
> all constants defined there with the DAVINCI_INTC_IRQ() macro which
> takes the NR_IRQS offset into account.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.com>
> ---
Reviewed-by: David Lechner <david@...hnology.com>
> diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c
> index e8dbbb7479ab..b8e5c5998872 100644
> --- a/arch/arm/mach-davinci/devices.c
> +++ b/arch/arm/mach-davinci/devices.c
...
> @@ -110,7 +110,7 @@ void __init davinci_init_ide(void)
> davinci_cfg_reg(DM644X_ATAEN);
> davinci_cfg_reg(DM644X_HDIREN);
> } else if (cpu_is_davinci_dm646x()) {
> - /* IRQ_DM646X_IDE is the same as IRQ_IDE */
> + /* DAVINCI_INTC_IRQ(22) is the same as DAVINCI_INTC_IRQ(22) */
This comment can be dropped.
> davinci_cfg_reg(DM646X_ATAEN);
> } else {
> WARN_ON(1);
Powered by blists - more mailing lists