lkml.org 
[lkml]   [2019]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v4 14/37] ARM: davinci: aintc: use readl/writel_relaxed()
From
Date
On 2/14/19 8:52 AM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> Raplace all calls to __raw_readl() & __raw_writel() with readl_relaxed()
> and writel_relaxed() respectively. It's safe to do as there's no
> endianness conversion being done in the code.

This patch only changes writel. There is no readl.

>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> arch/arm/mach-davinci/irq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-davinci/irq.c b/arch/arm/mach-davinci/irq.c
> index 2df91fc0dade..509be44eda22 100644
> --- a/arch/arm/mach-davinci/irq.c
> +++ b/arch/arm/mach-davinci/irq.c
> @@ -36,7 +36,7 @@ static struct irq_domain *davinci_aintc_irq_domain;
>
> static inline void davinci_aintc_writel(unsigned long value, int offset)
> {
> - __raw_writel(value, davinci_aintc_base + offset);
> + writel_relaxed(value, davinci_aintc_base + offset);
> }
>
> static inline unsigned long davinci_aintc_readl(int offset)
>

\
 
 \ /
  Last update: 2019-02-17 10:41    [W:0.234 / U:0.880 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site