mbox series

[GIT,PULL] Reset controller fixes for v5.6

Message ID e6eaa409883cbae8d1e818b732b98c3362635712.camel@pengutronix.de (mailing list archive)
State Mainlined, archived
Commit b460e0a9e2404450a0cc4c5e6476483d6cda1b26
Headers show
Series [GIT,PULL] Reset controller fixes for v5.6 | expand

Pull-request

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

Message

Philipp Zabel Feb. 17, 2020, 9:09 a.m. UTC
Dear SoC maintainers,

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b460e0a9e2404450a0cc4c5e6476483d6cda1b26:

  reset: intel: add unspecified HAS_IOMEM dependency (2020-02-10 11:11:55 +0100)

----------------------------------------------------------------
Reset controller fixes for v5.6

Fix the intel,rcu-gw binding schema for the intel,global-reset
property, fix whitespace in the MAINTAINERS keyword entry, and
add missing CONFIG_HAS_IOMEM dependency to CONFIG_RESET_INTEL_GW
and CONFIG_RESET_BRCMSTB_RESCAL.

----------------------------------------------------------------
Brendan Higgins (2):
      reset: brcmstb-rescal: add unspecified HAS_IOMEM dependency
      reset: intel: add unspecified HAS_IOMEM dependency

Lukas Bulwahn (1):
      MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK

Rob Herring (1):
      dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema

 Documentation/devicetree/bindings/reset/intel,rcu-gw.yaml | 6 +++++-
 MAINTAINERS                                               | 2 +-
 drivers/reset/Kconfig                                     | 3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

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

View/Reply Online (#1397): https://linux.kernel.org/g/patchwork-soc/message/1397
Mute This Topic: https://linux.kernel.org/mt/71346087/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 Feb. 24, 2020, 6:02 p.m. UTC | #1
Hello:

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

On Mon, 17 Feb 2020 10:09:47 +0100 you wrote:
> Dear SoC maintainers,
> 
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> 
> are available in the Git repository at:
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] Reset controller fixes for v5.6
    https://git.kernel.org/soc/soc/c/0e26cbdfb32ed5bb65ca4640716c62129865b59c

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org Feb. 24, 2020, 6:02 p.m. UTC | #2
Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes).

On Mon, 17 Feb 2020 10:09:47 +0100 you wrote:
> Dear SoC maintainers,
> 
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> 
> are available in the Git repository at:
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] Reset controller fixes for v5.6
    https://git.kernel.org/soc/soc/c/0e26cbdfb32ed5bb65ca4640716c62129865b59c

You are awesome, thank you!
Rob Herring March 3, 2020, 9:31 p.m. UTC | #3
On Mon, Feb 17, 2020 at 3:10 AM Philipp Zabel <p.zabel@pengutronix.de> wrote:
>
> Dear SoC maintainers,
>
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
>
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
>
> are available in the Git repository at:
>
>   git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.6

Is this landing in Linus' tree any time soon? It's only been 6 weeks
since sending the fix.

Rob
Olof Johansson March 3, 2020, 10:59 p.m. UTC | #4
On Tue, Mar 3, 2020 at 1:31 PM Rob Herring <robh@kernel.org> wrote:
>
> On Mon, Feb 17, 2020 at 3:10 AM Philipp Zabel <p.zabel@pengutronix.de> wrote:
> >
> > Dear SoC maintainers,
> >
> > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> >
> >   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.6
>
> Is this landing in Linus' tree any time soon? It's only been 6 weeks
> since sending the fix.

It's been sitting in our tree since Feb 24, and should go in this week
when I send out a pull request.


-Olof