From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [GIT PULL] iio fixes for staging/staging-next.
Date: Sun, 15 Jul 2012 19:19:36 +0100 [thread overview]
Message-ID: <500309B8.60009@kernel.org> (raw)
The following changes since commit 2b6e6b8042a9f783170b0a15e0550a075381726e:
staging: comedi: rtd520: remove RtdDio0Read macro (2012-07-13 08:12:31 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git fixes-togreg
for you to fetch changes up to dcbc3c414e62faa4e1a1e17421f89eceea6bee30:
iio staging: fix cast warning and cleanup alignment code (2012-07-15 17:33:18 +0100)
----------------------------------------------------------------
3 types of fix here.
1) Incorrect pointer casting via phys_addr_t which causes
trouble on some architectures.
2) request_irq and free_irq dev_id parameters not matching.
3) Inconsistencies in client_data for some i2c devices
(writing one pointer and expecting another later).
----------------------------------------------------------------
Lars-Peter Clausen (4):
staging:iio:adis16260: Fix drvdata inconsistency
staging:iio:tsl2x7x: Fix client data inconsistency
staging:iio:lpc32xx_adc: Ensure request_irq and free_irq dev_id parameter match
staging:iio:tsl2x7x: Ensure request_irq and free_irq dev_id parameter match
Peter Meerwald (3):
iio: fix pointer cast warning
iio staging: fix cast warning
iio staging: fix cast warning and cleanup alignment code
drivers/iio/light/adjd_s311.c | 2 +-
drivers/staging/iio/accel/lis3l02dq_ring.c | 3 +--
drivers/staging/iio/adc/lpc32xx_adc.c | 4 ++--
drivers/staging/iio/gyro/adis16260_core.c | 2 +-
drivers/staging/iio/iio_simple_dummy_buffer.c | 2 +-
drivers/staging/iio/light/tsl2x7x_core.c | 5 ++---
6 files changed, 8 insertions(+), 10 deletions(-)
next reply other threads:[~2012-07-15 18:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-15 18:19 Jonathan Cameron [this message]
2012-07-17 0:58 ` [GIT PULL] iio fixes for staging/staging-next Greg KH
[not found] ` <50059E28.1080809@kernel.org>
2012-07-17 17:30 ` [GIT PULL v2] " Greg KH
2012-07-17 17:38 ` Jonathan Cameron
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=500309B8.60009@kernel.org \
--to=jic23@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.org \
/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 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).