All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Zabel <pza@pengutronix.de>
To: soc@kernel.org
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de
Subject: [GIT PULL] Reset controller updates for v5.12
Date: Fri, 29 Jan 2021 16:31:08 +0100	[thread overview]
Message-ID: <20210129153108.GA26994@pengutronix.de> (raw)

Dear arm-soc maintainers,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d17655759b3fc660ea49bd7be665c193030c77c0:

  reset: Add devm_reset_control_get_optional_exclusive_released() (2021-01-25 17:32:10 +0100)

----------------------------------------------------------------
Reset controller updates for v5.12

This tag adds support for Broadcom BCM4908 PCIe resets, corrects
the Hisilicon vendor prefix, adds a missing API function
devm_reset_control_get_optional_exclusive_released(), and fixes
the kernel-doc markup for the __device_reset() function.

----------------------------------------------------------------
Dmitry Osipenko (1):
      reset: Add devm_reset_control_get_optional_exclusive_released()

Mauro Carvalho Chehab (1):
      reset: core: fix a kernel-doc markup

Rafał Miłecki (2):
      dt-bindings: reset: document Broadcom's BCM4908 PCIe reset binding
      reset: simple: add BCM4908 MISC PCIe reset controller support

Zhen Lei (3):
      reset: hisilicon: correct vendor prefix
      dt-bindings: reset: correct vendor prefix hisi to hisilicon
      dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema

 .../reset/brcm,bcm4908-misc-pcie-reset.yaml        | 39 +++++++++++
 .../bindings/reset/hisilicon,hi3660-reset.txt      | 44 -------------
 .../bindings/reset/hisilicon,hi3660-reset.yaml     | 77 ++++++++++++++++++++++
 drivers/reset/Kconfig                              |  2 +-
 drivers/reset/core.c                               |  4 +-
 drivers/reset/hisilicon/reset-hi3660.c             |  9 ++-
 drivers/reset/reset-simple.c                       |  2 +
 include/linux/reset.h                              | 19 ++++++
 8 files changed, 147 insertions(+), 49 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/brcm,bcm4908-misc-pcie-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.yaml

WARNING: multiple messages have this Message-ID (diff)
From: Philipp Zabel <pza@pengutronix.de>
To: soc@kernel.org
Cc: kernel@pengutronix.de, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Reset controller updates for v5.12
Date: Fri, 29 Jan 2021 16:31:08 +0100	[thread overview]
Message-ID: <20210129153108.GA26994@pengutronix.de> (raw)
Message-ID: <20210129153108.9jzwkGu4aGfjFiBEZ3azL3yHkdKQkYBl1yMPSA80f5M@z> (raw)

Dear arm-soc maintainers,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d17655759b3fc660ea49bd7be665c193030c77c0:

  reset: Add devm_reset_control_get_optional_exclusive_released() (2021-01-25 17:32:10 +0100)

----------------------------------------------------------------
Reset controller updates for v5.12

This tag adds support for Broadcom BCM4908 PCIe resets, corrects
the Hisilicon vendor prefix, adds a missing API function
devm_reset_control_get_optional_exclusive_released(), and fixes
the kernel-doc markup for the __device_reset() function.

----------------------------------------------------------------
Dmitry Osipenko (1):
      reset: Add devm_reset_control_get_optional_exclusive_released()

Mauro Carvalho Chehab (1):
      reset: core: fix a kernel-doc markup

Rafał Miłecki (2):
      dt-bindings: reset: document Broadcom's BCM4908 PCIe reset binding
      reset: simple: add BCM4908 MISC PCIe reset controller support

Zhen Lei (3):
      reset: hisilicon: correct vendor prefix
      dt-bindings: reset: correct vendor prefix hisi to hisilicon
      dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema

 .../reset/brcm,bcm4908-misc-pcie-reset.yaml        | 39 +++++++++++
 .../bindings/reset/hisilicon,hi3660-reset.txt      | 44 -------------
 .../bindings/reset/hisilicon,hi3660-reset.yaml     | 77 ++++++++++++++++++++++
 drivers/reset/Kconfig                              |  2 +-
 drivers/reset/core.c                               |  4 +-
 drivers/reset/hisilicon/reset-hi3660.c             |  9 ++-
 drivers/reset/reset-simple.c                       |  2 +
 include/linux/reset.h                              | 19 ++++++
 8 files changed, 147 insertions(+), 49 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/brcm,bcm4908-misc-pcie-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.yaml

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

             reply	other threads:[~2021-01-29 15:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 15:31 Philipp Zabel [this message]
2021-01-29 15:31 ` [GIT PULL] Reset controller updates for v5.12 Philipp Zabel
2021-01-30 11:24 ` Arnd Bergmann
2021-01-30 11:24   ` Arnd Bergmann
2021-01-30 11:30 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210129153108.GA26994@pengutronix.de \
    --to=pza@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.