[GIT PULL] fsi changes for v5.14

From: Joel Stanley
Date: Thu Jun 10 2021 - 01:08:18 EST


Hello Greg,

Here are some FSI changes that I'd like you to take through the driver
tree for v5.14.

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v5.14

for you to fetch changes up to 9ab1428dfe2c66b51e0b41337cd0164da0ab6080:

fsi/sbefifo: Fix reset timeout (2021-06-04 16:06:57 +0930)

----------------------------------------------------------------
FSI changes for v5.14

- Bug fixes for the OCC, SCOM and SBEFIFO drivers

- Performance fix for aspeed fsi master

- Small fixes from the mailing lists

----------------------------------------------------------------
Colin Ian King (1):
fsi: core: Fix return of error values on failures

Eddie James (6):
fsi: scom: Reset the FSI2PIB engine for any error
fsi: occ: Don't accept response from un-initialized OCC
fsi: occ: Log error for checksum failure
hwmon: (occ) Start sequence number at one
hwmon: (occ) Print response status in first poll error message
fsi: Aspeed: Reduce poll timeout

Joachim Fenkes (2):
fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
fsi/sbefifo: Fix reset timeout

Joel Stanley (2):
fsi: aspeed: Emit fewer barriers in opb operations
fsi: scom: Remove retries

Yangtao Li (1):
fsi: aspeed: convert to devm_platform_ioremap_resource

Zhen Lei (1):
fsi: master-ast-cf: Remove redundant error printing in
fsi_master_acf_probe()

Zou Wei (1):
fsi: Add missing MODULE_DEVICE_TABLE

drivers/fsi/fsi-core.c | 4 +-
drivers/fsi/fsi-master-aspeed.c | 33 ++++++++-----
drivers/fsi/fsi-master-ast-cf.c | 2 +-
drivers/fsi/fsi-master-gpio.c | 1 +
drivers/fsi/fsi-occ.c | 12 +++--
drivers/fsi/fsi-sbefifo.c | 10 ++--
drivers/fsi/fsi-scom.c | 105 +++++++++++++++-------------------------
drivers/hwmon/occ/common.c | 7 ++-
8 files changed, 82 insertions(+), 92 deletions(-)