mbox series

[GIT,PULL,1/7] i.MX drivers update for 5.5

Message ID 20191105150315.15477-1-shawnguo@kernel.org (mailing list archive)
State Mainlined, archived
Commit 768e1a8e093677f5e0e7d0a447c1a856c16cbb66
Headers show
Series [GIT,PULL,1/7] i.MX drivers update for 5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.5

Message

Shawn Guo Nov. 5, 2019, 3:03 p.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.5

for you to fetch changes up to 768e1a8e093677f5e0e7d0a447c1a856c16cbb66:

  soc: imx8mq: Read SOC revision from TF-A (2019-11-04 11:32:12 +0800)

----------------------------------------------------------------
i.MX drivers update for 5.5:
 - Skip return check for those SCU firmware APIs that are defined as
   void function in firmware.
 - Use established serial_number attribute instead of custom one to show
   SoC's unique ID for i.MX8 SoC drivers.
 - Read i.MX8MQ SOC revision from TF-A which parses ROM and exposes the
   value through a SMC call. This improves the situation that SOC
   revision reports 'unknown' on some older revisions.
 - Add a check and warn on unexpected SCU RX to avoid potential stack
   corruption in imx-scu driver.
 - Fix a sparse warning in imx-scu-irq driver by adding missing header.
 - Remove an unneeded call to devm_of_platform_populate() from imx-dsp
   driver.

----------------------------------------------------------------
Anson Huang (3):
      firmware: imx: Skip return value check for some special SCU firmware APIs
      soc: imx8: Using existing serial_number instead of UID
      soc: imx-scu: Using existing serial_number instead of UID

Ben Dooks (Codethink) (1):
      firmware: imx: add missing include of <linux/firmware/imx/sci.h>

Daniel Baluta (1):
      firmware: imx: Remove call to devm_of_platform_populate

Leonard Crestez (2):
      firmware: imx: warn on unexpected RX
      soc: imx8mq: Read SOC revision from TF-A

 drivers/firmware/imx/imx-dsp.c     |  2 +-
 drivers/firmware/imx/imx-scu-irq.c |  1 +
 drivers/firmware/imx/imx-scu.c     | 24 ++++++++++++++++++-
 drivers/soc/imx/soc-imx-scu.c      | 34 ++++++++++++++------------
 drivers/soc/imx/soc-imx8.c         | 49 +++++++++++++++++++++++++++-----------
 5 files changed, 79 insertions(+), 31 deletions(-)

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#820): https://linux.kernel.org/g/patchwork-soc/message/820
Mute This Topic: https://linux.kernel.org/mt/42148816/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

Comments

patchwork-bot+linux-soc@kernel.org Nov. 6, 2019, 4:02 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Tue,  5 Nov 2019 23:03:09 +0800 you wrote:
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.5
> 
> [...]


Here is a summary with links:
  - [GIT,PULL,1/7] i.MX drivers update for 5.5
    https://git.kernel.org/soc/soc/c/8cbbff3a6423cc95fbd00c49da54952a87088d4f
  - [GIT,PULL,2/7] i.MX SoC update for 5.5
    https://git.kernel.org/soc/soc/c/0f3dac611060058524c68dadcc0ddaf923c84d1c
  - [GIT,PULL,3/7] i.MX dt-bindings update for 5.5
    https://git.kernel.org/soc/soc/c/51535d88ac974c4965c45b9e3a5cafd83f1f6ab7
  - [GIT,PULL,4/7] i.MX device tree changes for 5.5
    https://git.kernel.org/soc/soc/c/405b7b271c8bbcd72bab9909523d2c38c8c040e9
  - [GIT,PULL,5/7] i.MX arm64 device tree changes for 5.5
    https://git.kernel.org/soc/soc/c/06e78df33d3d3cdf144af070f2892774cdc1725f
  - [GIT,PULL,6/7] LX2160A TMU device tree support for 5.5
    https://git.kernel.org/soc/soc/c/17795bf9aab9f5b11a8401c999ef1dfe03df51e5
  - [GIT,PULL,7/7] i.MX defconfig update for 5.5
    https://git.kernel.org/soc/soc/c/1f0753ea6a38addd488ea62adac7fb0e81ac73ea

You are awesome, thank you!