Skip to content

CONFIG_GPIO_WATCHDOG=m #2199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PetrJakes opened this issue Sep 14, 2017 · 4 comments
Closed

CONFIG_GPIO_WATCHDOG=m #2199

PetrJakes opened this issue Sep 14, 2017 · 4 comments

Comments

@PetrJakes
Copy link

PetrJakes commented Sep 14, 2017

I am asking CONFIG_GPIO_WATCHDOG=m to be added to the standard configurations.
Reason:
We are building Raspberry pi HAT acting as an external watchdog.
To make this work we need the standard Linux watchdog "machinery" tickling to the GPIO output pin regularly.
I can confirm above mentioned solution works (see last two posts in: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=193163&p=1210952#p1210952

@pelwell
Copy link
Contributor

pelwell commented Sep 14, 2017

This works for me and only adds a 10kB module to the firmware. Any objections, @popcornmix?

@popcornmix
Copy link
Collaborator

Sounds okay to me.

pelwell pushed a commit that referenced this issue Sep 14, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: #2199

Signed-off-by: Phil Elwell <[email protected]>
@pelwell
Copy link
Contributor

pelwell commented Sep 14, 2017

The module has been enabled, so it will appear in the next rpi-update release.

popcornmix pushed a commit that referenced this issue Oct 29, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: #2199

Signed-off-by: Phil Elwell <[email protected]>
raspbian-autopush pushed a commit to raspbian-packages/linux-4.9 that referenced this issue Nov 2, 2017
commit 9e15a9e
Author: Phil Elwell <[email protected]>
Date:   Thu Sep 14 16:16:24 2017 +0100

    config: Add CONFIG_GPIO_WATCHDOG=m
    
    Enable the gpio_wdt module, to support external watchdogs.
    
    See: raspberrypi/linux#2199
    
    Signed-off-by: Phil Elwell <[email protected]>


Gbp-Pq: Topic rpi
Gbp-Pq: Name rpi_1383_9e15a9eceaa5d9dd3cf4bfb73ca932254d784fe8.patch
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 18, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 19, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit to pelwell/linux that referenced this issue Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
pelwell pushed a commit that referenced this issue Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: #2199

Signed-off-by: Phil Elwell <[email protected]>
popcornmix pushed a commit that referenced this issue Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: #2199

Signed-off-by: Phil Elwell <[email protected]>
ryncsn pushed a commit to ryncsn/linux-rasp that referenced this issue Nov 21, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: raspberrypi#2199

Signed-off-by: Phil Elwell <[email protected]>
popcornmix pushed a commit that referenced this issue Nov 24, 2017
Enable the gpio_wdt module, to support external watchdogs.

See: #2199

Signed-off-by: Phil Elwell <[email protected]>
@JamesH65
Copy link
Contributor

JamesH65 commented Dec 5, 2017

Please update to the latest kernel which may contain a fix for this issue.

@JamesH65 JamesH65 closed this as completed Dec 5, 2017
raspbian-autopush pushed a commit to raspbian-packages/linux-4.9 that referenced this issue Apr 7, 2018
commit ae18461
Author: Phil Elwell <[email protected]>
Date:   Thu Sep 14 16:16:24 2017 +0100

    config: Add CONFIG_GPIO_WATCHDOG=m
    
    Enable the gpio_wdt module, to support external watchdogs.
    
    See: raspberrypi/linux#2199
    
    Signed-off-by: Phil Elwell <[email protected]>


Gbp-Pq: Topic rpi
Gbp-Pq: Name rpi_1385_ae184616fea08e642a924feb80d808e3d788c339.patch
raspbian-autopush pushed a commit to raspbian-packages/linux-4.9 that referenced this issue Nov 11, 2018
commit ae18461
Author: Phil Elwell <[email protected]>
Date:   Thu Sep 14 16:16:24 2017 +0100

    config: Add CONFIG_GPIO_WATCHDOG=m
    
    Enable the gpio_wdt module, to support external watchdogs.
    
    See: raspberrypi/linux#2199
    
    Signed-off-by: Phil Elwell <[email protected]>


Gbp-Pq: Topic rpi
Gbp-Pq: Name rpi_1385_ae184616fea08e642a924feb80d808e3d788c339.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants