linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 10:03:39 to 2020-07-17 06:21:16 UTC [more...]

[PATCH v3 1/5] rtc: pcf2127: convert to devm_rtc_allocate_device
 2020-07-17  6:21 UTC  (5+ messages)
` [PATCH v3 4/5] rtc: pcf2127: add watchdog feature support

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-07-17  4:44 UTC  (42+ messages)
` [PATCH 01/20] arm64: dts: renesas: r8a774e1: Add operating points
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 03/20] thermal: rcar_gen3_thermal: "
` [PATCH 04/20] arm64: dts: renesas: r8a774e1: Add RZ/G2H thermal support
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support
` [PATCH 06/20] arm64: dts: renesas: r8a774e1: Add CMT device nodes
` [PATCH 07/20] dt-bindings: timer: renesas,tmu: Document r8a774e1 bindings
` [PATCH 08/20] arm64: dts: renesas: r8a774e1: Add TMU device nodes
` [PATCH 09/20] arm64: dts: renesas: r8a774e1: Add SCIF and HSCIF nodes
` [PATCH 10/20] arm64: dts: renesas: r8a774e1: Add SDHI nodes
` [PATCH 11/20] dt-bindings: i2c: renesas,i2c: Document r8a774e1 support
` [PATCH 12/20] dt-bindings: i2c: renesas,iic: "
` [PATCH 13/20] arm64: dts: renesas: r8a774e1: Add I2C and IIC-DVFS support
` [PATCH 14/20] dt-bindings: spi: renesas,sh-msiof: Add r8a774e1 support
` [PATCH 15/20] arm64: dts: renesas: r8a774e1: Add MSIOF nodes
` [PATCH 16/20] dt-bindings: watchdog: renesas,wdt: Document r8a774e1 support
` [PATCH 17/20] arm64: dts: renesas: r8a774e1: Add RWDT node
` [PATCH 18/20] dt-bindings: can: rcar_can: Document r8a774e1 support
` [PATCH 19/20] dt-bindings: can: rcar_canfd: "
` [PATCH 20/20] arm64: dts: renesas: r8a774e1: Add CAN[FD] support

[PATCH v3] watchdog: initialize device before misc_register
 2020-07-16 14:06 UTC 

[PATCH] watchdog: initialize device before misc_register
 2020-07-16 14:00 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v4] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part
 2020-07-16  9:26 UTC  (4+ messages)

[PATCH v5 00/13] Add support for Kontron sl28cpld
 2020-07-16  6:10 UTC  (31+ messages)
` [PATCH v5 01/13] regmap-irq: use fwnode instead of device node in add_irq_chip()
` [PATCH v5 02/13] mfd: add simple regmap based I2C driver
` [PATCH v5 03/13] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v5 04/13] mfd: simple-mfd-i2c: add sl28cpld support
` [PATCH v5 05/13] irqchip: add sl28cpld interrupt controller support
` [PATCH v5 06/13] watchdog: add support for sl28cpld watchdog
` [PATCH v5 07/13] pwm: add support for sl28cpld PWM controller
` [PATCH v5 08/13] gpio: add support for the sl28cpld GPIO controller
` [PATCH v5 09/13] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v5 10/13] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v5 11/13] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v5 12/13] arm64: dts: freescale: sl28: enable LED support
` [PATCH v5 13/13] arm64: dts: freescale: sl28: enable fan support

[PATCHv3 0/4] watchdog: rti: support attach to running timer
 2020-07-14 14:42 UTC  (12+ messages)
` [PATCHv3 1/4] watchdog: use __watchdog_ping in startup
` [PATCHv3 2/4] watchdog: add support for adjusting last known HW keepalive time
` [PATCHv3 3/4] watchdog: rti-wdt: attach to running watchdog during probe
` [PATCHv3 4/4] watchdog: rti-wdt: balance pm runtime enable calls

[PATCH] watchdog: Replace HTTP links with HTTPS ones
 2020-07-13 20:58 UTC 

[PATCHv2] watchdog: rti-wdt: support attaching to running wdt
 2020-07-13 12:55 UTC  (13+ messages)
` [PATCHv2 1/5] watchdog: use __watchdog_ping in startup
` [PATCHv2 2/5] watchdog: add support for adjusting last known HW keepalive time
` [PATCHv2 3/5] watchdog: rti-wdt: add support for window size configuration
` [PATCHv2 4/5] watchdog: rti-wdt: attach to running watchdog during probe
` [PATCHv2 5/5] watchdog: rti-wdt: balance pm runtime enable calls

[PATCH v1 0/8] watchdog: f71808e_wdt: migrate to kernel
 2020-07-13  8:59 UTC  (18+ messages)
` [PATCH v1 1/8] docs: watchdog: codify ident.options as superset of possible status flags
` [PATCH v1 2/8] watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options
` [PATCH v1 3/8] watchdog: f71808e_wdt: remove use of wrong watchdog_info option
` [PATCH v1 4/8] watchdog: f71808e_wdt: clear watchdog timeout occurred flag
` [PATCH v1 5/8] watchdog: f71808e_wdt: do stricter parameter validation
` [PATCH v1 6/8] watchdog: f71808e_wdt: consolidate variant handling into single array
` [PATCH v1 7/8] watchdog: f71808e_wdt: migrate to new kernel watchdog API
` [PATCH v1 8/8] watchdog: f71808e_wdt: rename variant-independent identifiers appropriately

[PATCH] watchdog: pcwd_usb: remove needless check before usb_free_coherent()
 2020-07-13  5:53 UTC 

[PATCH] watchdog: Use fallthrough pseudo-keyword
 2020-07-08 18:17 UTC  (3+ messages)

[PATCH v4] softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'
 2020-07-08 13:54 UTC  (3+ messages)

[PATCH v3] softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'
 2020-07-08  7:17 UTC  (8+ messages)

[PATCH v3 1/1] watchdog: Add common nowayout parameter to booke_wdt driver
 2020-07-07 12:13 UTC  (3+ messages)

[PATCH v3] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part
 2020-07-06 22:09 UTC  (2+ messages)

[PATCH 1/1] watchdog: Add common nowayout parameter to booke_wdt driver
 2020-07-06 15:10 UTC 

[PATCH 1/1] watchdog: Add common nowayout parameter to booke_wdt driver
 2020-07-06 13:51 UTC  (2+ messages)

[PATCH] watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()
 2020-07-06  8:56 UTC  (3+ messages)

[PATCH v2] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part
 2020-07-06  6:58 UTC  (6+ messages)

[PATCH] rtc: ds1374: wdt: Use watchdog core for watchdog part
 2020-07-03 10:15 UTC  (5+ messages)

[PATCH 0/2] watchdog: rti: adjust initial ping for attach
 2020-07-01 14:36 UTC  (13+ messages)
` [PATCH 1/2] watchdog: use __watchdog_ping in startup
` [PATCH 2/2] watchdog: rti: tweak min_hw_heartbeat_ms to match initial allowed window

[PATCH 00/10] Convert the IPMI watchdog to use the watchdog
 2020-07-01  2:49 UTC  (7+ messages)
` [PATCH 03/10] watchdog: Add documentation for read capability
` [PATCH 04/10] watchdog: Add functions to set the timeout and pretimeout
` [PATCH 05/10] watchdog: Export an interface to start the watchdog

[RESEND PATCHv3 0/2] Convert QCOM watchdog timer bindings to YAML
 2020-06-30 20:39 UTC  (5+ messages)
` [RESEND PATCHv3 1/2] dt-bindings: watchdog: "
` [RESEND PATCHv3 2/2] dt-bindings: watchdog: Add compatible for QCS404, SC7180, SDM845, SM8150

[PATCH] MAINTAINERS: rectify entry in ARM SMC WATCHDOG DRIVER
 2020-06-30 20:37 UTC  (8+ messages)

[PATCH 0/6] watchdog: Add millisecond-level capabilities
 2020-06-28 17:56 UTC  (7+ messages)
` [PATCH 1/6] watchdog: Allow a driver to use milliseconds instead of seconds

[PATCH 3/3] watchdog: ds1374_wdt: Introduce Dallas/Maxim DS1374 Watchdog driver
 2020-06-24 12:09 UTC  (5+ messages)

[PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver
 2020-06-23  7:12 UTC  (6+ messages)

[PATCH 0/3] Use MFD for Dallas/Maxim DS1374 driver series
 2020-06-23  3:19 UTC  (3+ messages)

[PATCH 2/3] rtc: rtc-ds1374: Move out Watchdog function and I2C client
 2020-06-22 10:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).