All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fsi changes for v5.14
@ 2021-06-10  5:01 Joel Stanley
  2021-06-10  5:19 ` Joel Stanley
  2021-06-10  6:47 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2021-06-10  5:01 UTC (permalink / raw)
  To: linux-fsi, Linux Kernel Mailing List, Greg KH; +Cc: Andrew Jeffery

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] fsi changes for v5.14
  2021-06-10  5:01 [GIT PULL] fsi changes for v5.14 Joel Stanley
@ 2021-06-10  5:19 ` Joel Stanley
  2021-06-10  6:47 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2021-06-10  5:19 UTC (permalink / raw)
  To: linux-fsi, Linux Kernel Mailing List, Greg KH, Guenter Roeck
  Cc: Andrew Jeffery

On Thu, 10 Jun 2021 at 05:01, Joel Stanley <joel@jms.id.au> wrote:
>
> Hello Greg,
>
> Here are some FSI changes that I'd like you to take through the driver
> tree for v5.14.

I should have mentioned that there are two hwmon patches included in
this series. Guneter has acked them and said that he expected them to
go through the FSI tree.

Guneter, that was a little while back. Let me know if you have any objections.

Cheers,

Joel

>
> 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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] fsi changes for v5.14
  2021-06-10  5:01 [GIT PULL] fsi changes for v5.14 Joel Stanley
  2021-06-10  5:19 ` Joel Stanley
@ 2021-06-10  6:47 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2021-06-10  6:47 UTC (permalink / raw)
  To: Joel Stanley; +Cc: linux-fsi, Linux Kernel Mailing List, Andrew Jeffery

On Thu, Jun 10, 2021 at 05:01:55AM +0000, Joel Stanley wrote:
> 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

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-10  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  5:01 [GIT PULL] fsi changes for v5.14 Joel Stanley
2021-06-10  5:19 ` Joel Stanley
2021-06-10  6:47 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.