LinuxLists
Users
About
Wenyou Yang (
[email protected]
)
Number of posts: 216 (0.15 per day)
First post: 2012-11-14 07:19:35
Last post: 2016-10-28 08:00:46
Previous Page
Date
List
Subject
2012-11-14 07:23:10
linux-kernel
[PATCH 02/11] watchdog/at91sam9_wdt: change the at91wdt_private struct to the at91wdt_drvdata struct
2012-11-14 07:21:48
linux-kernel
[PATCH 06/11] watchdog/at91sam9_wdt: change the timer function name
2012-11-14 07:21:47
linux-kernel
[PATCH 05/11] watchdog/at91sam9_wdt: add to use the watchdog framework
2012-11-14 07:21:17
linux-kernel
[PATCH 07/11] watchdog/at91sam9_wdt: add nowayout helpers to Watchdog Timer Driver Kernel API
2012-11-14 07:20:31
linux-kernel
[PATCH 11/11] ARM: dts: add the watchdog nodes for atmel SoC
2012-11-14 07:20:11
linux-kernel
[PATCH 09/11] watchdog/at91sam9_wdt: add support to device tree
2012-11-14 07:20:06
linux-kernel
[PATCH 10/11] watchdog/at91sam9_wdt: using dev_info replaces pr_info, dev_crit repalces pr_crit
2012-11-14 07:19:49
linux-kernel
[PATCH 08/11] watchdog/at91sam9_wdt: use module_platform_driver()
2012-11-14 07:19:46
linux-kernel
[PATCH 03/11] watchdog/at91sam9_wdt: change the wdt_read and wdt_write macro to the inline function
2012-11-14 07:19:45
linux-kernel
[PATCH 04/11] watchdog/at91sam9_wdt: change "at91_wdt_settimeout" function name to "at91wdt_enable"
2012-11-14 07:19:35
linux-kernel
[PATCH 01/11] watchdog/at91sam9_wdt: remove the file_operations struct
2012-11-14 07:19:34
linux-kernel
[PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework, support DT