mbox series

[GIT,PULL,REQUEST] watchdog - v6.5 release cycle.

Message ID 20230705122357.GA14855@www.linux-watchdog.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.5 release cycle. | expand

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1

Message

Wim Van Sebroeck July 5, 2023, 12:23 p.m. UTC
Hi Linus,

Please pull following watchdog changes for the v6.5 release cycle.

This series contains:
* Add Xilinx Versal watchdog
* support Hygon FCH/SCH (Server Controller Hub)
* Convert GPL notices to SPDX identifiers
* Other improvements

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 547cc9be86f4c51c51fd429ace6c2e1ef9050d15:

  Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-06-25 10:13:17 -0700)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1

for you to fetch changes up to 009637de1f65cff452ad49554d1e8ef9fda99e43:

  watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) (2023-06-26 14:30:07 +0200)

----------------------------------------------------------------
linux-watchdog 6.5-rc1 tag

----------------------------------------------------------------
Bagas Sanjaya (2):
      watchdog: Convert GPL 2.0 notice to SPDX identifier
      watchdog: ibmasr: Replace GPL license notice with SPDX identifier

Keguang Zhang (1):
      watchdog: loongson1_wdt: Add DT support

Krzysztof Kozlowski (1):
      dt-bindings: watchdog: restrict node name suffixes

Srinivas Neeli (3):
      dt-bindings: watchdog: xlnx,versal-wwdt: Add versal watchdog
      watchdog: xilinx_wwdt: Add Versal window watchdog support
      MAINTAINERS: Add support for Xilinx versal watchdog

Uwe Kleine-König (1):
      watchdog: ziirave_wdt: Switch i2c driver back to use .probe()

Yuechao Zhao (1):
      watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)

 .../devicetree/bindings/watchdog/watchdog.yaml     |   4 +-
 .../bindings/watchdog/xlnx,versal-wwdt.yaml        |  50 +++++
 MAINTAINERS                                        |   2 +
 drivers/watchdog/Kconfig                           |  18 ++
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/ep93xx_wdt.c                      |   5 +-
 drivers/watchdog/ibmasr.c                          |   3 +-
 drivers/watchdog/loongson1_wdt.c                   |  13 +-
 drivers/watchdog/m54xx_wdt.c                       |   4 +-
 drivers/watchdog/max63xx_wdt.c                     |   5 +-
 drivers/watchdog/moxart_wdt.c                      |   4 +-
 drivers/watchdog/octeon-wdt-nmi.S                  |   5 +-
 drivers/watchdog/orion_wdt.c                       |   4 +-
 drivers/watchdog/rtd119x_wdt.c                     |   2 +-
 drivers/watchdog/sbc_fitpc2_wdt.c                  |   4 +-
 drivers/watchdog/sp5100_tco.c                      |   4 +-
 drivers/watchdog/ts4800_wdt.c                      |   4 +-
 drivers/watchdog/ts72xx_wdt.c                      |   4 +-
 drivers/watchdog/xilinx_wwdt.c                     | 201 +++++++++++++++++++++
 drivers/watchdog/ziirave_wdt.c                     |   2 +-
 20 files changed, 301 insertions(+), 38 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
 create mode 100644 drivers/watchdog/xilinx_wwdt.c
----------------------------------------------------------------

Kind regards,
Wim.

Comments

Keguang Zhang July 5, 2023, 1:01 p.m. UTC | #1
Hi Wim,
Sorry to bother you.

On Wed, Jul 5, 2023 at 8:23 PM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
>
> Hi Linus,
>
> Please pull following watchdog changes for the v6.5 release cycle.
>
> This series contains:
> * Add Xilinx Versal watchdog
> * support Hygon FCH/SCH (Server Controller Hub)
> * Convert GPL notices to SPDX identifiers
> * Other improvements
>
> The output from git request-pull:
> ----------------------------------------------------------------
> The following changes since commit 547cc9be86f4c51c51fd429ace6c2e1ef9050d15:
>
>   Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-06-25 10:13:17 -0700)
>
> are available in the git repository at:
>
>   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1
>
> for you to fetch changes up to 009637de1f65cff452ad49554d1e8ef9fda99e43:
>
>   watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) (2023-06-26 14:30:07 +0200)
>
> ----------------------------------------------------------------
> linux-watchdog 6.5-rc1 tag
>
> ----------------------------------------------------------------
> Bagas Sanjaya (2):
>       watchdog: Convert GPL 2.0 notice to SPDX identifier
>       watchdog: ibmasr: Replace GPL license notice with SPDX identifier
>
> Keguang Zhang (1):
>       watchdog: loongson1_wdt: Add DT support

Did you miss the following patch?
dt-bindings: watchdog: Add Loongson-1 watchdog
https://lore.kernel.org/lkml/20230511121159.463645-2-keguang.zhang@gmail.com/

>
> Krzysztof Kozlowski (1):
>       dt-bindings: watchdog: restrict node name suffixes
>
> Srinivas Neeli (3):
>       dt-bindings: watchdog: xlnx,versal-wwdt: Add versal watchdog
>       watchdog: xilinx_wwdt: Add Versal window watchdog support
>       MAINTAINERS: Add support for Xilinx versal watchdog
>
> Uwe Kleine-König (1):
>       watchdog: ziirave_wdt: Switch i2c driver back to use .probe()
>
> Yuechao Zhao (1):
>       watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)
>
>  .../devicetree/bindings/watchdog/watchdog.yaml     |   4 +-
>  .../bindings/watchdog/xlnx,versal-wwdt.yaml        |  50 +++++
>  MAINTAINERS                                        |   2 +
>  drivers/watchdog/Kconfig                           |  18 ++
>  drivers/watchdog/Makefile                          |   1 +
>  drivers/watchdog/ep93xx_wdt.c                      |   5 +-
>  drivers/watchdog/ibmasr.c                          |   3 +-
>  drivers/watchdog/loongson1_wdt.c                   |  13 +-
>  drivers/watchdog/m54xx_wdt.c                       |   4 +-
>  drivers/watchdog/max63xx_wdt.c                     |   5 +-
>  drivers/watchdog/moxart_wdt.c                      |   4 +-
>  drivers/watchdog/octeon-wdt-nmi.S                  |   5 +-
>  drivers/watchdog/orion_wdt.c                       |   4 +-
>  drivers/watchdog/rtd119x_wdt.c                     |   2 +-
>  drivers/watchdog/sbc_fitpc2_wdt.c                  |   4 +-
>  drivers/watchdog/sp5100_tco.c                      |   4 +-
>  drivers/watchdog/ts4800_wdt.c                      |   4 +-
>  drivers/watchdog/ts72xx_wdt.c                      |   4 +-
>  drivers/watchdog/xilinx_wwdt.c                     | 201 +++++++++++++++++++++
>  drivers/watchdog/ziirave_wdt.c                     |   2 +-
>  20 files changed, 301 insertions(+), 38 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
>  create mode 100644 drivers/watchdog/xilinx_wwdt.c
> ----------------------------------------------------------------
>
> Kind regards,
> Wim.
>
Linus Torvalds July 5, 2023, 7:53 p.m. UTC | #2
On Wed, 5 Jul 2023 at 05:24, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
>   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1

I think that machine is feeling a bit sick. I just get "Connection refused".

           Linus
Wim Van Sebroeck July 6, 2023, 9:34 a.m. UTC | #3
Hi Linus,

> On Wed, 5 Jul 2023 at 05:24, Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> >
> >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1
> 
> I think that machine is feeling a bit sick. I just get "Connection refused".

Should be fixed.

Kind regards,
Wim.
Wim Van Sebroeck July 6, 2023, 9:42 a.m. UTC | #4
Hi Keguang,

> Hi Wim,
> Sorry to bother you.
> 
> On Wed, Jul 5, 2023 at 8:23 PM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> >
> >
> > Hi Linus,
> >
> > Please pull following watchdog changes for the v6.5 release cycle.
> >
> > This series contains:
> > * Add Xilinx Versal watchdog
> > * support Hygon FCH/SCH (Server Controller Hub)
> > * Convert GPL notices to SPDX identifiers
> > * Other improvements
> >
> > The output from git request-pull:
> > ----------------------------------------------------------------
> > The following changes since commit 547cc9be86f4c51c51fd429ace6c2e1ef9050d15:
> >
> >   Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-06-25 10:13:17 -0700)
> >
> > are available in the git repository at:
> >
> >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1
> >
> > for you to fetch changes up to 009637de1f65cff452ad49554d1e8ef9fda99e43:
> >
> >   watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) (2023-06-26 14:30:07 +0200)
> >
> > ----------------------------------------------------------------
> > linux-watchdog 6.5-rc1 tag
> >
> > ----------------------------------------------------------------
> > Bagas Sanjaya (2):
> >       watchdog: Convert GPL 2.0 notice to SPDX identifier
> >       watchdog: ibmasr: Replace GPL license notice with SPDX identifier
> >
> > Keguang Zhang (1):
> >       watchdog: loongson1_wdt: Add DT support
> 
> Did you miss the following patch?
> dt-bindings: watchdog: Add Loongson-1 watchdog
> https://lore.kernel.org/lkml/20230511121159.463645-2-keguang.zhang@gmail.com/

Yes I apparently did. I'll add it.

> >
> > Krzysztof Kozlowski (1):
> >       dt-bindings: watchdog: restrict node name suffixes
> >
> > Srinivas Neeli (3):
> >       dt-bindings: watchdog: xlnx,versal-wwdt: Add versal watchdog
> >       watchdog: xilinx_wwdt: Add Versal window watchdog support
> >       MAINTAINERS: Add support for Xilinx versal watchdog
> >
> > Uwe Kleine-König (1):
> >       watchdog: ziirave_wdt: Switch i2c driver back to use .probe()
> >
> > Yuechao Zhao (1):
> >       watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)
> >
> >  .../devicetree/bindings/watchdog/watchdog.yaml     |   4 +-
> >  .../bindings/watchdog/xlnx,versal-wwdt.yaml        |  50 +++++
> >  MAINTAINERS                                        |   2 +
> >  drivers/watchdog/Kconfig                           |  18 ++
> >  drivers/watchdog/Makefile                          |   1 +
> >  drivers/watchdog/ep93xx_wdt.c                      |   5 +-
> >  drivers/watchdog/ibmasr.c                          |   3 +-
> >  drivers/watchdog/loongson1_wdt.c                   |  13 +-
> >  drivers/watchdog/m54xx_wdt.c                       |   4 +-
> >  drivers/watchdog/max63xx_wdt.c                     |   5 +-
> >  drivers/watchdog/moxart_wdt.c                      |   4 +-
> >  drivers/watchdog/octeon-wdt-nmi.S                  |   5 +-
> >  drivers/watchdog/orion_wdt.c                       |   4 +-
> >  drivers/watchdog/rtd119x_wdt.c                     |   2 +-
> >  drivers/watchdog/sbc_fitpc2_wdt.c                  |   4 +-
> >  drivers/watchdog/sp5100_tco.c                      |   4 +-
> >  drivers/watchdog/ts4800_wdt.c                      |   4 +-
> >  drivers/watchdog/ts72xx_wdt.c                      |   4 +-
> >  drivers/watchdog/xilinx_wwdt.c                     | 201 +++++++++++++++++++++
> >  drivers/watchdog/ziirave_wdt.c                     |   2 +-
> >  20 files changed, 301 insertions(+), 38 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
> >  create mode 100644 drivers/watchdog/xilinx_wwdt.c
> > ----------------------------------------------------------------
> >
> > Kind regards,
> > Wim.
> >
> 
> 
> -- 
> Best regards,
> 
> Keguang Zhang

Kind regards,
Wim.
Keguang Zhang July 6, 2023, 9:51 a.m. UTC | #5
Thanks very much!

On Thu, Jul 6, 2023 at 5:42 PM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
>
> Hi Keguang,
>
> > Hi Wim,
> > Sorry to bother you.
> >
> > On Wed, Jul 5, 2023 at 8:23 PM Wim Van Sebroeck <wim@linux-watchdog.org> wrote:
> > >
> > >
> > > Hi Linus,
> > >
> > > Please pull following watchdog changes for the v6.5 release cycle.
> > >
> > > This series contains:
> > > * Add Xilinx Versal watchdog
> > > * support Hygon FCH/SCH (Server Controller Hub)
> > > * Convert GPL notices to SPDX identifiers
> > > * Other improvements
> > >
> > > The output from git request-pull:
> > > ----------------------------------------------------------------
> > > The following changes since commit 547cc9be86f4c51c51fd429ace6c2e1ef9050d15:
> > >
> > >   Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-06-25 10:13:17 -0700)
> > >
> > > are available in the git repository at:
> > >
> > >   git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1
> > >
> > > for you to fetch changes up to 009637de1f65cff452ad49554d1e8ef9fda99e43:
> > >
> > >   watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) (2023-06-26 14:30:07 +0200)
> > >
> > > ----------------------------------------------------------------
> > > linux-watchdog 6.5-rc1 tag
> > >
> > > ----------------------------------------------------------------
> > > Bagas Sanjaya (2):
> > >       watchdog: Convert GPL 2.0 notice to SPDX identifier
> > >       watchdog: ibmasr: Replace GPL license notice with SPDX identifier
> > >
> > > Keguang Zhang (1):
> > >       watchdog: loongson1_wdt: Add DT support
> >
> > Did you miss the following patch?
> > dt-bindings: watchdog: Add Loongson-1 watchdog
> > https://lore.kernel.org/lkml/20230511121159.463645-2-keguang.zhang@gmail.com/
>
> Yes I apparently did. I'll add it.
>
> > >
> > > Krzysztof Kozlowski (1):
> > >       dt-bindings: watchdog: restrict node name suffixes
> > >
> > > Srinivas Neeli (3):
> > >       dt-bindings: watchdog: xlnx,versal-wwdt: Add versal watchdog
> > >       watchdog: xilinx_wwdt: Add Versal window watchdog support
> > >       MAINTAINERS: Add support for Xilinx versal watchdog
> > >
> > > Uwe Kleine-König (1):
> > >       watchdog: ziirave_wdt: Switch i2c driver back to use .probe()
> > >
> > > Yuechao Zhao (1):
> > >       watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)
> > >
> > >  .../devicetree/bindings/watchdog/watchdog.yaml     |   4 +-
> > >  .../bindings/watchdog/xlnx,versal-wwdt.yaml        |  50 +++++
> > >  MAINTAINERS                                        |   2 +
> > >  drivers/watchdog/Kconfig                           |  18 ++
> > >  drivers/watchdog/Makefile                          |   1 +
> > >  drivers/watchdog/ep93xx_wdt.c                      |   5 +-
> > >  drivers/watchdog/ibmasr.c                          |   3 +-
> > >  drivers/watchdog/loongson1_wdt.c                   |  13 +-
> > >  drivers/watchdog/m54xx_wdt.c                       |   4 +-
> > >  drivers/watchdog/max63xx_wdt.c                     |   5 +-
> > >  drivers/watchdog/moxart_wdt.c                      |   4 +-
> > >  drivers/watchdog/octeon-wdt-nmi.S                  |   5 +-
> > >  drivers/watchdog/orion_wdt.c                       |   4 +-
> > >  drivers/watchdog/rtd119x_wdt.c                     |   2 +-
> > >  drivers/watchdog/sbc_fitpc2_wdt.c                  |   4 +-
> > >  drivers/watchdog/sp5100_tco.c                      |   4 +-
> > >  drivers/watchdog/ts4800_wdt.c                      |   4 +-
> > >  drivers/watchdog/ts72xx_wdt.c                      |   4 +-
> > >  drivers/watchdog/xilinx_wwdt.c                     | 201 +++++++++++++++++++++
> > >  drivers/watchdog/ziirave_wdt.c                     |   2 +-
> > >  20 files changed, 301 insertions(+), 38 deletions(-)
> > >  create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
> > >  create mode 100644 drivers/watchdog/xilinx_wwdt.c
> > > ----------------------------------------------------------------
> > >
> > > Kind regards,
> > > Wim.
> > >
> >
> >
> > --
> > Best regards,
> >
> > Keguang Zhang
>
> Kind regards,
> Wim.
>
pr-tracker-bot@kernel.org July 6, 2023, 5:29 p.m. UTC | #6
The pull request you sent on Wed, 5 Jul 2023 14:23:57 +0200:

> git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.5-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c91e587be8e2680786cbf0b87fa7ae92c345857f

Thank you!