linux/Documentation/driver-model
Jingoo Han c9d53c0f2d devres: remove devm_request_and_ioremap()
devm_request_and_ioremap() was obsoleted by the commit 7509657
("lib: devres: Introduce devm_ioremap_resource()") and has been
deprecated for a long time. So, let's remove this function.
In addition, all usages of devm_request_and_ioremap() are also
removed.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-06-19 20:01:36 -07:00
..
binding.txt
bus.txt
class.txt
design-patterns.txt Documentation: fix spelling in design-patterns 2013-12-19 10:10:32 -08:00
device.txt
devres.txt devres: remove devm_request_and_ioremap() 2014-06-19 20:01:36 -07:00
driver.txt
overview.txt
platform.txt doc: driver-model/platform.txt: fix a typo 2013-12-19 16:36:18 +01:00
porting.txt