From: sshtylyov@mvista.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 1/5] of: Implement managed of_iomap()
Date: Mon, 16 Apr 2012 21:33:31 +0400 [thread overview]
Message-ID: <4F8C57EB.4050907@mvista.com> (raw)
In-Reply-To: <CACxGe6t9+M5jQKkRduup7_wk4SKYu1SuTz7wzf0MEvo0poojRw@mail.gmail.com>
Hello.
On 04/16/2012 09:06 PM, Grant Likely wrote:
>>> It isn't recommended anymore. Use the bus_type specific helpers instead.
>> Ok. So here is fixup for 3/5 of this patchset.
>> @Linus: I will merge this with PACH 3/5 and send pull request to Arnd.
>> fixup! pinctrl: Add SPEAr pinctrl drivers
> Cool, thanks.
> Now what you *could* do is something like devm_platform_ioremap() that
> gets the resource, does request_region() and ioremap(). That would
> cut a lot of boilerplate out of drivers. :-)
That is already done, called devm_request_and_ioremap().
WRB, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sshtylyov-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org>
To: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org,
spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org,
Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
viresh kumar
<viresh.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH V4 1/5] of: Implement managed of_iomap()
Date: Mon, 16 Apr 2012 21:33:31 +0400 [thread overview]
Message-ID: <4F8C57EB.4050907@mvista.com> (raw)
In-Reply-To: <CACxGe6t9+M5jQKkRduup7_wk4SKYu1SuTz7wzf0MEvo0poojRw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hello.
On 04/16/2012 09:06 PM, Grant Likely wrote:
>>> It isn't recommended anymore. Use the bus_type specific helpers instead.
>> Ok. So here is fixup for 3/5 of this patchset.
>> @Linus: I will merge this with PACH 3/5 and send pull request to Arnd.
>> fixup! pinctrl: Add SPEAr pinctrl drivers
> Cool, thanks.
> Now what you *could* do is something like devm_platform_ioremap() that
> gets the resource, does request_region() and ioremap(). That would
> cut a lot of boilerplate out of drivers. :-)
That is already done, called devm_request_and_ioremap().
WRB, Sergei
next prev parent reply other threads:[~2012-04-16 17:33 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 4:13 [PATCH V4 0/5] pinctrl: Add SPEAr pinctrl support Viresh Kumar
2012-04-16 4:13 ` Viresh Kumar
2012-04-16 4:13 ` [PATCH V4 1/5] of: Implement managed of_iomap() Viresh Kumar
2012-04-16 4:13 ` Viresh Kumar
2012-04-16 9:27 ` Linus Walleij
2012-04-16 9:27 ` Linus Walleij
2012-04-16 14:42 ` Arnd Bergmann
2012-04-16 14:42 ` Arnd Bergmann
2012-04-16 15:06 ` Grant Likely
2012-04-16 15:06 ` Grant Likely
2012-04-16 15:12 ` viresh kumar
2012-04-16 15:19 ` Grant Likely
2012-04-16 15:19 ` Grant Likely
2012-04-16 16:21 ` viresh kumar
2012-04-16 16:21 ` viresh kumar
2012-04-16 17:06 ` Grant Likely
2012-04-16 17:06 ` Grant Likely
[not found] ` <CACxGe6t9+M5jQKkRduup7_wk4SKYu1SuTz7wzf0MEvo0poojRw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-16 17:10 ` viresh kumar
2012-04-16 17:33 ` Sergei Shtylyov [this message]
2012-04-16 17:33 ` Sergei Shtylyov
2012-04-16 4:13 ` [PATCH V4 2/5] SPEAr: Remove existing padmux support for SPEAr Viresh Kumar
2012-04-16 4:13 ` Viresh Kumar
2012-04-16 4:13 ` [PATCH V4 3/5] pinctrl: Add SPEAr pinctrl drivers Viresh Kumar
2012-04-16 4:13 ` Viresh Kumar
2012-04-17 8:32 ` Viresh Kumar
2012-04-17 8:32 ` Viresh Kumar
2012-04-18 11:24 ` Linus Walleij
2012-04-18 11:24 ` Linus Walleij
2012-04-16 4:14 ` [PATCH V4 5/5] SPEAr3xx: Add pinctrl support for boards Viresh Kumar
2012-04-16 4:14 ` Viresh Kumar
2012-04-16 9:29 ` [PATCH V4 0/5] pinctrl: Add SPEAr pinctrl support Linus Walleij
2012-04-16 9:29 ` Linus Walleij
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=4F8C57EB.4050907@mvista.com \
--to=sshtylyov@mvista.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.