lkml.org 
[lkml]   [2019]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 23/35] ARM: davinci: cp-intc: use a common prefix for all symbols
From
Date
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> In preparation for moving the driver to drivers/irqchip do some
> cleanup: use a common prefix for all symbols.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> arch/arm/mach-davinci/cp_intc.c | 143 ++++++++++----------
> arch/arm/mach-davinci/da830.c | 2 +-
> arch/arm/mach-davinci/da850.c | 2 +-
> arch/arm/mach-davinci/include/mach/common.h | 2 +-
> 4 files changed, 77 insertions(+), 72 deletions(-)

> /* Enable interrupt */
> static void cp_intc_unmask_irq(struct irq_data *d)
> {
> - cp_intc_write(d->hwirq, CP_INTC_SYS_ENABLE_IDX_SET);
> + davinci_cp_intc_write(d->hwirq, DAVINCI_CP_INTC_SYS_ENABLE_IDX_SET);
> }

For consistency, can you please add davinci_ prefix to this function too?

Thanks,
Sekhar

\
 
 \ /
  Last update: 2019-02-07 14:44    [W:0.619 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site