[GIT PULL] FSI changes for 5.10

Joel Stanley joel at jms.id.au
Fri Sep 11 15:14:05 AEST 2020


Hi Greg,

Here are some FSI changes for the 5.10 merge window.

The following changes since commit 4a851d714eadeabd65c7e321a2e7830f77d945c4:

  fsi: aspeed: Support CFAM reset GPIO (2020-09-10 12:26:43 +0930)

are available in the Git repository at:

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

for you to fetch changes up to 4a851d714eadeabd65c7e321a2e7830f77d945c4:

  fsi: aspeed: Support CFAM reset GPIO (2020-09-10 12:26:43 +0930)

----------------------------------------------------------------
FSI changes for 5.10

 - Misc code cleanups. Thanks to Colin, Xu and Rikard

 - Features for the ASPEED FSI master
  * Detect connection type and routing for Tacoma
  * Run at full speed (200MHz) by default
  * Set bus speed with a parameter
  * CFAM reset GPIO
  * 23 bit addressing

 - Core features
  * Disable unused links
  * Set LBUS ownership

----------------------------------------------------------------

Colin Ian King (1):
      fsi: master-ast-cf: fix spelling mistake "firwmare" -> "firmware"

Eddie James (5):
      fsi: aspeed: Enable 23-bit addressing
      fsi: master: Add boolean parameter to link_enable function
      fsi: core: Disable link when slave init fails
      fsi: core: Set slave local bus ownership during init
      fsi: master: Remove link enable read-back

Joel Stanley (5):
      dt-bindings: fsi: Document gpios
      fsi: aspeed: Support cabled FSI
      fsi: aspeed: Run the bus at maximum speed
      fsi: aspeed: Add module param for bus divisor
      fsi: aspeed: Support CFAM reset GPIO

Rikard Falkeborn (3):
      fsi: master: Constify hub_master_ids
      fsi: sbefifo: Constify sbefifo_ids
      fsi: scom: Constify scom_ids

Xu Wang (1):
      fsi: fsi-occ: fix return value check in occ_probe()

 Documentation/ABI/testing/sysfs-bus-fsi                     |   8 +++++
 Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt |  12 +++++++
 drivers/fsi/fsi-core.c                                      |  31
+++++++++++++++--
 drivers/fsi/fsi-master-aspeed.c                             | 134
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 drivers/fsi/fsi-master-ast-cf.c                             |   7 ++--
 drivers/fsi/fsi-master-gpio.c                               |   5 +--
 drivers/fsi/fsi-master-hub.c                                |  15 ++++++---
 drivers/fsi/fsi-master.h                                    |   3 +-
 drivers/fsi/fsi-occ.c                                       |   2 +-
 drivers/fsi/fsi-sbefifo.c                                   |   2 +-
 drivers/fsi/fsi-scom.c                                      |   2 +-
 11 files changed, 188 insertions(+), 33 deletions(-)


More information about the linux-fsi mailing list