From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753263AbbIZQvv (ORCPT ); Sat, 26 Sep 2015 12:51:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47595 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844AbbIZQvu (ORCPT ); Sat, 26 Sep 2015 12:51:50 -0400 Date: Sat, 26 Sep 2015 09:51:48 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging driver fixes for 4.3-rc3 Message-ID: <20150926165148.GA25197@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.3-rc3 for you to fetch changes up to 74c600e36455af85c593702670f38709ca1951ce: MAINTAINERS: Update email address for Martyn Welch (2015-09-17 14:27:37 -0700) ---------------------------------------------------------------- Staging driver fixes for 4.3-rc3 Here are some tiny staging driver and documentation fixes for 4.3-rc3. All of these resolve reported issues that people have found and have been in the linux-next tree for a while with no problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Andreas Dilger (1): staging/lustre: change Lustre URLs and mailing list Benjamin Romer (2): staging: unisys: stop device registration before visorbus registration staging: unisys: visornic: handle error return from device registration Christian Gromm (1): staging: most: Add dependency to HAS_IOMEM Daniel Vetter (1): staging/android: Update ION TODO per LPC discussion David Kershner (3): staging: unisys: unregister netdev when create debugfs fails staging: unisys: visornic: Fix receive bytes statistics staging: unisys: visorbus: Unregister driver on error Geert Uytterhoeven (1): Staging: most: MOST and MOSTCORE should depend on HAS_DMA Mark Hounschell (1): staging: dgap: Remove myself from the MAINTAINERS file Martyn Welch (1): MAINTAINERS: Update email address for Martyn Welch Randy Dunlap (1): staging: most: fix HDM_USB dependencies and build errors Shawn Lin (1): staging: ion: fix corruption of ion_import_dma_buf Stefan Wahren (2): staging: fbtft: fix 9-bit SPI support detection staging: fbtft: replace master->setup() with spi_setup() Sudip Mukherjee (1): staging: unisys: remove reference of visorutil MAINTAINERS | 7 +++---- drivers/staging/android/TODO | 20 ++++++++++++++++++++ drivers/staging/android/ion/ion.c | 6 +++--- drivers/staging/fbtft/fb_uc1611.c | 2 +- drivers/staging/fbtft/fb_watterott.c | 4 ++-- drivers/staging/fbtft/fbtft-core.c | 10 +++------- drivers/staging/fbtft/flexfb.c | 11 ++++------- drivers/staging/lustre/README.txt | 16 ++++++---------- drivers/staging/most/Kconfig | 1 + drivers/staging/most/hdm-dim2/Kconfig | 1 + drivers/staging/most/hdm-usb/Kconfig | 2 +- drivers/staging/most/mostcore/Kconfig | 1 + drivers/staging/unisys/visorbus/Makefile | 1 - drivers/staging/unisys/visorbus/visorbus_main.c | 13 +++++++++---- drivers/staging/unisys/visornic/visornic_main.c | 18 +++++++++++------- 15 files changed, 66 insertions(+), 47 deletions(-)