[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1326630706-17769-1-git-send-email-w.sang@pengutronix.de>
Date: Sun, 15 Jan 2012 13:31:46 +0100
From: Wolfram Sang <w.sang@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: linux-doc@...r.kernel.org, Wolfram Sang <w.sang@...gutronix.de>,
Randy Dunlap <rdunlap@...otime.net>, Greg KH <gregkh@...e.de>
Subject: [PATCH RESEND] Documentation: devres: add allocation functions to list of supported calls
Signed-off-by: Wolfram Sang <w.sang@...gutronix.de>
Acked-by: Grant Likely <grant.likely@...retlab.ca>
Acked-by: Tejun Heo <tj@...nel.org>
Cc: Randy Dunlap <rdunlap@...otime.net>
Cc: Greg KH <gregkh@...e.de>
---
I first sent this patch to Randy, but maybe this is more in Greg's area?
Documentation/driver-model/devres.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index 10c64c8..41c0c5d 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -233,6 +233,10 @@ certainly invest a bit more effort into libata core layer).
6. List of managed interfaces
-----------------------------
+MEM
+ devm_kzalloc()
+ devm_kfree()
+
IO region
devm_request_region()
devm_request_mem_region()
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists