mbox series

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

Message ID 20190212112126.572-1-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers update for 5.1 | expand

Pull-request

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

Message

Shawn Guo Feb. 12, 2019, 11:21 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d90bf296ae18f26a18e572965fc0047fa1bd37a8:

  firmware: imx: Add support to start/stop a CPU (2019-02-11 10:00:47 +0800)

----------------------------------------------------------------
i.MX drivers update for 5.1:
 - Do not get GPCv2 driver depend on SOC_IMX8MQ since the driver is
   going to be used on more SoCs than just i.MX8MQ.
 - Add power domain information into SCU bindings document.
 - Add support of start/stop a CPU into imx firmware driver.
 - Support multiple address ranges per child node for imx-weim bus
   driver.

----------------------------------------------------------------
Abel Vesa (1):
      soc: imx: Break dependency on SOC_IMX8MQ for GPCv2

Aisheng Dong (3):
      dt-bindings: fsl: scu: add fallback compatible string for power domain
      dt-bindings: fsl: scu: add imx8qm scu power domain support
      firmware: imx: scu-pd: add fallback compatible string support

Daniel Baluta (1):
      firmware: imx: Add support to start/stop a CPU

Lucas Stach (2):
      soc: imx: gpcv2: handle additional power-down bits in handshake register
      soc: imx: gpcv2: handle reset clocks

Sven Van Asbroeck (3):
      dt-bindings: bus: imx-weim: document multiple address ranges per child node
      bus: imx-weim: support multiple address ranges per child node
      bus: imx-weim: guard against timing configuration conflicts

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  |  8 ++-
 Documentation/devicetree/bindings/bus/imx-weim.txt | 32 ++++++++-
 .../devicetree/bindings/power/fsl,imx-gpcv2.txt    |  3 +
 drivers/bus/imx-weim.c                             | 70 ++++++++++++++++----
 drivers/firmware/imx/misc.c                        | 38 +++++++++++
 drivers/firmware/imx/scu-pd.c                      |  1 +
 drivers/soc/imx/Kconfig                            |  2 +-
 drivers/soc/imx/gpcv2.c                            | 76 +++++++++++++++++++++-
 include/linux/firmware/imx/svc/misc.h              |  3 +
 9 files changed, 212 insertions(+), 21 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 4:18 p.m. UTC | #1
On Tue, Feb 12, 2019 at 12:21 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.1
>
> for you to fetch changes up to d90bf296ae18f26a18e572965fc0047fa1bd37a8:
>
>   firmware: imx: Add support to start/stop a CPU (2019-02-11 10:00:47 +0800)
>
> ----------------------------------------------------------------
> i.MX drivers update for 5.1:
>  - Do not get GPCv2 driver depend on SOC_IMX8MQ since the driver is
>    going to be used on more SoCs than just i.MX8MQ.
>  - Add power domain information into SCU bindings document.
>  - Add support of start/stop a CPU into imx firmware driver.
>  - Support multiple address ranges per child node for imx-weim bus
>    driver.

Pulled into arm/drivers, thanks!

        Arnd