The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

  Linux 5.12-rc3 (2021-03-14 14:41: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.12-rc6

for you to fetch changes up to 3756b6578709c55819742f6ba0c18f93e8901397:

  Merge tag 'icc-5.12-rc5' of 
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus 
(2021-03-27 12:39:18 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 5.12-rc6

Here are a few small driver char/misc changes for 5.12-rc6.

Nothing major here, a few fixes for reported issues:
        - interconnect fixes for problems found
        - fbcon syzbot-found fix
        - extcon fixes
        - firmware stratix10 bugfix
        - MAINTAINERS file update.

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

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

----------------------------------------------------------------
Benjamin Li (1):
      interconnect: qcom: msm8939: remove rpm-ids from non-RPM nodes

Dinghao Liu (1):
      extcon: Fix error handling in extcon_dev_register

Du Cheng (1):
      drivers: video: fbcon: fix NULL dereference in fbcon_cursor()

Georgi Djakov (1):
      interconnect: Fix kerneldoc warning

Greg Kroah-Hartman (3):
      Merge tag 'extcon-fixes-for-5.12-rc4' of 
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
      Merge tag 'fpga-fixes-for-5.12' of 
git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into 
char-misc-linus
      Merge tag 'icc-5.12-rc5' of 
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus

Jia-Ju Bai (1):
      interconnect: core: fix error return code of icc_link_destroy()

Krzysztof Kozlowski (1):
      extcon: Add stubs for extcon_register_notifier_all() functions

Richard Gong (1):
      firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0

Tomas Winkler (1):
      mei: allow map and unmap of client dma buffer only for disconnected client

Vinod Koul (1):
      MAINTAINERS: Add linux-phy list and patchwork

 MAINTAINERS                                        |  3 ++-
 drivers/extcon/extcon.c                            |  1 +
 drivers/interconnect/bulk.c                        |  2 +-
 drivers/interconnect/core.c                        |  2 ++
 drivers/interconnect/qcom/msm8939.c                | 16 +++++++--------
 drivers/misc/mei/client.c                          | 17 +++++++---------
 drivers/video/fbdev/core/fbcon.c                   |  3 +++
 include/linux/extcon.h                             | 23 ++++++++++++++++++++++
 .../linux/firmware/intel/stratix10-svc-client.h    |  2 +-
 9 files changed, 48 insertions(+), 21 deletions(-)

Reply via email to