mbox series

[GIT,PULL] fsi: changes for v5.18

Message ID CACPK8XeofS1jPtKcFgqmwaXfiH+GPCg7c8LhQx8N9m=xOwy=XA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] fsi: changes for v5.18 | expand

Pull-request

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

Message

Joel Stanley Feb. 21, 2022, 9:35 a.m. UTC
Hello Greg,

Here are some FSI changes that I would like you to pull through the
drivers tree for v5.18.

They have been on the list for some time and all have had review.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f2af60bb7ce2fa5397f401cbf65725d9c87329a4:

  fsi: Add trace events in initialization path (2022-02-21 19:38:54 +1030)

----------------------------------------------------------------
FSI changes for v5.18

 * Improvements in SCOM and OCC drivers for error handling and retries

 * Addition of tracepoints for initialisation path

 * API for setting long running SBE FIFO operations

----------------------------------------------------------------
Amitay Isaacs (2):
      fsi: sbefifo: Use specified value of start of response timeout
      fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl

Eddie James (2):
      fsi: occ: Improve response status checking
      fsi: Add trace events in initialization path

Joel Stanley (2):
      fsi: scom: Fix error handling
      fsi: scom: Remove retries in indirect scoms

 include/trace/events/fsi.h               | 86 +++++++++++++++++++++++++++++++
 include/trace/events/fsi_master_aspeed.h | 12 +++++
 include/uapi/linux/fsi.h                 | 14 +++++
 drivers/fsi/fsi-core.c                   | 11 ++--
 drivers/fsi/fsi-master-aspeed.c          |  2 +
 drivers/fsi/fsi-occ.c                    | 87 ++++++++++++++++++++------------
 drivers/fsi/fsi-sbefifo.c                | 53 ++++++++++++++++++-
 drivers/fsi/fsi-scom.c                   | 45 +++++++----------
 8 files changed, 247 insertions(+), 63 deletions(-)

Comments

gregkh@linuxfoundation.org Feb. 21, 2022, 4:48 p.m. UTC | #1
On Mon, Feb 21, 2022 at 09:35:53AM +0000, Joel Stanley wrote:
> Hello Greg,
> 
> Here are some FSI changes that I would like you to pull through the
> drivers tree for v5.18.
> 
> They have been on the list for some time and all have had review.
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v5.18

Pulled and pushed out, thanks.

greg k-h