[GIT PULL] Char/Misc driver fixes for 5.1-rc6

From: Greg KH
Date: Fri Apr 19 2019 - 14:35:59 EST


The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

Linux 5.1-rc3 (2019-03-31 14:39:29 -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.1-rc6

for you to fetch changes up to bb0925b283fe558fa9530c9d0b6158e9b6c9dfa6:

Merge tag 'extcon-fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus (2019-04-16 12:46:09 +0200)

----------------------------------------------------------------
char/misc fixes for 5.1-rc6

Here are 4 small misc driver fixes for 5.1-rc6.

Nothing major at all, they fix up a Kconfig issues, a SPDX invalid
license tag, and 2 tiny bugfixes.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Arnd Bergmann (1):
extcon: ptn5150: fix COMPILE_TEST dependencies

Bo YU (1):
misc: fastrpc: add checked value for dma_set_mask

Greg Kroah-Hartman (2):
Merge tag 'misc-habanalabs-fixes-2019-04-01' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus
Merge tag 'extcon-fixes-for-5.1-rc4' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus

Oded Gabbay (1):
habanalabs: remove low credit limit of DMA #0

Thomas Gleixner (1):
drivers: power: supply: goldfish_battery: Fix bogus SPDX identifier

drivers/extcon/Kconfig | 2 +-
drivers/misc/fastrpc.c | 7 ++++++-
drivers/misc/habanalabs/goya/goya.c | 9 ++++-----
drivers/power/supply/goldfish_battery.c | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)