public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette@linaro.org>
To: Ben Dooks <ben.dooks@codethink.co.uk>,
	linux-kernel@lists.codethink.co.uk
Cc: "Ben Dooks" <ben.dooks@codethink.co.uk>,
	"Andrew Victor" <linux@maxim.org.za>,
	"Nicolas Ferre" <nicolas.ferre@atmel.com>,
	"Jean-Christophe Plagniol-Villard" <plagnioj@jcrosoft.com>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	"open list:COMMON CLK FRAMEWORK" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] clk: at91: change to using endian agnositc IO
Date: Sat, 11 Apr 2015 14:38:49 -0700	[thread overview]
Message-ID: <20150411213849.19585.32110@quantum> (raw)
In-Reply-To: <1427375249-1555-1-git-send-email-ben.dooks@codethink.co.uk>

Quoting Ben Dooks (2015-03-26 06:07:29)
> Change to using endian agnostic _relaxed IO accessors instead of __raw
> 
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>

Applied.

Regards,
Mike

> --
> CC: Andrew Victor <linux@maxim.org.za>
> CC: Nicolas Ferre <nicolas.ferre@atmel.com>
> CC: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
> CC: Mike Turquette <mturquette@linaro.org> (maintainer:COMMON CLK FRAMEWORK)
> CC: Stephen Boyd <sboyd@codeaurora.org> (maintainer:COMMON CLK FRAMEWORK)
> CC: linux-kernel@vger.kernel.org (open list:COMMON CLK FRAMEWORK)
> ---
>  include/linux/clk/at91_pmc.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/clk/at91_pmc.h b/include/linux/clk/at91_pmc.h
> index c8e3b3d..7669f76 100644
> --- a/include/linux/clk/at91_pmc.h
> +++ b/include/linux/clk/at91_pmc.h
> @@ -20,10 +20,10 @@
>  extern void __iomem *at91_pmc_base;
>  
>  #define at91_pmc_read(field) \
> -       __raw_readl(at91_pmc_base + field)
> +       readl_relaxed(at91_pmc_base + field)
>  
>  #define at91_pmc_write(field, value) \
> -       __raw_writel(value, at91_pmc_base + field)
> +       writel_relaxed(value, at91_pmc_base + field)
>  #else
>  .extern at91_pmc_base
>  #endif
> -- 
> 2.1.4
> 

      reply	other threads:[~2015-04-11 21:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 13:07 [PATCH] clk: at91: change to using endian agnositc IO Ben Dooks
2015-04-11 21:38 ` Michael Turquette [this message]

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=20150411213849.19585.32110@quantum \
    --to=mturquette@linaro.org \
    --cc=ben.dooks@codethink.co.uk \
    --cc=linux-kernel@lists.codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@maxim.org.za \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    --cc=sboyd@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox