* [PULL] IIO fixes for v3.7-rc1 set 2
@ 2012-11-02 10:44 Jonathan Cameron
2012-11-02 16:29 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2012-11-02 10:44 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 98f9c3c137cea016c57c9fd60b3caf88eb34e4cd:
iio: Remove duplicates for light/ in Kconfig and Makefile (2012-10-19 19:44:06 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.7b
for you to fetch changes up to 7243b785c43d9aedc7a584dab81bb3f26989d6a1:
iio: hid-sensor: Use __devexit annotation for remove() (2012-11-02 09:57:57 +0000)
----------------------------------------------------------------
Second round of fixes for IIO in 3.7 cycle, applies to 3.7-rc1.
A mixed bag of fixes mainly for drivers but with one core
double free fix.
* A couple of little fixlets for the hid-sensors drivers.
* Incorrect return value in adt7410
* Fix up support for the adis16334 in the adis16400 driver.
Turned out there were some bits and bobs that need to be
handled different for this part. This seems like a large
patch series but this is mostly because an additional chip
specific callback is needed to handle the variations.
* Double free in industrialio-event.c
* Ancient bug in tsl2563 in which the interrupt disable code
was inverted (i.e. it enable the interrupts)
Jonathan
----------------------------------------------------------------
Axel Lin (2):
iio: hid-sensor: Return proper error if kmemdup fails
iio: hid-sensor: Use __devexit annotation for remove()
Derek Basehore (1):
tsl2563: fixed bug with disabling interrupts
Julia Lawall (1):
drivers/iio/industrialio-event.c: eliminate possible double free
Kirill A. Shutemov (1):
iio: hid-sensors: convert HID_SENSOR_ENUM_BASE_QUIRKS to bool
Lars-Peter Clausen (5):
staging:iio:adt7410: Fix adt7410_set_mode return value
staging:iio:adis16400: Fix adis16334 sampling frequency control
staging:iio:adis16400: Fix product id check
staging:iio:adis16400: Remove now duplicated chip_table entry
staging:iio:adis16400: Set the PROD_ID flag for the adis16334
drivers/iio/accel/hid-sensor-accel-3d.c | 10 +-
drivers/iio/common/hid-sensors/Kconfig | 2 +-
.../iio/common/hid-sensors/hid-sensor-trigger.c | 6 +-
drivers/iio/gyro/hid-sensor-gyro-3d.c | 10 +-
drivers/iio/industrialio-event.c | 7 +-
drivers/iio/light/hid-sensor-als.c | 9 +-
drivers/iio/magnetometer/hid-sensor-magn-3d.c | 10 +-
drivers/staging/iio/adc/adt7410.c | 2 +-
drivers/staging/iio/imu/adis16400.h | 12 +-
drivers/staging/iio/imu/adis16400_core.c | 145 ++++++++++++++-------
drivers/staging/iio/light/tsl2563.c | 4 +-
11 files changed, 132 insertions(+), 85 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PULL] IIO fixes for v3.7-rc1 set 2
2012-11-02 10:44 [PULL] IIO fixes for v3.7-rc1 set 2 Jonathan Cameron
@ 2012-11-02 16:29 ` Greg KH
2012-11-02 21:17 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2012-11-02 16:29 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Fri, Nov 02, 2012 at 10:44:38AM +0000, Jonathan Cameron wrote:
> The following changes since commit 98f9c3c137cea016c57c9fd60b3caf88eb34e4cd:
>
> iio: Remove duplicates for light/ in Kconfig and Makefile (2012-10-19 19:44:06 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.7b
>
> for you to fetch changes up to 7243b785c43d9aedc7a584dab81bb3f26989d6a1:
>
> iio: hid-sensor: Use __devexit annotation for remove() (2012-11-02 09:57:57 +0000)
>
> ----------------------------------------------------------------
> Second round of fixes for IIO in 3.7 cycle, applies to 3.7-rc1.
>
> A mixed bag of fixes mainly for drivers but with one core
> double free fix.
>
> * A couple of little fixlets for the hid-sensors drivers.
> * Incorrect return value in adt7410
> * Fix up support for the adis16334 in the adis16400 driver.
> Turned out there were some bits and bobs that need to be
> handled different for this part. This seems like a large
> patch series but this is mostly because an additional chip
> specific callback is needed to handle the variations.
That is a big patch so late in the release cycle, is it really needed?
Is it a regression from 3.6? Or does it just fix a problem with a new
thing that showed up in 3.7-rc1? If the latter, how about we postpone
it and just mark the driver BROKEN or something?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL] IIO fixes for v3.7-rc1 set 2
2012-11-02 16:29 ` Greg KH
@ 2012-11-02 21:17 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2012-11-02 21:17 UTC (permalink / raw)
To: Greg KH, Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
Greg KH <gregkh@linuxfoundation.org> wrote:
>On Fri, Nov 02, 2012 at 10:44:38AM +0000, Jonathan Cameron wrote:
>> The following changes since commit
>98f9c3c137cea016c57c9fd60b3caf88eb34e4cd:
>>
>> iio: Remove duplicates for light/ in Kconfig and Makefile
>(2012-10-19 19:44:06 +0100)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
>tags/iio-fixes-for-3.7b
>>
>> for you to fetch changes up to
>7243b785c43d9aedc7a584dab81bb3f26989d6a1:
>>
>> iio: hid-sensor: Use __devexit annotation for remove() (2012-11-02
>09:57:57 +0000)
>>
>> ----------------------------------------------------------------
>> Second round of fixes for IIO in 3.7 cycle, applies to 3.7-rc1.
>>
>> A mixed bag of fixes mainly for drivers but with one core
>> double free fix.
>>
>> * A couple of little fixlets for the hid-sensors drivers.
>> * Incorrect return value in adt7410
>> * Fix up support for the adis16334 in the adis16400 driver.
>> Turned out there were some bits and bobs that need to be
>> handled different for this part. This seems like a large
>> patch series but this is mostly because an additional chip
>> specific callback is needed to handle the variations.
>
>That is a big patch so late in the release cycle, is it really needed?
>Is it a regression from 3.6? Or does it just fix a problem with a new
>thing that showed up in 3.7-rc1? If the latter, how about we postpone
>it and just mark the driver BROKEN or something?
I did wonder about this one. Its one part in lots supported by the driver. It has never worked so lets just leave it for the next merge window and do stable backports if anyone cares.
Will do updated pull requests in a few days as away from my machine.
Thanks
Jonathan
>
>thanks,
>
>greg k-h
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-02 21:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 10:44 [PULL] IIO fixes for v3.7-rc1 set 2 Jonathan Cameron
2012-11-02 16:29 ` Greg KH
2012-11-02 21:17 ` Jonathan Cameron
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.