From: Tony Lindgren <tony@atomide.com>
To: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [RESEND PATCH 0/4] ARM: OMAP: raw read and write endian fix
Date: Thu, 8 May 2014 07:23:58 -0700 [thread overview]
Message-ID: <20140508142357.GA26833@atomide.com> (raw)
In-Reply-To: <1397583469-14457-1-git-send-email-taras.kondratiuk@linaro.org>
* Taras Kondratiuk <taras.kondratiuk@linaro.org> [140415 10:38]:
> This series does trivial replacement of __raw_xxx functions with xxx_relaxed
> endian-neutral variants in 'mach-omap2' and 'plat-omap' directories.
> Some code here most probably won't be used in BE mode (like debug-leds for
> OMAP1 boards), but changes are made anyway to remove __raw_xxx() functions
> completely and simplify future grep'ing for new __raw_xxx() entries.
>
> This is a part of RFC series [1].
> It was missed in previous merge window [2].
>
> Based on v3.15-rc1.
Thanks applying these into omap-for-v3.16/be.
Regards,
Tony
> [1] http://www.spinics.net/lists/linux-omap/msg99927.html
> [2] https://lkml.org/lkml/2014/4/2/292
>
> Victor Kamensky (4):
> ARM: OMAP2+: raw read and write endian fix
> ARM: OMAP: dmtimer: raw read and write endian fix
> ARM: OMAP: counter-32k: raw read and write endian fix
> ARM: OMAP: debug-leds: raw read and write endian fix
>
> arch/arm/mach-omap2/board-flash.c | 4 +--
> arch/arm/mach-omap2/clkt2xxx_dpllcore.c | 2 +-
> arch/arm/mach-omap2/clkt2xxx_osc.c | 8 +++---
> arch/arm/mach-omap2/clkt2xxx_sys.c | 2 +-
> arch/arm/mach-omap2/cm2xxx_3xxx.h | 4 +--
> arch/arm/mach-omap2/cm33xx.c | 4 +--
> arch/arm/mach-omap2/cm3xxx.c | 8 +++---
> arch/arm/mach-omap2/cm44xx.c | 8 +++---
> arch/arm/mach-omap2/cminst44xx.c | 4 +--
> arch/arm/mach-omap2/control.c | 20 +++++++-------
> arch/arm/mach-omap2/dma.c | 4 +--
> arch/arm/mach-omap2/gpmc.c | 8 +++---
> arch/arm/mach-omap2/id.c | 2 +-
> arch/arm/mach-omap2/irq.c | 4 +--
> arch/arm/mach-omap2/mux.c | 8 +++---
> arch/arm/mach-omap2/omap-hotplug.c | 4 +--
> arch/arm/mach-omap2/omap-mpuss-lowpower.c | 18 ++++++-------
> arch/arm/mach-omap2/omap-smp.c | 6 ++---
> arch/arm/mach-omap2/omap-wakeupgen.c | 42 ++++++++++++++---------------
> arch/arm/mach-omap2/omap4-common.c | 18 ++++++-------
> arch/arm/mach-omap2/omap_hwmod.c | 10 +++----
> arch/arm/mach-omap2/omap_phy_internal.c | 6 ++---
> arch/arm/mach-omap2/prcm_mpu44xx.c | 4 +--
> arch/arm/mach-omap2/prm2xxx.h | 2 +-
> arch/arm/mach-omap2/prm2xxx_3xxx.h | 4 +--
> arch/arm/mach-omap2/prm33xx.c | 4 +--
> arch/arm/mach-omap2/prm3xxx.h | 2 +-
> arch/arm/mach-omap2/prm44xx.c | 4 +--
> arch/arm/mach-omap2/prminst44xx.c | 4 +--
> arch/arm/mach-omap2/sdrc.h | 8 +++---
> arch/arm/mach-omap2/sdrc2xxx.c | 4 +--
> arch/arm/mach-omap2/sr_device.c | 2 +-
> arch/arm/mach-omap2/sram.c | 16 +++++------
> arch/arm/mach-omap2/timer.c | 8 +++---
> arch/arm/mach-omap2/vc.c | 4 +--
> arch/arm/mach-omap2/wd_timer.c | 8 +++---
> arch/arm/plat-omap/counter_32k.c | 6 ++---
> arch/arm/plat-omap/debug-leds.c | 14 +++++-----
> arch/arm/plat-omap/dmtimer.c | 8 +++---
> arch/arm/plat-omap/include/plat/dmtimer.h | 16 +++++------
> 40 files changed, 156 insertions(+), 156 deletions(-)
>
> --
> 1.7.9.5
>
prev parent reply other threads:[~2014-05-08 14:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 17:37 [RESEND PATCH 0/4] ARM: OMAP: raw read and write endian fix Taras Kondratiuk
2014-04-15 17:37 ` [RESEND PATCH 1/4] ARM: OMAP2+: " Taras Kondratiuk
2014-04-15 17:37 ` [RESEND PATCH 2/4] ARM: OMAP: dmtimer: " Taras Kondratiuk
2014-04-15 17:37 ` [RESEND PATCH 3/4] ARM: OMAP: counter-32k: " Taras Kondratiuk
2014-04-15 17:37 ` [RESEND PATCH 4/4] ARM: OMAP: debug-leds: " Taras Kondratiuk
2014-05-08 14:23 ` Tony Lindgren [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=20140508142357.GA26833@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=taras.kondratiuk@linaro.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;
as well as URLs for NNTP newsgroup(s).