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

2018-10-26 Thread Linus Torvalds
On Fri, Oct 26, 2018 at 3:03 AM Greg KH  wrote:
>
> Here is the big set of char/misc patches for 4.20-rc1.

Thanks, pulled,

 Linus


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

2018-10-26 Thread Linus Torvalds
On Fri, Oct 26, 2018 at 3:03 AM Greg KH  wrote:
>
> Here is the big set of char/misc patches for 4.20-rc1.

Thanks, pulled,

 Linus


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

2018-10-26 Thread Greg KH
The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 14fdc2c5318ae420e68496975f48dc1dbef52649:

  Documentation/security-bugs: Clarify treatment of embargoed information 
(2018-10-23 14:15:58 +0100)


Char/Misc driver patches for 4.20-rc1

Here is the big set of char/misc patches for 4.20-rc1.

Loads of things here, we have new code in all of these driver
subsystems:
fpga
stm
extcon
nvmem
eeprom
hyper-v
gsmi
coresight
thunderbolt
vmw_balloon
goldfish
soundwire

along with lots of fixes and minor changes to other small drivers.

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

Signed-off-by: Greg Kroah-Hartman 


Alan Tull (4):
  fpga: mgr: add devm_fpga_mgr_create
  fpga: bridge: add devm_fpga_bridge_create
  fpga: add devm_fpga_region_create
  docs: fpga: document programming fpgas using regions

Alexander Shishkin (17):
  stm class: Rework policy node fallback
  stm class: Clarify configfs root type/operations names
  stm class: Clean up stp_configfs_init
  stm class: Introduce framing protocol drivers
  stm class: Add a helper for writing data packets
  stm class: Factor out default framing protocol
  stm class: Switch over to the protocol driver
  stm class: Add MIPI SyS-T protocol support
  stm class: p_sys-t: Add support for CLOCKSYNC packets
  stm class: p_sys-t: Document the configfs interface
  stm class: Document the MIPI SyS-T protocol usage
  stm class: Update documentation to match the new identification rules
  stm class: SPDX-ify the documentation
  stm class: heartbeat: Fix whitespace
  lib: Add memcat_p(): paste 2 pointer arrays together
  stm class: Use memcat_p()
  lib: Fix ia64 bootloader linkage

Alexandre Belloni (1):
  uio: ensure class is registered before devices

Andreas Kemnade (1):
  w1: omap-hdq: fix missing bus unregister at removal

Andy Shevchenko (7):
  extcon: Make static analyzer happy about union assignment
  extcon: Switch to use kasprintf() instead of open coded
  extcon: cht-wc: Return from default case to avoid warnings
  extcon: cht-wc: Fix definition names according to spec
  extcon: cht-wc: Correct USBID bit field handling
  extcon: cht-wc: Convert to use SPDX identifier
  extcon: int3496: Convert to use SPDX identifier

Arnd Bergmann (2):
  slimbus: ngd: mark PM functions as __maybe_unused
  nvmem: hide unused nvmem_find_cell_by_index function

Bartosz Golaszewski (26):
  eeprom: eeprom_93xx46: use resource management
  eeprom: at25: use devm_nvmem_register()
  nvmem: provide nvmem_dev_name()
  nvmem: remove the name field from struct nvmem_device
  nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
  nvmem: remove a stray newline
  nvmem: check the return value of nvmem_add_cells()
  nvmem: use kref
  nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
  nvmem: sunxi_sid: use devm_nvmem_register()
  nvmem: lpc18xx_eeprom: use devm_nvmem_register()
  nvmem: mxs-ocotp: use devm_nvmem_register()
  nvmem: change the signature of nvmem_unregister()
  nvmem: remove the global cell list
  nvmem: add support for cell info
  nvmem: resolve cells from DT at registration time
  nvmem: add support for cell lookups from machine code
  Documentation: nvmem: document cell tables and lookup entries
  nvmem: add a notifier chain
  nvmem: use SPDX license identifiers
  nvmem: make the naming of arguments in nvmem_cell_get() consistent
  nvmem: use EOPNOTSUPP instead of ENOSYS
  nvmem: fix commenting style
  nvmem: use octal permissions instead of constants
  nvmem: fix nvmem_cell_get_from_lookup()
  nvmem: lpc18xx_eeprom: remove unused variable

Colin Ian King (6):
  drivers: fpga: fix two trivial spelling mistakes
  misc: apds990x: remove unused array ir_currents
  misc: bh1770glc: remove unused array prox_curr_ma
  firmware: google: make structure gsmi_dev static
  firmware: vpd: fix spelling mistake "partion" -> "partition"
  misc: mic: scif: remove redundant check on ret < 0

Dan Carpenter (1):
  mei: samples: fix a signedness bug in amt_host_if_call()

Dan Williams (1):
  MAINTAINERS: Clarify UIO vs UIOVEC maintainer

Dexuan Cui (4):
  Drivers: hv: vmbus: Fix the descriptions of some function parameters
  Drivers: hv: kvp: Fix the indentation of some "break" statements
  Drivers: hv: kvp: Fix two "this 

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

2018-10-26 Thread Greg KH
The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 14fdc2c5318ae420e68496975f48dc1dbef52649:

  Documentation/security-bugs: Clarify treatment of embargoed information 
(2018-10-23 14:15:58 +0100)


Char/Misc driver patches for 4.20-rc1

Here is the big set of char/misc patches for 4.20-rc1.

Loads of things here, we have new code in all of these driver
subsystems:
fpga
stm
extcon
nvmem
eeprom
hyper-v
gsmi
coresight
thunderbolt
vmw_balloon
goldfish
soundwire

along with lots of fixes and minor changes to other small drivers.

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

Signed-off-by: Greg Kroah-Hartman 


Alan Tull (4):
  fpga: mgr: add devm_fpga_mgr_create
  fpga: bridge: add devm_fpga_bridge_create
  fpga: add devm_fpga_region_create
  docs: fpga: document programming fpgas using regions

Alexander Shishkin (17):
  stm class: Rework policy node fallback
  stm class: Clarify configfs root type/operations names
  stm class: Clean up stp_configfs_init
  stm class: Introduce framing protocol drivers
  stm class: Add a helper for writing data packets
  stm class: Factor out default framing protocol
  stm class: Switch over to the protocol driver
  stm class: Add MIPI SyS-T protocol support
  stm class: p_sys-t: Add support for CLOCKSYNC packets
  stm class: p_sys-t: Document the configfs interface
  stm class: Document the MIPI SyS-T protocol usage
  stm class: Update documentation to match the new identification rules
  stm class: SPDX-ify the documentation
  stm class: heartbeat: Fix whitespace
  lib: Add memcat_p(): paste 2 pointer arrays together
  stm class: Use memcat_p()
  lib: Fix ia64 bootloader linkage

Alexandre Belloni (1):
  uio: ensure class is registered before devices

Andreas Kemnade (1):
  w1: omap-hdq: fix missing bus unregister at removal

Andy Shevchenko (7):
  extcon: Make static analyzer happy about union assignment
  extcon: Switch to use kasprintf() instead of open coded
  extcon: cht-wc: Return from default case to avoid warnings
  extcon: cht-wc: Fix definition names according to spec
  extcon: cht-wc: Correct USBID bit field handling
  extcon: cht-wc: Convert to use SPDX identifier
  extcon: int3496: Convert to use SPDX identifier

Arnd Bergmann (2):
  slimbus: ngd: mark PM functions as __maybe_unused
  nvmem: hide unused nvmem_find_cell_by_index function

Bartosz Golaszewski (26):
  eeprom: eeprom_93xx46: use resource management
  eeprom: at25: use devm_nvmem_register()
  nvmem: provide nvmem_dev_name()
  nvmem: remove the name field from struct nvmem_device
  nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
  nvmem: remove a stray newline
  nvmem: check the return value of nvmem_add_cells()
  nvmem: use kref
  nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
  nvmem: sunxi_sid: use devm_nvmem_register()
  nvmem: lpc18xx_eeprom: use devm_nvmem_register()
  nvmem: mxs-ocotp: use devm_nvmem_register()
  nvmem: change the signature of nvmem_unregister()
  nvmem: remove the global cell list
  nvmem: add support for cell info
  nvmem: resolve cells from DT at registration time
  nvmem: add support for cell lookups from machine code
  Documentation: nvmem: document cell tables and lookup entries
  nvmem: add a notifier chain
  nvmem: use SPDX license identifiers
  nvmem: make the naming of arguments in nvmem_cell_get() consistent
  nvmem: use EOPNOTSUPP instead of ENOSYS
  nvmem: fix commenting style
  nvmem: use octal permissions instead of constants
  nvmem: fix nvmem_cell_get_from_lookup()
  nvmem: lpc18xx_eeprom: remove unused variable

Colin Ian King (6):
  drivers: fpga: fix two trivial spelling mistakes
  misc: apds990x: remove unused array ir_currents
  misc: bh1770glc: remove unused array prox_curr_ma
  firmware: google: make structure gsmi_dev static
  firmware: vpd: fix spelling mistake "partion" -> "partition"
  misc: mic: scif: remove redundant check on ret < 0

Dan Carpenter (1):
  mei: samples: fix a signedness bug in amt_host_if_call()

Dan Williams (1):
  MAINTAINERS: Clarify UIO vs UIOVEC maintainer

Dexuan Cui (4):
  Drivers: hv: vmbus: Fix the descriptions of some function parameters
  Drivers: hv: kvp: Fix the indentation of some "break" statements
  Drivers: hv: kvp: Fix two "this