mbox series

[GIT,PULL] Reset controller updates for v5.8

Message ID 20200515143844.GA17201@pengutronix.de
State New
Headers show
Series [GIT,PULL] Reset controller updates for v5.8 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-for-v5.8

Message

Philipp Zabel May 15, 2020, 2:38 p.m. UTC
Dear SoC maintainers,

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.pengutronix.de/pza/linux.git tags/reset-for-v5.8

for you to fetch changes up to 697fa27dc5fb4c669471e728e97f176687982f95:

  reset: hi6220: Add support for AO reset controller (2020-05-06 12:03:43 +0200)

----------------------------------------------------------------
Reset controller updates for v5.8

This tag adds support for i.MX8MP and i.MX8MN SoCs to the i.MX7 reset
controller driver, extends the Hi6220 reset driver to support the AO
reset controller used to bring the Mali450 GPU out of reset, and adds
a define for the internal DAC reset line on Amlogic GXL SoCs.

----------------------------------------------------------------
Anson Huang (3):
      dt-bindings: reset: imx7: Add support for i.MX8MN
      dt-bindings: reset: imx7: Document usage on i.MX8MP SoC
      reset: imx7: Add support for i.MX8MP SoC

Jerome Brunet (1):
      dt-bindings: reset: meson: add gxl internal dac reset

Peter Griffin (1):
      reset: hi6220: Add support for AO reset controller

 .../devicetree/bindings/reset/fsl,imx7-src.txt     |   6 +-
 drivers/reset/hisilicon/hi6220_reset.c             |  69 +++++++++++++-
 drivers/reset/reset-imx7.c                         | 101 +++++++++++++++++++++
 .../dt-bindings/reset/amlogic,meson-gxbb-reset.h   |   2 +-
 include/dt-bindings/reset/imx8mp-reset.h           |  50 ++++++++++
 include/dt-bindings/reset/imx8mq-reset.h           |  56 ++++++------
 6 files changed, 253 insertions(+), 31 deletions(-)
 create mode 100644 include/dt-bindings/reset/imx8mp-reset.h