* [GIT PULL] iio fixes for staging/staging-next.
@ 2012-07-15 18:19 Jonathan Cameron
2012-07-17 0:58 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2012-07-15 18:19 UTC (permalink / raw)
To: Greg KH; +Cc: linux-iio@vger.kernel.org
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] iio fixes for staging/staging-next.
2012-07-15 18:19 [GIT PULL] iio fixes for staging/staging-next Jonathan Cameron
@ 2012-07-17 0:58 ` Greg KH
[not found] ` <50059E28.1080809@kernel.org>
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2012-07-17 0:58 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Sun, Jul 15, 2012 at 07:19:36PM +0100, Jonathan Cameron wrote:
> 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.
Subsystem? Some kind of hint please?
>
> 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).
Also, none of this showed up in the tag listed above. And odds are, the
above is really a branch, not a tag, did you forget to push the tag and
wait for it to propage to the public side before creating this pull
request?
Care to try it again?
Oh, at least you aren't line-wrapping :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL v2] iio fixes for staging/staging-next.
[not found] ` <50059E28.1080809@kernel.org>
@ 2012-07-17 17:30 ` Greg KH
2012-07-17 17:38 ` Jonathan Cameron
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2012-07-17 17:30 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Tue, Jul 17, 2012 at 06:17:28PM +0100, Jonathan Cameron wrote:
>
> 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 tags/iio-fixes-3.6b
>
> for you to fetch changes up to dcbc3c414e62faa4e1a1e17421f89eceea6bee30:
>
> iio staging: fix cast warning and cleanup alignment code (2012-07-15 17:33:18 +0100)
>
> ----------------------------------------------------------------
> IIO fixes for elements queued for 3.6 merge window.
>
> 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).
Yeah!
That all looks great, thanks for working with me on these little
complaints, I appreciate it.
All pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL v2] iio fixes for staging/staging-next.
2012-07-17 17:30 ` [GIT PULL v2] " Greg KH
@ 2012-07-17 17:38 ` Jonathan Cameron
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2012-07-17 17:38 UTC (permalink / raw)
To: Greg KH, Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]
Sorry for wasting your time with the screw ups. As ever your advice and help is much appreciated!
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Greg KH <gregkh@linuxfoundation.org> wrote:
On Tue, Jul 17, 2012 at 06:17:28PM +0100, Jonathan Cameron wrote:
>
> 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 tags/iio-fixes-3.6b
>
> for you to fetch changes up to dcbc3c414e62faa4e1a1e17421f89eceea6bee30:
>
> iio staging: fix cast warning and cleanup alignment code (2012-07-15 17:33:18 +0100)
>
>_____________________________________________
> IIO fixes for elements queued for 3.6 merge window.
>
> 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).
Yeah!
That all looks great, thanks for working with me on these little
complaints, I appreciate it.
All pulled and pushed out, thanks.
greg k-h
[-- Attachment #2: Type: text/html, Size: 1900 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-17 17:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-15 18:19 [GIT PULL] iio fixes for staging/staging-next Jonathan Cameron
2012-07-17 0:58 ` 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
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).