Re: [GIT PULL] Char/Misc driver patches for 4.21-rc1

2018-12-28 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Dec 2018 16:36:53 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 
> tags/char-misc-4.21-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/457fa3469a65a524be04412f5cd497fa3b11c9fd

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


Re: [GIT PULL] Char/Misc driver patches for 4.21-rc1

2018-12-28 Thread Greg KH
On Fri, Dec 28, 2018 at 04:36:53PM +0100, Greg KH wrote:
> The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:
> 
>   Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 
> tags/char-misc-4.21-rc1
> 
> for you to fetch changes up to fbc4904c287778ddb74bf6060ac9dec51992fc53:
> 
>   MAINTAINERS: add another Android binder maintainer (2018-12-21 08:35:45 
> +0100)

Note, there will be a merge conflict in your tree with the
drivers/ptp/ptp_clock.c file.  The fix should be pretty straightforward,
the chunk from this tree should be the one to take.

thanks,

greg k-h


[GIT PULL] Char/Misc driver patches for 4.21-rc1

2018-12-28 Thread Greg KH
The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

  Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 
tags/char-misc-4.21-rc1

for you to fetch changes up to fbc4904c287778ddb74bf6060ac9dec51992fc53:

  MAINTAINERS: add another Android binder maintainer (2018-12-21 08:35:45 +0100)


Char/Misc driver patches for 4.21-rc1

Here is the big set of char and misc driver patches for 4.21-rc1.

Lots of different types of driver things in here, as this tree seems to
be the "collection of various driver subsystems not big enough to have
their own git tree" lately.

Anyway, some highlights of the changes in here:
  - binderfs: is it a rule that all driver subsystems will eventually
grow to have their own filesystem?  Binder now has one to handle the
use of it in containerized systems.  This was discussed at the
Plumbers conference a few months ago and knocked into mergable shape
very fast by Christian Brauner.  Who also has signed up to be
another binder maintainer, showing a distinct lack of good judgement :)
  - binder updates and fixes
  - mei driver updates
  - fpga driver updates and additions
  - thunderbolt driver updates
  - soundwire driver updates
  - extcon driver updates
  - nvmem driver updates
  - hyper-v driver updates
  - coresight driver updates
  - pvpanic driver additions and reworking for more device support
  - lp driver updates.  Yes really, it's _finally_ moved to the proper
parallal port driver model, something I never thought I would see
happen.  Good stuff.
  - other tiny driver updates and fixes.

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

Signed-off-by: Greg Kroah-Hartman 


Alan Tull (3):
  dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
  arm64: dts: stratix10: add fpga manager and region
  fpga: add intel stratix10 soc fpga manager driver

Alban Bedel (1):
  mtd: add support for reading MTD devices via the nvmem API

Alexander Shishkin (3):
  stm class: Fix a module refcount leak in policy creation error path
  stm class: Add a reference to the SyS-T document
  intel_th: msu: Fix an off-by-one in attribute store

Alexander Usyskin (4):
  mei: flush queues by the host client only
  mei: expedite ioctl return on the notify set operation error
  mei: bump hbm version to 2.1
  mei: me: mark CNP devices as having dma support

Alexandre Belloni (1):
  nvmem: add type attribute

Anatolij Gustschin (3):
  fpga: altera-cvp: fix 'bad IO access' on x86_64
  fpga: altera-cvp: fix probing for multiple FPGAs on the bus
  fpga: mgr: altera-ps-spi: enable usage on non-dt platforms

Andreas Puhm (1):
  fpga: altera-cvp: Fix registration for CvP incapable devices

Andrey Smirnov (1):
  tools: Add 'firmware' category and add ihex2fw tool

Andy Shevchenko (1):
  nvmem: Move nvmem_type_str array to its only user

Arnd Bergmann (1):
  vbox: fix link error with 'gcc -Og'

Bartosz Golaszewski (1):
  nvmem: add new config option

Christian Borntraeger (1):
  genwqe: Fix size check

Christian Brauner (2):
  binder: implement binderfs
  MAINTAINERS: add another Android binder maintainer

Colin Ian King (5):
  tlclk: clean an indentation issue, remove extraneous tabs
  altera-stapl: check for a null key before strcasecmp'ing it
  coresight: fix spelling mistake "deffered" -> "deferred"
  slimbus: ngd: fix spelling mistake "exeeds" -> "exceeds"
  misc: ti-st: make array read_ver_cmd static, shrinks object size

Dan Carpenter (3):
  misc/pvpanic: fix a NULL vs IS_ERR() check
  misc: vexpress: Off by one in vexpress_syscfg_exec()
  ptp: fix an IS_ERR() vs NULL check

Dexuan Cui (3):
  Drivers: hv: kvp: Use %u to print U32
  Tools: hv: kvp: Fix a warning of buffer overflow with gcc 8.0.1
  Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()

Greg Kroah-Hartman (6):
  Merge 4.20-rc4 into char-misc-next
  Merge 4.20-rc5 into char-misc-next
  Merge tag 'soundwire-4.21-rc1' of 
git://git.kernel.org/.../vkoul/soundwire into char-misc-next
  Merge 4.20-rc6 into char-misc-next
  Merge tag 'thunderbolt-for-v4.21' of 
git://git.kernel.org/.../westeri/thunderbolt into char-misc-next
  Merge tag 'extcon-next-for-4.21' of 
git://git.kernel.org/.../chanwoo/extcon into char-misc-next

Gustavo A. R. Silva (1):
  parport: parport_pc: Mark expected switch fall-through

Haiyang Zhang (1):
  hv_utils: update name in struct hv_driver util_drv

Ioana Ciornei (1):
  bus: fsl-mc: explicitly define the fsl_mc_command endianness

Jerome Brunet (3):
  nvmem: meson-efuse: add error message on user_max failure.
  nvmem: