mbox series

[GIT,PULL] FSI changes for 5.10

Message ID CACPK8XdDHEcbdH2HXeFpL9U+SYmydSMw5jkti_0x+EjQy7RDHg@mail.gmail.com
State Not Applicable, archived
Headers show
Series [GIT,PULL] FSI changes for 5.10 | expand

Pull-request

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

Message

Joel Stanley Sept. 11, 2020, 5:14 a.m. UTC
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(-)

Comments

gregkh@linuxfoundation.org Sept. 11, 2020, 12:23 p.m. UTC | #1
On Fri, Sep 11, 2020 at 05:14:05AM +0000, Joel Stanley wrote:
> 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

Pulled and pushed out, thanks!

greg k-h