openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] FSI updates round 2 for 4.19
@ 2018-07-12  3:03 Benjamin Herrenschmidt
  2018-07-12  6:42 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2018-07-12  3:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, openbmc

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

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

* Re: [GIT PULL] FSI updates round 2 for 4.19
  2018-07-12  3:03 [GIT PULL] FSI updates round 2 for 4.19 Benjamin Herrenschmidt
@ 2018-07-12  6:42 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2018-07-12  6:42 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linux-kernel, openbmc

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

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

end of thread, other threads:[~2018-07-12  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12  3:03 [GIT PULL] FSI updates round 2 for 4.19 Benjamin Herrenschmidt
2018-07-12  6:42 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).