messages from 2017-01-16 21:48:43 to 2017-02-08 21:50:14 UTC [more...]
[PATCH v2 0/6] Add board support for TS-4600
2017-02-08 21:50 UTC (11+ messages)
` [PATCH v2 1/6] of: documentation: add bindings documentation "
` [PATCH v2 2/6] ARM: dts: TS-4600: add basic device tree
` [PATCH v2 3/6] dt-bindings: bus: Add documentation for the Technologic Systems NBUS
` [PATCH v2 4/6] bus: add driver "
` [PATCH v2 5/6] ARM: dts: TS-4600: add NBUS support
` [PATCH v2 6/6] watchdog: ts4600: add driver for TS-4600 watchdog
` [v2,6/6] "
[PATCH v2] watchdog: softdog: make pretimeout support a compile option
2017-02-07 18:55 UTC (3+ messages)
[PATCH] watchdog: gpio: Add "keep-armed-on-close" feature
2017-02-07 18:59 UTC (7+ messages)
[PATCH v21 00/13] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
2017-02-06 18:50 UTC (14+ messages)
` [PATCH v21 01/13] clocksource: arm_arch_timer: introduce two functions to get the frequency from mmio and sysreg
` [PATCH v21 02/13] clocksource: arm_arch_timer: separate out device-tree code from arch_timer_detect_rate
` [PATCH v21 03/13] clocksource: arm_arch_timer: remove arch_timer_detect_rate
` [PATCH v21 04/13] clocksource: arm_arch_timer: split arch_timer_rate for different types of timer
` [PATCH v21 05/13] clocksource: arm_arch_timer: refactor arch_timer_needs_probing
` [PATCH v21 06/13] clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init call
` [PATCH v21 07/13] clocksource: arm_arch_timer: introduce some new structs to prepare for GTDT
` [PATCH v21 08/13] clocksource: arm_arch_timer: refactor MMIO timer probing
` [PATCH v21 09/13] acpi/arm64: Add GTDT table parse driver
` [PATCH v21 10/13] clocksource: arm_arch_timer: simplify ACPI support code
` [PATCH v21 11/13] acpi/arm64: Add memory-mapped timer support in GTDT driver
` [PATCH v21 12/13] clocksource: arm_arch_timer: add GTDT support for memory-mapped timer
` [PATCH v21 13/13] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver
[PATCH v9 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-02-06 17:13 UTC (12+ messages)
` [PATCH v9 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v9 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH 1/2] watchdog: sama5d4: Cache MR instead of a partial config
2017-02-04 23:57 UTC (6+ messages)
` [PATCH 2/2] watchdog: sama5d4: Implement resume hook
[PATCH v3 0/2] watchdog: cleanup ep93xx platform drivers
2017-02-04 23:54 UTC (5+ messages)
` [PATCH v3 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat
` [PATCH v3 2/2] watchdog: ts72xx_wdt: convert driver to watchdog core
[PATCH v8 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-02-04 0:29 UTC (7+ messages)
` [PATCH v8 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v8 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH 2/3 v3] watchdog: add DT bindings for Cortina Gemini
2017-02-03 19:55 UTC
[PATCH 0/6] Add board support for TS-4600
2017-02-03 15:56 UTC (6+ messages)
` [PATCH 4/6] bus: add driver for the Technologic Systems NBUS
[PATCH v7 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
2017-02-03 1:10 UTC (3+ messages)
[RESEND PATCH V5 7/8] thermal: da9062/61: Thermal junction temperature monitoring driver
2017-02-02 9:03 UTC
[PATCH v7 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-02-02 9:03 UTC (2+ messages)
` [PATCH v7 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
[PATCH v6 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-02-01 3:29 UTC (9+ messages)
` [PATCH v6 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v6 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH v20 00/17] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
2017-01-31 19:07 UTC (47+ messages)
` [PATCH v20 01/17] clocksource/drivers/arm_arch_timer: Improve printk relevant code
` [PATCH v20 02/17] clocksource/drivers/arm_arch_timer: Rename the timer type macros
` [PATCH v20 03/17] clocksource/drivers/arm_arch_timer: Rename the PPI enum and its values
` [PATCH v20 04/17] clocksource/drivers/arm_arch_timer: Move enums and defines to header file
` [PATCH v20 05/17] clocksource/drivers/arm_arch_timer: Add a new enum for spi type
` [PATCH v20 06/17] clocksource/drivers/arm_arch_timer: rework PPI determination
` [PATCH v20 07/17] clocksource/drivers/arm_arch_timer: Separate out device-tree code from arch_timer_detect_rate
` [PATCH v20 08/17] clocksource/drivers/arm_arch_timer: Rework counter frequency detection
` [PATCH v20 09/17] clocksource/drivers/arm_arch_timer: Refactor arch_timer_needs_probing
` [PATCH v20 10/17] clocksource/drivers/arm_arch_timer: Move arch_timer_needs_of_probing into DT init call
` [PATCH v20 11/17] clocksource/drivers/arm_arch_timer: Introduce some new structs to prepare for GTDT
` [PATCH v20 12/17] clocksource/drivers/arm_arch_timer: Refactor MMIO timer probing
` [PATCH v20 13/17] acpi/arm64: Add GTDT table parse driver
` [PATCH v20 14/17] clocksource/drivers/arm_arch_timer: Simplify ACPI support code
` [PATCH v20 15/17] acpi/arm64: Add memory-mapped timer support in GTDT driver
` [PATCH v20 16/17] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer
` [PATCH v20 17/17] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver
[PATCH v2 0/2] watchdog: cleanup ep93xx platform drivers
2017-01-31 12:25 UTC (5+ messages)
` [PATCH v2 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat
` [PATCH v2 2/2] watchdog: ts72xx_wdt: convert driver to watchdog core
[PATCH 0/2] watchdog: cleanup ep93xx platform drivers
2017-01-30 19:31 UTC (8+ messages)
` [PATCH 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat
` [PATCH 2/2] watchdog: ts72xx_wdt: convert driver to watchdog core
[PATCH v4 0/3] watchdog: allow setting deadline for opening /dev/watchdogN
2017-01-30 10:33 UTC (7+ messages)
` [PATCH v4 2/3] watchdog: introduce watchdog.open_timeout commandline parameter
[PATCH] watchdog: RDC321X_WDT always depends on PCI
2017-01-29 19:18 UTC
[PATCH] watchdog: constify watchdog_ops structures
2017-01-28 17:24 UTC (4+ messages)
[PATCH] watchdog: Introduce watchdog_stop_on_unregister helper
2017-01-25 22:28 UTC
[PATCH v5 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-01-25 2:47 UTC (8+ messages)
` [PATCH v5 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v5 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH v2] watchdog: ebc-c384_wdt: Utilize devm_ functions in driver probe callback
2017-01-24 22:19 UTC (2+ messages)
[PATCH] watchdog: ebc-c384_wdt: Utilize devm_ functions in driver probe callback
2017-01-24 21:52 UTC (2+ messages)
[PATCH v4 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-01-24 8:41 UTC (6+ messages)
` [PATCH v4 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v4 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH 1/3] watchdog: add DT bindings for Cortina Gemini
2017-01-23 6:51 UTC (2+ messages)
[PATCH 2/3] watchdog: add driver for Cortina Gemini watchdog
2017-01-23 6:50 UTC (2+ messages)
[PATCH 3/3] ARM: dts: add watchdog to the Gemini
2017-01-22 22:39 UTC
[PATCH v3 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-01-22 7:50 UTC (5+ messages)
` [PATCH v3 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v3 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH] watchdog: softdog: make pretimeout support a compile option
2017-01-21 19:01 UTC (4+ messages)
[PATCH v2 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-01-20 6:08 UTC (5+ messages)
` [PATCH v2 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture
` [PATCH v2 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH 00/62] watchdog: Convert to use device managed functions
2017-01-19 11:04 UTC (12+ messages)
` [PATCH 11/62] watchdog: da9052_wdt: "
` [PATCH 12/62] watchdog: da9055_wdt: "
` [PATCH 13/62] watchdog: da9062_wdt: "
` [PATCH 14/62] watchdog: da9063_wdt: "
` [PATCH 52/62] watchdog: sirfsoc_wdt: Convert to use device managed functions and other improvements
` [PATCH 57/62] watchdog: tegra_wdt: Convert to use device managed functions
[PATCH v19 00/15] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
2017-01-18 4:27 UTC (16+ messages)
` [PATCH v19 05/15] clocksource/drivers/arm_arch_timer: rework PPI determination
` [PATCH v19 06/15] clocksource/drivers/arm_arch_timer: Rework counter frequency detection
` [PATCH v19 10/15] clocksource/drivers/arm_arch_timer: Refactor the timer init code to prepare for GTDT
[PATCH v1 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
2017-01-17 8:55 UTC (3+ messages)
` [PATCH v1 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
[PATCH v2] watchdog: imx2: fix hang-up on boot for i.MX21, i.MX27 and i.MX31 SoCs
2017-01-17 8:38 UTC (2+ messages)
[PATCH v1] ARM: dts: imx: add fsl,imx35-wdt compatible to all relevant watchdog nodes
2017-01-17 8:21 UTC (2+ messages)
` [PATCH v1] ARM: dts: imx: add fsl, imx35-wdt "
[PATCH 0/3] watchdog: imx2: handle WMCR only being available on i.MX35 and later
2017-01-17 8:10 UTC (6+ messages)
` [PATCH 2/3] dts: teach newer i.MX machines to have the i.MX35 type watchdog
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox