linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX drivers update for 5.8
@ 2020-05-23  3:25 Shawn Guo
  2020-05-23  3:25 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Shawn Guo @ 2020-05-23  3:25 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 89f12d6509bff004852c51cb713a439a86816b24:

  firmware: imx: scu: Fix possible memory leak in imx_scu_probe() (2020-05-20 11:33:08 +0800)

----------------------------------------------------------------
i.MX drivers update for 5.8:

- Optimize imx-scu driver to use one TX and one RX instead of four for
  talking to SCU.
- Fix one possible message header corruption where the response is
  longer than the request.
- Move System Control defines into dt-bindings header, so that DT can
  use them as well.
- A couple of small fixups.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx8m: No need to put node when of_find_compatible_node() failed

Dong Aisheng (2):
      dt-bindings: firmware: imx: Move system control into dt-binding headfile
      dt-bindings: firmware: imx: Add more system controls and PM clock types

Franck LENORMAND (1):
      firmware: imx: scu: Fix corruption of header

Peng Fan (1):
      firmware: imx-scu: Support one TX and one RX

Wei Yongjun (1):
      firmware: imx: scu: Fix possible memory leak in imx_scu_probe()

 drivers/firmware/imx/imx-scu.c          | 64 ++++++++++++++++++-------
 drivers/soc/imx/soc-imx8m.c             |  7 ++-
 drivers/thermal/imx_sc_thermal.c        |  2 +-
 include/dt-bindings/firmware/imx/rsrc.h | 84 +++++++++++++++++++++++++++++++++
 include/linux/firmware/imx/sci.h        |  1 -
 include/linux/firmware/imx/types.h      | 65 -------------------------
 6 files changed, 136 insertions(+), 87 deletions(-)
 delete mode 100644 include/linux/firmware/imx/types.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-05-23  3:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-23  3:25 [GIT PULL 1/6] i.MX drivers update for 5.8 Shawn Guo
2020-05-23  3:25 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
2020-05-23  3:25 ` [GIT PULL 3/6] i.MX bindings change " Shawn Guo
2020-05-23  3:25 ` [GIT PULL 4/6] i.MX device tree changes " Shawn Guo
2020-05-23  3:25 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
2020-05-23  3:25 ` [GIT PULL 6/6] i.MX defconfig update " Shawn Guo

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).