From: Jonathan Cameron <jic23@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
Peter Meerwald <pmeerw@pmeerw.net>,
linux-iio@vger.kernel.org
Subject: Re: [PATCH 0/2] iio: One more buffer cleanup
Date: Sat, 15 Aug 2015 14:53:19 +0100 [thread overview]
Message-ID: <55CF444F.8070502@kernel.org> (raw)
In-Reply-To: <1439564095-7352-1-git-send-email-lars@metafoo.de>
On 14/08/15 15:54, Lars-Peter Clausen wrote:
> Hi,
>
> One more buffer cleanup moving the generic buffer implementations to a
> common sub-directory before we start adding new generic buffer
> implementations in form of the DMA buffer.
Cool - been looking forward to that for a while :)
J
>
> - Lars
>
> Lars-Peter Clausen (2):
> iio: Move callback buffer to its own module
> iio: Move generic buffer implementations to sub-directory
>
> drivers/iio/Kconfig | 22 +-------------------
> drivers/iio/Makefile | 5 +----
> drivers/iio/buffer/Kconfig | 24 ++++++++++++++++++++++
> drivers/iio/buffer/Makefile | 8 ++++++++
> .../industrialio-buffer-cb.c} | 12 +++++++++++
> .../{ => buffer}/industrialio-triggered-buffer.c | 0
> drivers/iio/{ => buffer}/kfifo_buf.c | 0
> 7 files changed, 46 insertions(+), 25 deletions(-)
> create mode 100644 drivers/iio/buffer/Kconfig
> create mode 100644 drivers/iio/buffer/Makefile
> rename drivers/iio/{buffer_cb.c => buffer/industrialio-buffer-cb.c} (89%)
> rename drivers/iio/{ => buffer}/industrialio-triggered-buffer.c (100%)
> rename drivers/iio/{ => buffer}/kfifo_buf.c (100%)
>
prev parent reply other threads:[~2015-08-15 13:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 14:54 [PATCH 0/2] iio: One more buffer cleanup Lars-Peter Clausen
2015-08-14 14:54 ` [PATCH 1/2] iio: Move callback buffer to its own module Lars-Peter Clausen
2015-08-15 13:50 ` Jonathan Cameron
2015-08-14 14:54 ` [PATCH 2/2] iio: Move generic buffer implementations to sub-directory Lars-Peter Clausen
2015-08-15 13:52 ` Jonathan Cameron
2015-08-15 13:53 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55CF444F.8070502@kernel.org \
--to=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.