Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1653129 > unrolled thread
| Started by | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| First post | 2017-05-30 13:20 +0200 |
| Last post | 2017-05-30 13:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [GIT PULL] watchdog updates for v4.12 Geert Uytterhoeven <geert@linux-m68k.org> - 2017-05-30 13:20 +0200
Re: [GIT PULL] watchdog updates for v4.12 Wim Van Sebroeck <wim@iguana.be> - 2017-05-30 13:30 +0200
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2017-05-30 13:20 +0200 |
| Subject | Re: [GIT PULL] watchdog updates for v4.12 |
| Message-ID | <tMNlU-6D9-29@gated-at.bofh.it> |
Hi Günter, Linus, Wim,
On Sun, May 14, 2017 at 5:55 AM, Guenter Roeck <linux@roeck-us.net> wrote:
> As requested by Wim:
>
> Please pull watchdog updates for Linux v4.12 from signed tag:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-for-linus-v4.12
>
> Note: I had to drop one of the patches affecting drivers/watchdog/iTCO_wdt.c
> because it and some other patches affecting the same file came in from
> another tree, causing severe and unnecessary conflicts. Other than that,
> the tree is about two weeks old, even though it looks like some of the
> patches are brand new.
What happened to this pull request?
It seems to have been superseded by "[GIT PULL REQUEST] watchdog - v4.12-rc1
Fixes", which did get pulled, but the latter included less commits.
E.g. the rza_wdt driver was not included.
In addition, it has also disappeared from linux-next?
Thanks!
> Thanks,
> Guenter
> ------
>
> The following changes since commit 39da7c509acff13fc8cb12ec1bb20337c988ed36:
>
> Linux 4.11-rc6 (2017-04-09 09:49:44 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/watchdog-for-linus-v4.12
>
> for you to fetch changes up to edf44420d704503d349025f22ab1973350427cca:
>
> watchdog: bcm281xx: Fix use of uninitialized spinlock. (2017-05-13 20:26:30 -0700)
>
> ----------------------------------------------------------------
> Watchdog patches for v4.12
>
> New drivers for STM32 and Renesas RZA watchdogs
> Added support for F71868 to f71808e_wdt
> Bug fixes and minor improvements in several drivers
>
> ----------------------------------------------------------------
> Alexandre Belloni (4):
> watchdog: sama5d4: fix WDDIS handling
> watchdog: sama5d4: fix race condition
> watchdog: sama5d4: simplify probe
> watchdog: sama5d4: Add comment explaining what happens on resume
>
> Andy Shevchenko (1):
> watchdog: intel-mid_wdt: Keep watchdog running
>
> Arnd Bergmann (1):
> watchdog: orion: fix compile-test dependencies
>
> Chris Brandt (2):
> watchdog: add rza_wdt driver
> watchdog: renesas-wdt: add support for rza
>
> Eric Anholt (1):
> watchdog: bcm281xx: Fix use of uninitialized spinlock.
>
> Guenter Roeck (1):
> watchdog: gpio: Convert to use infrastructure triggered keepalives
>
> Johan Hovold (1):
> watchdog: pcwd_usb: fix NULL-deref at probe
>
> Krzysztof Kozlowski (3):
> watchdog: s3c2410: Constify local structures
> watchdog: s3c2410: Simplify getting driver data
> watchdog: s3c2410: Minor code cleanup
>
> Maciej S. Szmigiero (1):
> watchdog: f71808e_wdt: Add F71868 support
>
> Paolo Bonzini (1):
> iTCO_wdt: all versions count down twice
>
> Shile Zhang (1):
> watchdog: wdt_pci: fix build error if SOFTWARE_REBOOT is defined
>
> Steve Twiss (1):
> Documentation: devicetree: watchdog: da9062/61 watchdog timer binding
>
> Tomas Melin (1):
> watchdog: cadence_wdt: fix timeout setting
>
> Uwe Kleine-König (1):
> watchdog: orion: make license info match the file header
>
> Wei Yongjun (1):
> watchdog: zx2967: remove redundant dev_err call in zx2967_wdt_probe()
>
> Yannick Fertre (2):
> dt-bindings: watchdog: Document STM32 IWDG bindings
> drivers: watchdog: Add STM32 IWDG driver
>
> .../devicetree/bindings/watchdog/da9062-wdt.txt | 23 ++
> .../devicetree/bindings/watchdog/renesas-wdt.txt | 4 +-
> .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 19 ++
> Documentation/watchdog/watchdog-parameters.txt | 2 +-
> drivers/watchdog/Kconfig | 29 ++-
> drivers/watchdog/Makefile | 2 +
> drivers/watchdog/bcm_kona_wdt.c | 3 +-
> drivers/watchdog/cadence_wdt.c | 2 +-
> drivers/watchdog/f71808e_wdt.c | 27 ++-
> drivers/watchdog/gpio_wdt.c | 73 ++----
> drivers/watchdog/iTCO_wdt.c | 22 +-
> drivers/watchdog/intel-mid_wdt.c | 17 +-
> drivers/watchdog/orion_wdt.c | 2 +-
> drivers/watchdog/pcwd_usb.c | 3 +
> drivers/watchdog/rza_wdt.c | 199 ++++++++++++++++
> drivers/watchdog/s3c2410_wdt.c | 58 +++--
> drivers/watchdog/sama5d4_wdt.c | 96 +++++---
> drivers/watchdog/stm32_iwdg.c | 253 +++++++++++++++++++++
> drivers/watchdog/wdt_pci.c | 2 +-
> drivers/watchdog/zx2967_wdt.c | 4 +-
> 20 files changed, 686 insertions(+), 154 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/watchdog/da9062-wdt.txt
> create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
> create mode 100644 drivers/watchdog/rza_wdt.c
> create mode 100644 drivers/watchdog/stm32_iwdg.c
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [next] | [standalone]
| From | Wim Van Sebroeck <wim@iguana.be> |
|---|---|
| Date | 2017-05-30 13:30 +0200 |
| Message-ID | <tMNvA-6Gp-11@gated-at.bofh.it> |
| In reply to | #1653129 |
Hi Geert, > Hi Günter, Linus, Wim, > > On Sun, May 14, 2017 at 5:55 AM, Guenter Roeck <linux@roeck-us.net> wrote: > > As requested by Wim: > > > > Please pull watchdog updates for Linux v4.12 from signed tag: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-for-linus-v4.12 > > > > Note: I had to drop one of the patches affecting drivers/watchdog/iTCO_wdt.c > > because it and some other patches affecting the same file came in from > > another tree, causing severe and unnecessary conflicts. Other than that, > > the tree is about two weeks old, even though it looks like some of the > > patches are brand new. > > What happened to this pull request? > > It seems to have been superseded by "[GIT PULL REQUEST] watchdog - v4.12-rc1 > Fixes", which did get pulled, but the latter included less commits. > > E.g. the rza_wdt driver was not included. > In addition, it has also disappeared from linux-next? The pull request was to late to include it in the merge window. So we have to wait for the next merge window. So that's why we sent in the fixes in before rc2 came out. The other patches will be in the linux-next tree again in a couple of days. Kind regards, wim.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web