[GIT PULL] Staging driver fixes for 4.5-rc2

Greg KH gregkh at linuxfoundation.org
Sun Jan 31 19:00:16 UTC 2016


The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:

  Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.5-rc2

for you to fetch changes up to 88867e3d0b7eea256c1cd432b0a3c7a21e8edf07:

  Staging: speakup: fix read scrolled-back VT (2016-01-28 22:55:40 -0800)

----------------------------------------------------------------
Staging fixes for 4.5-rc2

Here are some small staging driver fixes for 4.5-rc2.  One of them
predated 4.4-final, but I missed that merge window due to the holliday.
The others fix reported issues that have come up recently.  The tty
change is needed for the speakup driver fix and has the ack of the tty
driver maintainer as well, i.e. myself :)

All have been in linux-next with no reported issues.

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

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

Lars-Peter Clausen (1):
      iio: adis_buffer: Fix out-of-bounds memory access

Samuel Thibault (2):
      Staging: speakup: Fix getting port information
      Staging: speakup: fix read scrolled-back VT

Sudip Mukherjee (1):
      Revert "Staging: panel: usleep_range is preferred over udelay"

 drivers/iio/imu/adis_buffer.c      |  2 +-
 drivers/staging/panel/panel.c      | 34 +++++++++++++++-------------------
 drivers/staging/speakup/main.c     | 21 +++++++++++++--------
 drivers/staging/speakup/serialio.c | 13 ++++++++++++-
 drivers/tty/vt/vt.c                |  1 +
 5 files changed, 42 insertions(+), 29 deletions(-)


More information about the devel mailing list