All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] use devm_request_and_ioremap
@ 2011-12-27 14:01 ` Julia Lawall
  0 siblings, 0 replies; 24+ messages in thread
From: Julia Lawall @ 2011-12-27 14:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors

Commit 72f8c0bfa0de64c68ee59f40eb9b2683bffffbb0 added the function
devm_request_and_ioremap that combines devm_request_mem_region and
devm_ioremap or devm_ioremap_nocache.  Even if devm_request_and_ioremap
does not add functionality, except for the implicit choice between
devm_ioremap and devm_ioremap_nocache, it is much more concise than the
code it replaces.

There are a few more obvious opportunities for using
devm_request_and_ioremap if one is not picky about the name argument.


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-01-13  5:36 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 14:01 [PATCH 0/6] use devm_request_and_ioremap Julia Lawall
2011-12-27 14:01 ` Julia Lawall
2011-12-27 14:01 ` [PATCH 1/6] drivers/gpio/gpio-tegra.c: " Julia Lawall
2011-12-27 14:01   ` Julia Lawall
     [not found]   ` <1324994491-21828-2-git-send-email-julia-dAYI7NvHqcQ@public.gmane.org>
2012-01-02  8:44     ` [PATCH 1/6] drivers/gpio/gpio-tegra.c: use Grant Likely
2012-01-02  8:44       ` [PATCH 1/6] drivers/gpio/gpio-tegra.c: use devm_request_and_ioremap Grant Likely
2012-01-02  8:44       ` Grant Likely
2011-12-27 14:01 ` [PATCH 3/6] drivers/watchdog/imx2_wdt.c: " Julia Lawall
2011-12-27 14:01   ` Julia Lawall
2011-12-27 14:01 ` [PATCH 4/6] drivers/watchdog/dw_wdt.c: " Julia Lawall
2011-12-27 14:01   ` Julia Lawall
2011-12-27 14:01 ` [PATCH 5/6] drivers/char/hw_random/tx4939-rng.c: " Julia Lawall
2011-12-27 14:01   ` Julia Lawall
2012-01-13  5:36   ` Herbert Xu
2012-01-13  5:36     ` Herbert Xu
2011-12-27 14:01 ` [PATCH 6/6] drivers/mtd/nand/txx9ndfmc.c: " Julia Lawall
2011-12-27 14:01   ` Julia Lawall
2011-12-27 14:01   ` Julia Lawall
2011-12-27 14:45   ` [PATCH 6/6] drivers/mtd/nand/txx9ndfmc.c: use Artem Bityutskiy
2011-12-27 14:45     ` [PATCH 6/6] drivers/mtd/nand/txx9ndfmc.c: use devm_request_and_ioremap Artem Bityutskiy
2011-12-27 14:45     ` Artem Bityutskiy
2011-12-27 14:46     ` [PATCH 6/6] drivers/mtd/nand/txx9ndfmc.c: use Julia Lawall
2011-12-27 14:46       ` [PATCH 6/6] drivers/mtd/nand/txx9ndfmc.c: use devm_request_and_ioremap Julia Lawall
2011-12-27 14:46       ` Julia Lawall

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.