All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 3.15-rc3
Date: Sat, 26 Apr 2014 17:37:04 -0700	[thread overview]
Message-ID: <20140427003704.GA3068@kroah.com> (raw)

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-3.15-rc3

for you to fetch changes up to 2704f807f9498054b8153002bafa3e818079e9a5:

  staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private data (2014-04-23 16:20:15 -0700)

----------------------------------------------------------------
Staging / IIO driver fixes for 3.15-rc3

Here are some small staging and IIO driver fixes for 3.15-rc3.

Nothing major at all, just some assorted issues that people have reported.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alec Berg (1):
      iio: querying buffer scan_mask should return 0/1

Alexandre Belloni (5):
      iio: adc: at91_adc: Repair broken platform_data support
      ARM: at91: at91sam9g45: change at91_adc name
      ARM: at91: at91sam9260: change at91_adc name
      iio: adc: at91_adc: correct default shtim value
      iio: adc: mxs-lradc: fix warning when buidling on avr32

Beomho Seo (1):
      iio: cm32181: Fix read integration time function

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/.../jic23/iio into staging-linus

H Hartley Sweeten (1):
      staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private data

Jimmy Li (1):
      staging:iio:ad2s1200 fix a missing break

Krzysztof Kozlowski (1):
      iio: cm36651: Fix i2c client leak and possible NULL pointer dereference

 arch/arm/mach-at91/at91sam9260_devices.c |  2 +-
 arch/arm/mach-at91/at91sam9g45_devices.c |  2 +-
 drivers/iio/adc/at91_adc.c               | 33 ++++++++++++++++++++++++++------
 drivers/iio/industrialio-buffer.c        |  6 ++++--
 drivers/iio/light/cm32181.c              |  1 +
 drivers/iio/light/cm36651.c              | 22 +++++++++++++++++++--
 drivers/staging/comedi/drivers/usbdux.c  |  9 +++------
 drivers/staging/iio/adc/mxs-lradc.c      |  2 +-
 drivers/staging/iio/resolver/ad2s1200.c  |  1 +
 9 files changed, 59 insertions(+), 19 deletions(-)

                 reply	other threads:[~2014-04-27  0:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140427003704.GA3068@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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.