linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-02 01:38:25 to 2019-01-10 14:05:19 UTC [more...]

[PATCH v9 00/27] Ingenic TCU patchset v9
 2019-01-10 14:04 UTC  (39+ messages)
` [PATCH v9 01/27] dt-bindings: ingenic: Add DT bindings for TCU clocks
` [PATCH v9 02/27] doc: Add doc for the Ingenic TCU hardware
` [PATCH v9 03/27] dt-bindings: Add doc for the Ingenic TCU drivers
` [PATCH v9 04/27] clocksource: Add a new timer-ingenic driver
` [PATCH v9 05/27] clocksource: Add driver for the Ingenic JZ47xx OST
` [PATCH v9 06/27] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers
` [PATCH v9 07/27] watchdog: jz4740: Use WDT clock provided by TCU driver
` [PATCH v9 08/27] watchdog: jz4740: Use regmap "
` [PATCH v9 09/27] watchdog: jz4740: Avoid starting watchdog in set_timeout
` [PATCH v9 10/27] watchdog: jz4740: Drop dependency on MACH_JZ47xx, use COMPILE_TEST
` [PATCH v9 11/27] pwm: jz4740: Apply configuration atomically
` [PATCH v9 12/27] pwm: jz4740: Use regmap from TCU driver
` [PATCH v9 13/27] pwm: jz4740: Use clocks "
` [PATCH v9 14/27] pwm: jz4740: Improve algorithm of clock calculation
` [PATCH v9 15/27] pwm: jz4740: Allow selection of PWM channels 0 and 1
` [PATCH v9 16/27] pwm: jz4740: Drop dependency on MACH_INGENIC, use COMPILE_TEST
` [PATCH v9 17/27] pwm: jz4740: Remove unused devicetree compatible strings
` [PATCH v9 18/27] clk: jz4740: Add TCU clock
` [PATCH v9 19/27] MIPS: Kconfig: Select TCU timer driver when MACH_INGENIC is set
` [PATCH v9 20/27] MIPS: jz4740: Add DTS nodes for the TCU drivers
` [PATCH v9 21/27] MIPS: qi_lb60: Move PWM devices to devicetree
` [PATCH v9 22/27] MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
` [PATCH v9 23/27] MIPS: CI20: Reduce system timer to 3 MHz
` [PATCH v9 24/27] MIPS: CI20: defconfig: enable OST driver
` [PATCH v9 25/27] MIPS: GCW0: Reduce system timer to 750 kHz
` [PATCH v9 26/27] MIPS: GCW0: defconfig: Enable OST, watchdog, PWM drivers
` [PATCH v9 27/27] MIPS: jz4740: Drop obsolete code

[PATCH v4 0/5] BCM2835 PM driver
 2019-01-09 19:00 UTC  (8+ messages)
` [PATCH v4 1/5] dt-bindings: soc: Add a new binding for the BCM2835 PM node. (v4)
` [PATCH v4 2/5] bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD
` [PATCH v4 3/5] soc: bcm: bcm2835-pm: Add support for power domains under a new binding
` [PATCH v4 4/5] ARM: bcm283x: Extend the WDT DT node out to cover the whole PM block. (v4)
` [PATCH v4 5/5] ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware

[PATCH] watchdog: wm831x: Use GPIO descriptor
 2019-01-05  1:45 UTC  (2+ messages)

[PATCH] watchdog: tqmx86: Fix a couple IS_ERR() vs NULL bugs
 2019-01-04 13:52 UTC  (3+ messages)

[GIT PULL REQUEST] watchdog - v4.21 Merge window
 2019-01-01 21:40 UTC  (2+ messages)

[PATCH] Fix compilation problem for mt7621_wdt.c and rt2880_wdt.c
 2018-12-30 17:16 UTC  (2+ messages)

[PATCH v4] watchdog: mtx-1: Convert to use GPIO descriptor
 2018-12-23 15:26 UTC  (4+ messages)

[PATCH v8 00/26] Ingenic TCU patchset v8
 2018-12-22 11:09 UTC  (50+ messages)
` [PATCH v8 01/26] dt-bindings: ingenic: Add DT bindings for TCU clocks
` [PATCH v8 02/26] doc: Add doc for the Ingenic TCU hardware
` [PATCH v8 03/26] dt-bindings: Add doc for the Ingenic TCU drivers
` [PATCH v8 04/26] clocksource: Add a new timer-ingenic driver
` [PATCH v8 05/26] clocksource: Add driver for the Ingenic JZ47xx OST
` [PATCH v8 06/26] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers
` [PATCH v8 07/26] watchdog: jz4740: Use WDT clock provided by TCU driver
` [PATCH v8 08/26] watchdog: jz4740: Use regmap "
` [PATCH v8 09/26] watchdog: jz4740: Avoid starting watchdog in set_timeout
` [PATCH v8 10/26] watchdog: jz4740: Drop dependency on MACH_JZ47xx, use COMPILE_TEST
` [PATCH v8 11/26] pwm: jz4740: Use regmap and clocks from TCU driver
` [PATCH v8 12/26] pwm: jz4740: Allow selection of PWM channels 0 and 1
` [PATCH v8 13/26] pwm: jz4740: Drop dependency on MACH_INGENIC, use COMPILE_TEST
` [PATCH v8 14/26] pwm: jz4740: Remove unused devicetree compatible strings
` [PATCH v8 15/26] pwm: jz4740: Add support for the JZ4725B
` [PATCH v8 16/26] clk: jz4740: Add TCU clock
` [PATCH v8 17/26] MIPS: Kconfig: Select TCU timer driver when MACH_INGENIC is set
` [PATCH v8 18/26] MIPS: jz4740: Add DTS nodes for the TCU drivers
` [PATCH v8 19/26] MIPS: qi_lb60: Move PWM devices to devicetree
` [PATCH v8 20/26] MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
` [PATCH v8 21/26] MIPS: CI20: Reduce system timer and clocksource to 3 MHz
` [PATCH v8 22/26] MIPS: CI20: defconfig: enable OST driver
` [PATCH v8 23/26] MIPS: GCW0: Move clocksource to TCU channel 2
` [PATCH v8 24/26] MIPS: GCW0: Reduce system timer and clocksource to 750 kHz
` [PATCH v8 25/26] MIPS: GCW0: defconfig: Enable OST, watchdog, PWM drivers
` [PATCH v8 26/26] MIPS: jz4740: Drop obsolete code

[PATCH v3] watchdog: mtx-1: Convert to use GPIO descriptor
 2018-12-22 10:09 UTC  (6+ messages)
` [v3] "

[PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774c0 support
 2018-12-20 20:35 UTC  (5+ messages)
`  "

[PATCH v4] watchdog: tqmx86: Add watchdog driver for the IO controller
 2018-12-19 17:18 UTC  (4+ messages)

[PATCH v3] watchdog: tqmx86: Add watchdog driver for the IO controller
 2018-12-19  9:25 UTC  (2+ messages)

[PATCH v3] watchdog: tqmx86: Add watchdog driver for the IO controller
 2018-12-18 16:34 UTC 

[PATCH] watchdog: add documentation for PM usage
 2018-12-18  7:48 UTC  (3+ messages)

[PATCH] watchdog: docs: kernel-api: don't reference removed functions
 2018-12-17 20:07 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: update bindings for MT7629 SoC
 2018-12-17  4:15 UTC  (7+ messages)
`  "

[PATCH] watchdog: mena21_wdt: Convert to GPIO descriptors
 2018-12-15 16:28 UTC  (4+ messages)
`  "

[PATCH v3 3/3] arm64: dts: qcom: pm8916: Add PON watchdog node
 2018-12-15 16:27 UTC  (2+ messages)
` [v3,3/3] "

[PATCH v3 2/3] dt-bindings: watchdog: Add Qualcomm PM8916 watchdog
 2018-12-15 16:26 UTC  (2+ messages)
` [v3,2/3] "

[PATCH v7 0/7] Introduce STPMIC1 PMIC Driver
 2018-12-14 14:36 UTC  (9+ messages)

[RFC] watchdog: renesas_wdt: don't keep timer value during suspend/resume
 2018-12-10 14:49 UTC  (15+ messages)

[PATCH v2] watchdog: tqmx86: Add watchdog driver for the IO controller
 2018-12-09 20:51 UTC  (2+ messages)

[PATCH] Watchdog: remove outdated comment
 2018-12-09 14:13 UTC  (2+ messages)

[PATCH v3 0/5] BCM2835 PM driver (MFD version respin)
 2018-12-09 12:14 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: soc: Add a new binding for the BCM2835 PM node
` [PATCH v3 3/5] soc: bcm: bcm2835-pm: Add support for power domains under a new binding

[PATCH] watchdog: tqmx86: Add watchdog driver for the IO controller
 2018-12-08 17:16 UTC  (3+ messages)

[PATCH v2 0/3] watchdog/hpwdt: Do not claim on unsupported hardware
 2018-12-06 17:57 UTC  (7+ messages)
` [PATCH v2 1/3] watchdog/hpwdt: Exclude via blacklist
` [PATCH v2 2/3] watchdog/hpwdt: Do not claim unsupported hardware
` [PATCH v2 3/3] watchdog/hpwdt: Update driver version

[PATCH 1/1] watchdog/hpwdt: Do not claim unsupported hardware
 2018-12-05  2:47 UTC  (2+ messages)

[PATCH 0/2] watchdog: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-04 17:00 UTC  (5+ messages)
` [PATCH 1/2] watchdog: bcm281xx: "
` [PATCH 2/2] watchdog: "

[PATCH v2] watchdog: mtx-1: Convert to use GPIO descriptor
 2018-12-04 13:02 UTC 

x86_64 NMI watchdog false positive, watchdog_overflow_callback fires at random period
 2018-12-04  5:09 UTC  (2+ messages)

[PATCH v2] watchdog: renesas_wdt: Fix typos
 2018-12-03 13:38 UTC  (2+ messages)

[PATCH] watchdog: mtx-1: Convert to use GPIO descriptor
 2018-12-02 17:27 UTC  (2+ messages)

[PATCH] watchdog: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-01 14:57 UTC  (3+ messages)


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).