Re: [GIT PULL] FSI updates round 2 for 4.19

2018-07-11 Thread Greg Kroah-Hartman
On Thu, Jul 12, 2018 at 01:03:44PM +1000, Benjamin Herrenschmidt wrote:
> Hi Greg !
> 
> This is the second round of updates of the FSI stack.
> 
> These comprise of:
> 
>  - Some build fixes detected with COMPILE_TEST when
> used on "other" archs
> 
>  - Sparse warning fixes
> 
>  - Some object lifetime fixes
> 
>  - A new feature to control some of the protocol delays
> 
>  - Overheaul of the "SCOM" driver used to access the POWER
> processor internal SCOM bus.
> 
>  - Preparatory work for the new ColdFire coprocessor based FSI master
> work which, along some other newer work is still going through the last
> few rounds of polish and DT bindings reviews.
> 
> The following changes since commit 9f4a8a2d7f9d71093f41c4bb0ef8707e8145bad3:
> 
>   fsi/sbefifo: Add driver for the SBE FIFO (2018-06-12 14:05:39 +1000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/benh/linux-fsi.git 
> tags/fsi-updates-2018-07-12

Pulled and pushed out now, thanks.

greg k-h


[GIT PULL] FSI updates round 2 for 4.19

2018-07-11 Thread Benjamin Herrenschmidt
Hi Greg !

This is the second round of updates of the FSI stack.

These comprise of:

 - Some build fixes detected with COMPILE_TEST when
used on "other" archs

 - Sparse warning fixes

 - Some object lifetime fixes

 - A new feature to control some of the protocol delays

 - Overheaul of the "SCOM" driver used to access the POWER
processor internal SCOM bus.

 - Preparatory work for the new ColdFire coprocessor based FSI master
work which, along some other newer work is still going through the last
few rounds of polish and DT bindings reviews.

The following changes since commit 9f4a8a2d7f9d71093f41c4bb0ef8707e8145bad3:

  fsi/sbefifo: Add driver for the SBE FIFO (2018-06-12 14:05:39 +1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/benh/linux-fsi.git 
tags/fsi-updates-2018-07-12

for you to fetch changes up to fea9cf321c916e9372874e6f2af1bf0b5beb89fb:

  fsi: Move various master definitions to a common header (2018-07-12 12:06:02 
+1000)


Benjamin Herrenschmidt (17):
  fsi: sbefifo: Remove unneeded semicolon
  fsi: scom: Add mutex around FSI2PIB accesses
  fsi: scom: Whitespace fixes
  fsi: scom: Fixup endian annotations
  fsi: scom: Add register definitions
  fsi: scom: Major overhaul
  fsi: sbefifo: Fix checker warning about late NULL check
  fsi: Move code around to avoid forward declaration
  fsi: Add mechanism to set the tSendDelay and tEchoDelay values
  fsi: master-gpio: Rename and adjust send delay
  fsi: master-gpio: Add support for link_config
  fsi: master-gpio: Add more tracepoints
  fsi: master-gpio: Remove unused definitions
  fsi: master-gpio: Remove "GPIO" prefix on some definitions
  fsi: Don't use device_unregister() in fsi_master_register()
  fsi: master-gpio: Add missing release function
  fsi: Move various master definitions to a common header

Eddie James (1):
  fsi: sbefifo: Add missing mutex_unlock

Guenter Roeck (1):
  fsi/sbefifo: Add dependency on OF_ADDRESS

Joel Stanley (3):
  fsi: sbefifo: Fix sparse warnings
  fsi: master-hub: Fix sparse warnings
  fsi: core: Fix sparse warnings

 drivers/fsi/Kconfig|   1 +
 drivers/fsi/fsi-core.c | 215 +++--
 drivers/fsi/fsi-master-gpio.c  | 170 ---
 drivers/fsi/fsi-master-hub.c   |   5 +-
 drivers/fsi/fsi-master.h   |  35 +
 drivers/fsi/fsi-sbefifo.c  |  15 +-
 drivers/fsi/fsi-scom.c | 433 
+++---
 include/trace/events/fsi_master_gpio.h |  59 
 include/uapi/linux/fsi.h   |  58 
 9 files changed, 813 insertions(+), 178 deletions(-)
 create mode 100644 include/uapi/linux/fsi.h