mbox series

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

Message ID e6eaa409883cbae8d1e818b732b98c3362635712.camel@pengutronix.de
State New
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(-)

Comments

Rob Herring (Arm) March 3, 2020, 9:31 p.m. UTC | #1
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 | #2
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