* [PATCH] Documentation: devres: add IIO device alloc/free functions to list
@ 2013-07-23 8:39 Oleksandr Kravchenko
2013-07-27 11:45 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchenko @ 2013-07-23 8:39 UTC (permalink / raw)
To: jic23; +Cc: linux-iio, linux-kernel, Oleksandr Kravchenko
From: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Add devm_iio_device_alloc() and devm_iio_device_free() functions
to list of supported calls.
Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
---
Documentation/driver-model/devres.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index b467145..1d32332 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -237,6 +237,10 @@ MEM
devm_kzalloc()
devm_kfree()
+IIO
+ devm_iio_device_alloc()
+ devm_iio_device_free()
+
IO region
devm_request_region()
devm_request_mem_region()
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: devres: add IIO device alloc/free functions to list
2013-07-23 8:39 [PATCH] Documentation: devres: add IIO device alloc/free functions to list Oleksandr Kravchenko
@ 2013-07-27 11:45 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2013-07-27 11:45 UTC (permalink / raw)
To: Oleksandr Kravchenko; +Cc: jic23, linux-iio, linux-kernel, Oleksandr Kravchenko
On 07/23/13 09:39, Oleksandr Kravchenko wrote:
> From: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
>
> Add devm_iio_device_alloc() and devm_iio_device_free() functions
> to list of supported calls.
>
> Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Applied to the togreg branch of iio.git.
Thanks,
> ---
> Documentation/driver-model/devres.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
> index b467145..1d32332 100644
> --- a/Documentation/driver-model/devres.txt
> +++ b/Documentation/driver-model/devres.txt
> @@ -237,6 +237,10 @@ MEM
> devm_kzalloc()
> devm_kfree()
>
> +IIO
> + devm_iio_device_alloc()
> + devm_iio_device_free()
> +
> IO region
> devm_request_region()
> devm_request_mem_region()
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-27 10:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 8:39 [PATCH] Documentation: devres: add IIO device alloc/free functions to list Oleksandr Kravchenko
2013-07-27 11:45 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).