From: ciminaghi@gnudd.com (Davide Ciminaghi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep
Date: Mon, 3 Dec 2012 17:55:53 +0100 [thread overview]
Message-ID: <20121203165553.GA22807@mail.gnudd.com> (raw)
In-Reply-To: <20121203144754.GI20074@mudshark.cambridge.arm.com>
On Mon, Dec 03, 2012 at 02:47:54PM +0000, Will Deacon wrote:
> Hi Davide,
>
> On Fri, Nov 23, 2012 at 03:08:27PM +0000, Davide Ciminaghi wrote:
> > Not all the architectures have readsl/writesl,
> > use the more portable ioread32_rep/iowrite32_rep functions instead.
>
> I've already got a patch for this in my io branch:
>
> https://git.kernel.org/?p=linux/kernel/git/will/linux.git;a=shortlog;h=refs/heads/io
>
oh sorry, didn't know that.
> but since I've been dragging my feet on that series, you can also have my
> ack:
>
> Acked-by: Will Deacon <will.deacon@arm.com>
>
ok thanks and regards
Davide
WARNING: multiple messages have this Message-ID (diff)
From: Davide Ciminaghi <ciminaghi@gnudd.com>
To: Will Deacon <will.deacon@arm.com>
Cc: "linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
"tglx@linutronix.de" <tglx@linutronix.de>,
"mingo@redhat.com" <mingo@redhat.com>,
"hpa@zytor.com" <hpa@zytor.com>, "djbw@fb.com" <djbw@fb.com>,
"vinod.koul@intel.com" <vinod.koul@intel.com>,
"grant.likely@secretlab.ca" <grant.likely@secretlab.ca>,
"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
"rubini@gnudd.com" <rubini@gnudd.com>,
"wim@iguana.be" <wim@iguana.be>,
"cjb@laptop.org" <cjb@laptop.org>,
"davidb@codeaurora.org" <davidb@codeaurora.org>,
"nico@fluxnic.net" <nico@fluxnic.net>,
"ben-linux@fluff.org" <ben-linux@fluff.org>,
"viresh.linux@gmail.com" <viresh.linux@gmail.com>,
"rajeev-dlh.kumar@st.com" <rajeev-dlh.kumar@st.com>,
"giancarlo.asnaghi@st.com" <giancarlo.asnaghi@st.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep
Date: Mon, 3 Dec 2012 17:55:53 +0100 [thread overview]
Message-ID: <20121203165553.GA22807@mail.gnudd.com> (raw)
In-Reply-To: <20121203144754.GI20074@mudshark.cambridge.arm.com>
On Mon, Dec 03, 2012 at 02:47:54PM +0000, Will Deacon wrote:
> Hi Davide,
>
> On Fri, Nov 23, 2012 at 03:08:27PM +0000, Davide Ciminaghi wrote:
> > Not all the architectures have readsl/writesl,
> > use the more portable ioread32_rep/iowrite32_rep functions instead.
>
> I've already got a patch for this in my io branch:
>
> https://git.kernel.org/?p=linux/kernel/git/will/linux.git;a=shortlog;h=refs/heads/io
>
oh sorry, didn't know that.
> but since I've been dragging my feet on that series, you can also have my
> ack:
>
> Acked-by: Will Deacon <will.deacon@arm.com>
>
ok thanks and regards
Davide
next prev parent reply other threads:[~2012-12-03 16:55 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-23 15:08 [PATCH v2 0/8] enable support for AMBA drivers under x86 Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:08 ` [PATCH 1/8] DMA: PL330: use prefix in reg names to build " Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:51 ` viresh kumar
2012-11-23 15:51 ` viresh kumar
2012-11-23 17:23 ` Davide Ciminaghi
2012-11-23 17:23 ` Davide Ciminaghi
2012-11-23 17:28 ` Viresh Kumar
2012-11-23 17:28 ` Viresh Kumar
2012-11-24 0:53 ` [PATCH 1/8 v3] " Davide Ciminaghi
2012-11-24 0:53 ` Davide Ciminaghi
2012-11-24 5:14 ` Jassi Brar
2012-11-24 5:14 ` Jassi Brar
2012-11-24 7:03 ` Alessandro Rubini
2012-11-24 7:03 ` Alessandro Rubini
2012-11-24 11:05 ` Jassi Brar
2012-11-24 11:05 ` Jassi Brar
2012-11-28 16:15 ` Davide Ciminaghi
2012-11-28 16:15 ` Davide Ciminaghi
2012-11-23 15:08 ` [PATCH 2/8] gpio: pl061 depends on ARM Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:57 ` viresh kumar
2012-11-23 15:57 ` viresh kumar
2012-12-01 15:11 ` Linus Walleij
2012-12-01 15:11 ` Linus Walleij
2012-12-03 13:31 ` Davide Ciminaghi
2012-12-03 13:31 ` Davide Ciminaghi
2012-11-23 15:08 ` [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:53 ` viresh kumar
2012-11-23 15:53 ` viresh kumar
2012-11-24 0:22 ` [PATCH 3/8 v3] " Davide Ciminaghi
2012-11-24 0:22 ` Davide Ciminaghi
2012-11-28 16:04 ` Linus Walleij
2012-11-28 16:04 ` Linus Walleij
2012-11-23 15:08 ` [PATCH 4/8] watchdog: sp805_wdt depends on ARM Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:56 ` viresh kumar
2012-11-23 15:56 ` viresh kumar
2012-11-28 16:00 ` Linus Walleij
2012-11-28 16:00 ` Linus Walleij
2012-11-23 15:08 ` [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-28 16:08 ` Linus Walleij
2012-11-28 16:08 ` Linus Walleij
2012-11-28 16:33 ` Davide Ciminaghi
2012-11-28 16:33 ` Davide Ciminaghi
2012-12-03 14:47 ` Will Deacon
2012-12-03 14:47 ` Will Deacon
2012-12-03 16:55 ` Davide Ciminaghi [this message]
2012-12-03 16:55 ` Davide Ciminaghi
2012-11-23 15:08 ` [PATCH 6/8] mmc: use the new <linux/sizes.h> Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:59 ` viresh kumar
2012-11-23 15:59 ` viresh kumar
2012-11-26 19:08 ` David Brown
2012-11-26 19:08 ` David Brown
2012-12-01 17:05 ` Linus Walleij
2012-12-01 17:05 ` Linus Walleij
2012-11-23 15:08 ` [PATCH 7/8] drivers/amba: add support for a PCI bridge Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
2012-11-23 15:08 ` [PATCH 8/8] x86: add CONFIG_ARM_AMBA, selected by STA2X11 Davide Ciminaghi
2012-11-23 15:08 ` Davide Ciminaghi
-- strict thread matches above, loose matches on Subject: below --
2012-09-14 16:23 [PATCH 0/8] enable support for AMBA drivers under x86 Davide Ciminaghi
2012-09-14 16:24 ` [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep Davide Ciminaghi
2012-09-14 16:24 ` Davide Ciminaghi
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=20121203165553.GA22807@mail.gnudd.com \
--to=ciminaghi@gnudd.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.