The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.7-rc5
Date: Fri, 8 May 2020 16:19:02 +0200	[thread overview]
Message-ID: <20200508141902.GA360776@kroah.com> (raw)

The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.7-rc5

for you to fetch changes up to f0e1d3ac2d7c16a5d2c9d67f5a61133db7681af8:

  bus: mhi: core: Fix channel device name conflict (2020-05-05 16:59:54 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.7-rc5

Here are some small driver fixes for 5.7-rc5 that resolve a number of
minor reported issues:
	- mhi bus driver fixes found as people actually use the code
	- phy driver fixes and compat string additions
	- most driver fix due to link order changing when the core moved
	  out of staging
	- mei driver fix
	- interconnect build warning fix

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Bjorn Andersson (1):
      phy: qualcomm: usb-hs-28nm: Prepare clocks in init

ChenTao (1):
      interconnect: qcom: Move the static keyword to the front of declaration

Christian Gromm (1):
      most: core: use function subsys_initcall()

Dan Carpenter (1):
      bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()

Greg Kroah-Hartman (1):
      Merge tag 'phy-for-5.7-rc' of git://git.kernel.org/.../phy/linux-phy into char-misc-linus

Jeffrey Hugo (5):
      bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails
      bus: mhi: core: Remove link_status() callback
      bus: mhi: core: Offload register accesses to the controller
      bus: mhi: core: Fix typo in comment
      bus: mhi: core: Fix channel device name conflict

John Stultz (1):
      phy: qcom-qusb2: Re add "qcom,sdm845-qusb2-phy" compat string

Kishon Vijay Abraham I (1):
      MAINTAINERS: Add Vinod Koul as Generic PHY co-maintainer

Manivannan Sadhasivam (1):
      bus: mhi: Fix parsing of mhi_flags

Thierry Reding (1):
      phy: tegra: Select USB_COMMON for usb_get_maximum_speed()

Tomas Winkler (1):
      mei: me: disable mei interface on LBG servers.

 MAINTAINERS                                 |  3 ++-
 drivers/bus/mhi/core/init.c                 |  7 +++----
 drivers/bus/mhi/core/internal.h             |  3 ---
 drivers/bus/mhi/core/main.c                 | 18 +++++-----------
 drivers/bus/mhi/core/pm.c                   |  6 +++++-
 drivers/interconnect/qcom/osm-l3.c          |  4 ++--
 drivers/interconnect/qcom/sdm845.c          | 16 +++++++--------
 drivers/misc/mei/hw-me.c                    |  8 ++++++++
 drivers/misc/mei/hw-me.h                    |  4 ++++
 drivers/misc/mei/pci-me.c                   |  2 +-
 drivers/most/core.c                         |  2 +-
 drivers/phy/qualcomm/phy-qcom-qusb2.c       |  7 +++++++
 drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c | 32 +++++++++++++++++++----------
 include/linux/mhi.h                         | 16 +++++++++------
 14 files changed, 77 insertions(+), 51 deletions(-)

             reply	other threads:[~2020-05-08 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 14:19 Greg KH [this message]
2020-05-08 16:15 ` [GIT PULL] Char/Misc driver fixes for 5.7-rc5 pr-tracker-bot

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=20200508141902.GA360776@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox