From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re:
Date: Sat, 28 Feb 2015 11:22:14 +0000 [thread overview]
Message-ID: <54F1A4E6.7080106@kernel.org> (raw)
In-Reply-To: <54F1A4B3.3000404@kernel.org>
Sorry all, lets try this again with a subject!
On 28/02/15 11:21, Jonathan Cameron wrote:
> The following changes since commit 8ecb55b849b74dff026681b41266970072b207dd:
>
> Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2015-01-08 17:59:04 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.0a
>
> for you to fetch changes up to e01becbad300712a28f29b666e685536f45e83bc:
>
> IIO: si7020: Allocate correct amount of memory in devm_iio_device_alloc (2015-02-14 11:35:12 +0000)
>
> ----------------------------------------------------------------
> First round of fixes for IIO in the 4.0 cycle. Note a followup
> set dependent on patches in the recent merge windows will follow shortly.
>
> * dht11 - fix a read off the end of an array, add some locking to prevent
> the read function being interrupted and make sure gpio/irq lines
> are not enabled for irqs during output.
> * iadc - timeout should be in jiffies not msecs
> * mpu6050 - avoid a null id from ACPI emumeration being dereferenced.
> * mxs-lradc - fix up some interaction issues between the touchscreen driver
> and iio driver. Mostly about making sure that the adc driver
> only affects channels that are not being used for the
> touchscreen.
> * ad2s1200 - sign extension fix for a result of c type promotion.
> * adis16400 - sign extension fix for a result of c type promotion.
> * mcp3422 - scale table was transposed.
> * ad5686 - use _optional regulator get to avoid a dummy reg being allocate
> which would cause the driver to fail to initialize.
> * gp2ap020a00f - select REGMAP_I2C
> * si7020 - revert an incorrect cleanup up and then fix the issue that made
> that cleanup seem like a good idea.
>
> ----------------------------------------------------------------
> Andrey Smirnov (1):
> IIO: si7020: Allocate correct amount of memory in devm_iio_device_alloc
>
> Angelo Compagnucci (1):
> iio:adc:mcp3422 Fix incorrect scales table
>
> Jonathan Cameron (1):
> Revert "iio:humidity:si7020: fix pointer to i2c client"
>
> Kristina Martšenko (4):
> iio: mxs-lradc: separate touchscreen and buffer virtual channels
> iio: mxs-lradc: make ADC reads not disable touchscreen interrupts
> iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions
> iio: mxs-lradc: only update the buffer when its conversions have finished
>
> Nicholas Mc Guire (1):
> iio: iadc: wait_for_completion_timeout time in jiffies
>
> Rasmus Villemoes (2):
> staging: iio: ad2s1200: Fix sign extension
> iio: imu: adis16400: Fix sign extension
>
> Richard Weinberger (3):
> iio: dht11: Fix out-of-bounds read
> iio: dht11: Add locking
> iio: dht11: IRQ fixes
>
> Roberta Dobrescu (1):
> iio: light: gp2ap020a00f: Select REGMAP_I2C
>
> Srinivas Pandruvada (1):
> iio: imu: inv_mpu6050: Prevent dereferencing NULL
>
> Stefan Wahren (1):
> iio: mxs-lradc: fix iio channel map regression
>
> Urs Fässler (1):
> iio: ad5686: fix optional reference voltage declaration
>
> drivers/iio/adc/mcp3422.c | 17 +--
> drivers/iio/adc/qcom-spmi-iadc.c | 3 +-
> drivers/iio/dac/ad5686.c | 2 +-
> drivers/iio/humidity/dht11.c | 69 ++++++----
> drivers/iio/humidity/si7020.c | 6 +-
> drivers/iio/imu/adis16400_core.c | 3 +-
> drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 6 +-
> drivers/iio/light/Kconfig | 1 +
> drivers/staging/iio/adc/mxs-lradc.c | 207 +++++++++++++++--------------
> drivers/staging/iio/resolver/ad2s1200.c | 3 +-
> 10 files changed, 166 insertions(+), 151 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2015-02-28 11:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-28 11:21 Jonathan Cameron
2015-02-28 11:22 ` Jonathan Cameron [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-06 10:51 [PATCH] counter: microchip-tcb-capture: Allow shared IRQ for multi-channel TCBs Dharma Balasubiramani
2025-10-08 7:06 ` Kamel Bouhara
2025-10-08 20:46 ` Bence Csókás
[not found] <CADU64hCr7mshqfBRE2Wp8zf4BHBdJoLLH=VJt2MrHeR+zHOV4w@mail.gmail.com>
2025-07-20 18:26 ` >
2025-07-20 19:30 ` David Lechner
2025-07-21 6:52 ` Re: Krzysztof Kozlowski
[not found] ` <CADU64hDZeyaCpHXBmSG1rtHjpxmjejT7asK9oGBUMF55eYeh4w@mail.gmail.com>
2025-07-21 14:09 ` Re: David Lechner
2025-07-21 7:52 ` Re: Andy Shevchenko
[not found] <DM5PR19MB165765D43BE979AB51A9897E9EEB0@DM5PR19MB1657.namprd19.prod.outlook.com>
2019-06-18 9:41 ` Re: Enrico Weigelt, metux IT consult
2012-08-06 16:59 anish kumar
2012-08-06 17:05 ` Maarten Lankhorst
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=54F1A4E6.7080106@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).