public inbox for linux-kernel@vger.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>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.12-rc2
Date: Sat, 20 May 2017 15:43:02 +0200	[thread overview]
Message-ID: <20170520134302.GA15515@kroah.com> (raw)

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to 66ea5974b36b73129bbdc129847ec73cecb3f14d:

  MAINTAINERS: greybus-dev list is members-only (2017-05-18 15:32:29 +0200)

----------------------------------------------------------------
Staging driver fixes for 4.12-rc2

Here are a number of staging driver fixes for 4.12-rc2

Most of them are typec driver fixes found by reviewers and users of the
code.  There are also some removals of files no longer needed in the
tree due to the ion driver rewrite in 4.12-rc1, as well as some wifi
driver fixes.  And to round it out, a MAINTAINERS file update.

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

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

----------------------------------------------------------------
Arnd Bergmann (1):
      staging: fsl-dpaa2/eth: add ETHERNET dependency

Gilad Ben-Yossef (1):
      staging: MAINTAINERS: add GBY as ccree maintainer

Guenter Roeck (4):
      staging: typec: tcpm: Drop duplicate PD messages
      staging: typec: tcpm: Set correct flags in PD request messages
      staging: typec: tcpm: Respond to Discover Identity commands
      staging: typec: tcpm: Fix Port Power Role field in PS_RDY messages

Guru Das Srinagesh (1):
      staging: typec: Fix sparse warnings about incorrect types

Ian Chard (1):
      staging: ccree: remove extraneous spin_unlock_bh() in error handler

Ian W MORRISON (1):
      staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg80211.c

Javier Martinez Canillas (1):
      staging: typec: fusb302: Fix module autoload

Malcolm Priestley (4):
      staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.
      staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
      staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.
      staging: rtl8192e: GetTs Fix invalid TID 7 warning.

Olivier Leveque (1):
      staging: typec: tcpci: declare private structure as static

Phil Elwell (1):
      staging: vc04_services: Fix bulk cache maintenance

Randy Dunlap (1):
      MAINTAINERS: greybus-dev list is members-only

Rui Miguel Silva (3):
      staging: typec: fusb302: do not free gpio from managed resource
      staging: typec: fusb302: reset i2c_busy state in error
      staging: typec: fusb302: refactor resume retry mechanism

Yisheng Xie (1):
      staging/android/ion: remove useless document file

Yueyao Zhu (1):
      staging: typec: fusb302: Fix chip->vbus_present init value

 .../devicetree/bindings/staging/ion/hi6220-ion.txt | 31 --------
 MAINTAINERS                                        | 11 ++-
 drivers/staging/android/ion/devicetree.txt         | 51 -------------
 drivers/staging/ccree/ssi_request_mgr.c            |  1 -
 drivers/staging/fsl-dpaa2/Kconfig                  |  1 +
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c     | 24 +++---
 drivers/staging/rtl8192e/rtl819x_TSProc.c          | 15 +---
 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c  |  1 -
 drivers/staging/typec/fusb302/fusb302.c            | 86 +++++++++++-----------
 drivers/staging/typec/pd.h                         | 10 +++
 drivers/staging/typec/pd_vdo.h                     |  4 +-
 drivers/staging/typec/tcpci.c                      |  2 +-
 drivers/staging/typec/tcpm.c                       | 77 ++++++++++++++++++-
 drivers/staging/typec/tcpm.h                       |  3 +
 .../interface/vchiq_arm/vchiq_2835_arm.c           | 31 +++++---
 15 files changed, 183 insertions(+), 165 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/staging/ion/hi6220-ion.txt
 delete mode 100644 drivers/staging/android/ion/devicetree.txt

                 reply	other threads:[~2017-05-20 13:43 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=20170520134302.GA15515@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox