All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: linux-iio@vger.kernel.org
Cc: jbrenner@taosinc.com, amit.kucheria@verdurent.com,
	pmeerw@pmeerw.net, Jonathan Cameron <jic23@kernel.org>
Subject: [PATCH 0/5] iio:light:tsl2563 cleanup and move out of staging.
Date: Sat, 12 Jan 2013 10:35:19 +0000	[thread overview]
Message-ID: <1357986924-11471-1-git-send-email-jic23@kernel.org> (raw)

This series more or less consists of the original move patch after
some precursors fixing the various bits and bobs Peter found in his
review.  I also dropped a few other unnecessary bits spotted
whilst making Peter's changes.

Jonathan Cameron (5):
  staging:iio:light:tsl2563 drop unnecessary brackets around constants.
  staging:iio:light:tsl2563 clean comments up.
  staging:iio:tsl2563 Simplify exit path on error in
    read_interrupt_config.
  staging:iio:tsl2563 drop pointless forward declaration
  iio:light:tsl2563 move out of staging

 drivers/iio/light/Kconfig             |  10 +
 drivers/iio/light/Makefile            |   1 +
 drivers/iio/light/tsl2563.c           | 887 +++++++++++++++++++++++++++++++++
 drivers/staging/iio/light/Kconfig     |  10 -
 drivers/staging/iio/light/Makefile    |   1 -
 drivers/staging/iio/light/tsl2563.c   | 899 ----------------------------------
 drivers/staging/iio/light/tsl2563.h   |   9 -
 include/linux/platform_data/tsl2563.h |   9 +
 8 files changed, 907 insertions(+), 919 deletions(-)
 create mode 100644 drivers/iio/light/tsl2563.c
 delete mode 100644 drivers/staging/iio/light/tsl2563.c
 delete mode 100644 drivers/staging/iio/light/tsl2563.h
 create mode 100644 include/linux/platform_data/tsl2563.h

-- 
1.8.1


             reply	other threads:[~2013-01-12 10:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-12 10:35 Jonathan Cameron [this message]
2013-01-12 10:35 ` [PATCH 1/5] staging:iio:light:tsl2563 drop unnecessary brackets around constants Jonathan Cameron
2013-01-12 10:35 ` [PATCH 2/5] staging:iio:light:tsl2563 clean comments up Jonathan Cameron
2013-01-12 10:35 ` [PATCH 3/5] staging:iio:tsl2563 Simplify exit path on error in read_interrupt_config Jonathan Cameron
2013-01-12 10:35 ` [PATCH 4/5] staging:iio:tsl2563 drop pointless forward declaration Jonathan Cameron
2013-01-12 10:35 ` [PATCH 5/5] iio:light:tsl2563 move out of staging Jonathan Cameron
2013-01-20 13:32   ` Peter Meerwald
2013-01-20 21:45     ` Jonathan Cameron
2013-01-26 10:40       ` Jonathan Cameron
2013-01-20 12:09 ` [PATCH 0/5] iio:light:tsl2563 cleanup and " Jonathan Cameron
2013-01-20 13:34   ` Peter Meerwald

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=1357986924-11471-1-git-send-email-jic23@kernel.org \
    --to=jic23@kernel.org \
    --cc=amit.kucheria@verdurent.com \
    --cc=jbrenner@taosinc.com \
    --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.