From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:53576 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751235Ab3G0Kp0 (ORCPT ); Sat, 27 Jul 2013 06:45:26 -0400 Message-ID: <51F3B2D6.5030703@kernel.org> Date: Sat, 27 Jul 2013 12:45:26 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Oleksandr Kravchenko CC: jic23@cam.ac.uk, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Oleksandr Kravchenko Subject: Re: [PATCH] Documentation: devres: add IIO device alloc/free functions to list References: <1374568775-15491-1-git-send-email-x0199363@ti.com> In-Reply-To: <1374568775-15491-1-git-send-email-x0199363@ti.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 07/23/13 09:39, Oleksandr Kravchenko wrote: > From: Oleksandr Kravchenko > > Add devm_iio_device_alloc() and devm_iio_device_free() functions > to list of supported calls. > > Signed-off-by: Oleksandr Kravchenko 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() >