mbox series

[GIT,PULL] fsi changes for v6.1, second try

Message ID CACPK8Xf8FrRmiZphxF1eoqcE_0CVOsxSv9SmUGHrfdKH6p0oRA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] fsi changes for v6.1, second try | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v6.1-2

Message

Joel Stanley Sept. 28, 2022, 11:09 p.m. UTC
Hello Greg,

Here are some FSI updates for v6.1. The hwmon changes have been acked
by the maintainer., and the commit with the incorrect Fixes line has
been merged into the patch that it fixes.

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v6.1-2

for you to fetch changes up to 35af9fb49bc5c6d61ef70b501c3a56fe161cce3e:

  fsi: core: Check error number after calling ida_simple_get
(2022-09-28 21:10:57 +0930)

----------------------------------------------------------------
FSI changes for v6.1

 * Fix a OCC hwmon userspace compatibility regression that was
   introduced in v5.19

 * Device tree bindings for the OCC

 * A bunch of janitor type fixes

----------------------------------------------------------------
Eddie James (6):
      fsi: occ: Fix checksum failure mode
      hwmon (occ): Retry for checksum failure
      fsi: occ: Prevent use after free
      dt-bindings: hwmon: Add IBM OCC bindings
      fsi: occ: Support probing the hwmon child device from dts node
      hwmon: (occ) Check for device property for setting OCC active during probe

Jiasheng Jiang (1):
      fsi: core: Check error number after calling ida_simple_get

Joel Stanley (1):
      fsi: sbefifo: Add detailed debugging information

Luo Xueqin (1):
      fsi: Fix typo in comment

Lv Ruyi (1):
      fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe

Tom Rix (1):
      fsi: cleanup extern usage in function definition

 drivers/fsi/fsi-master.h                           |  2 +-
 drivers/fsi/fsi-core.c                             | 11 ++--
 drivers/fsi/fsi-master-ast-cf.c                    |  2 +
 drivers/fsi/fsi-occ.c                              | 66 ++++++++++++++++++----
 drivers/fsi/fsi-sbefifo.c                          | 15 +++--
 drivers/hwmon/occ/common.c                         | 11 +++-
 drivers/hwmon/occ/p9_sbe.c                         | 26 +++++++--
 .../devicetree/bindings/hwmon/ibm,occ-hwmon.yaml   | 39 +++++++++++++
 8 files changed, 143 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ibm,occ-hwmon.yaml

Comments

gregkh@linuxfoundation.org Sept. 30, 2022, 12:03 p.m. UTC | #1
On Wed, Sep 28, 2022 at 11:09:36PM +0000, Joel Stanley wrote:
> Hello Greg,
> 
> Here are some FSI updates for v6.1. The hwmon changes have been acked
> by the maintainer., and the commit with the incorrect Fixes line has
> been merged into the patch that it fixes.
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v6.1-2

Much better, now pulled and pushed out, thanks.

greg k-h