[GIT PULL] Staging driver fixes for 4.12-rc2
From: Greg KH
Date: Sat May 20 2017 - 09:43:17 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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