Re: [PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-13 Thread Wim Van Sebroeck
timeout-sec patch, this one needs to come after the conversion. Please test this patch and let me know if this works (the watchdog should behave the same before as after this patch). Kind regards, Wim. --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 5e8a034..c36fcb0 10

Re: [PATCH v4 2/8] watchdog/at91sam9_wdt: Remove at91wdt_private and add at91wdt_drvdata struct

2013-02-13 Thread Wim Van Sebroeck
Hi Wenyou, > Remove the global variable at91wdt_private, add the struct at91wdt_drvdata > as a substitute, and set it as the driver data of the at91wdt_wdd. I rather have this after the conversion of the watchdog to the new framework. Kind regards, Wim. -- To unsubscribe from this list

Re: [PATCH v4 1/8] watchdog: add the function watchdog_is_open

2013-02-13 Thread Wim Van Sebroeck
eturn test_bit(WDOG_DEV_OPEN, >status); > +} > + > /* Use the following function to set the nowayout feature */ > static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool > nowayout) > { NAK, this is not good. You should use watchdog_active instead. Reason: yo

Re: [PATCH v4 1/8] watchdog: add the function watchdog_is_open

2013-02-13 Thread Wim Van Sebroeck
to set the nowayout feature */ static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout) { NAK, this is not good. You should use watchdog_active instead. Reason: your device could have been opened as for instance /dev/watchdog0. Kind regards, Wim. -- To unsubscribe from

Re: [PATCH v4 2/8] watchdog/at91sam9_wdt: Remove at91wdt_private and add at91wdt_drvdata struct

2013-02-13 Thread Wim Van Sebroeck
Hi Wenyou, Remove the global variable at91wdt_private, add the struct at91wdt_drvdata as a substitute, and set it as the driver data of the at91wdt_wdd. I rather have this after the conversion of the watchdog to the new framework. Kind regards, Wim. -- To unsubscribe from this list: send

Re: [PATCH v4 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-13 Thread Wim Van Sebroeck
, this one needs to come after the conversion. Please test this patch and let me know if this works (the watchdog should behave the same before as after this patch). Kind regards, Wim. --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 5e8a034..c36fcb0 100644 --- a/drivers/watchdog

Re: [PATCH v4 5/8] watchdog/at91sam9_wdt: Add nowayout helpers to Watchdog Timer Driver Kernel API

2013-02-13 Thread Wim Van Sebroeck
) return ret; } + watchdog_set_nowayout(at91wdt_wdd, nowayout); + watchdog_init_timeout(at91wdt_wdd, heartbeat, pdev-dev.of_node); ret = at91wdt_enable(at91wdt_wdd, ms_to_ticks(WDT_HW_TIMEOUT * 1000)); allready part of the patch I just sent you. Kind regards, Wim

Re: [PATCH v4 6/8] watchdog/at91sam9_wdt: Remove the __initdata of at91wdt_wdd

2013-02-13 Thread Wim Van Sebroeck
this in the patch I just sent you. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v4 4/8] watchdog/at91sam9_wdt: Adjust the options of watchdog_info

2013-02-13 Thread Wim Van Sebroeck
Hi Wenyou, Since the Watchdog Timer Mode Register can be only written only once, so the watchdog_info shall not support WDIOF_SETTIMEOUT and WDIOF_MAGICCLOSE options, remove them. Ik you keep using the timer, then you don't have to remove this. Kind regards, Wim. -- To unsubscribe from

Re: linux-next: manual merge of the watchdog tree with the mfd tree

2013-02-08 Thread Wim Van Sebroeck
: introduce retu_wdt driver") > from the watchdog tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). Thanks! Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: linux-next: manual merge of the watchdog tree with the mfd tree

2013-02-08 Thread Wim Van Sebroeck
the watchdog tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). Thanks! Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] watchdog: Convert BookE watchdog driver to watchdog infrastructure

2013-02-07 Thread Wim Van Sebroeck
Hi Guenter, > Signed-off-by: Guenter Roeck > --- > drivers/watchdog/Kconfig |1 + > drivers/watchdog/booke_wdt.c | 185 > +++--- > 2 files changed, 66 insertions(+), 120 deletions(-) > Added to linux-watchdog-nex

Re: [PATCH v5] watchdog: introduce retu_wdt driver

2013-02-07 Thread Wim Van Sebroeck
Hi Aaro, > Introduce Retu watchdog driver. > > Cc: linux-watch...@vger.kernel.org > Acked-by: Felipe Balbi > Acked-by: Tony Lindgren > Signed-off-by: Aaro Koskinen > Cc: Wim Van Sebroeck Added tolinux-watchdog-next. Kind regards, Wim. -- To unsubscribe from thi

Re: [PATCH v5] watchdog: introduce retu_wdt driver

2013-02-07 Thread Wim Van Sebroeck
Hi Aaro, Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Felipe Balbi ba...@ti.com Acked-by: Tony Lindgren t...@atomide.com Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi Cc: Wim Van Sebroeck w...@iguana.be Added tolinux-watchdog-next. Kind regards, Wim

Re: [PATCH] watchdog: Convert BookE watchdog driver to watchdog infrastructure

2013-02-07 Thread Wim Van Sebroeck
Hi Guenter, Signed-off-by: Guenter Roeck li...@roeck-us.net --- drivers/watchdog/Kconfig |1 + drivers/watchdog/booke_wdt.c | 185 +++--- 2 files changed, 66 insertions(+), 120 deletions(-) Added to linux-watchdog-next. Kind regards, Wim

Re: [PATCH] orion_wdt: Add platform alias

2013-01-30 Thread Wim Van Sebroeck
uot; > __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); > > MODULE_LICENSE("GPL"); > +MODULE_ALIAS("platform:orion_wdt"); > MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); > -- > 1.7.1 > Added to linux-watchdog-next. Kind regards,

Re: [PATCH 10/19] watchdog: at91sam9: at91_wdt_dt_ids cannot be __init

2013-01-30 Thread Wim Van Sebroeck
(.data+0x28): Section mismatch in > reference from the variable at91wdt_driver to the (unknown reference) > .init.rodata:(unknown) > The variable at91wdt_driver references > the (unknown reference) __initconst (unknown) > > Signed-off-by: Arnd Bergmann > Cc: Wim Van Sebroeck

Re: [PATCH] watchdog: da9055_wdt needs to select WATCHDOG_CORE

2013-01-30 Thread Wim Van Sebroeck
4b): undefined reference to > `watchdog_register_device' > > Signed-off-by: Randy Dunlap > Cc: David Dajun Chen > Cc: Wim Van Sebroeck > Cc: linux-watch...@vger.kernel.org > --- > drivers/watchdog/Kconfig |1 + > 1 file changed, 1 insertion(+) > > Found in linu

Re: [PATCH 2/2] sp5100_tco: Write back the original value to reserved bits, instead of zero

2013-01-30 Thread Wim Van Sebroeck
ule perform a read-merge-write operation > on all the chipset (sp5100, sb7x0, sb8x0 or later). > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 > Signed-off-by: Takahisa Tanaka Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the

Re: [PATCH 1/2] sp5100_tco: Fix wrong indirect I/O access for getting value of reserved bits

2013-01-30 Thread Wim Van Sebroeck
og register base address. > > This patch fixes this bug. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 > Signed-off-by: Takahisa Tanaka Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH 1/2] sp5100_tco: Fix wrong indirect I/O access for getting value of reserved bits

2013-01-30 Thread Wim Van Sebroeck
fixes this bug. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Signed-off-by: Takahisa Tanaka mc74h...@gmail.com Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH 2/2] sp5100_tco: Write back the original value to reserved bits, instead of zero

2013-01-30 Thread Wim Van Sebroeck
-write operation on all the chipset (sp5100, sb7x0, sb8x0 or later). Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Signed-off-by: Takahisa Tanaka mc74h...@gmail.com Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH] watchdog: da9055_wdt needs to select WATCHDOG_CORE

2013-01-30 Thread Wim Van Sebroeck
to `watchdog_register_device' Signed-off-by: Randy Dunlap rdun...@infradead.org Cc: David Dajun Chen dc...@diasemi.com Cc: Wim Van Sebroeck w...@iguana.be Cc: linux-watch...@vger.kernel.org --- drivers/watchdog/Kconfig |1 + 1 file changed, 1 insertion(+) Found in linux-next

Re: [PATCH 10/19] watchdog: at91sam9: at91_wdt_dt_ids cannot be __init

2013-01-30 Thread Wim Van Sebroeck
mismatch in reference from the variable at91wdt_driver to the (unknown reference) .init.rodata:(unknown) The variable at91wdt_driver references the (unknown reference) __initconst (unknown) Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Wim Van Sebroeck w...@iguana.be Cc: linux-watch

Re: [PATCH] orion_wdt: Add platform alias

2013-01-30 Thread Wim Van Sebroeck
(WATCHDOG_NOWAYOUT) )); MODULE_LICENSE(GPL); +MODULE_ALIAS(platform:orion_wdt); MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); -- 1.7.1 Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH v2 3/4] watchdog: add support for ux500_wdt watchdog

2013-01-29 Thread Wim Van Sebroeck
Hi Fabio, Samuel, > This patch adds support for the ux500_wdt watchdog that is found in > ST-Ericsson Ux500 platform. The driver is based on PRCMU APIs. > > Acked-by: Linus Walleij > Acked-by: Lee Jones > Signed-off-by: Fabio Baltieri Acked-by: Wim Van Sebroeck

Re: [PATCH v2 3/4] watchdog: add support for ux500_wdt watchdog

2013-01-29 Thread Wim Van Sebroeck
...@linaro.org Acked-by: Wim Van Sebroeck w...@iguana.be Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH 3/4] watchdog: add support for ux500_wdt watchdog

2013-01-28 Thread Wim Van Sebroeck
OG_NOWAYOUT; The rest is OK by me. So if bowayout get's fixed then you have my acked-by. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 3/4] watchdog: add support for ux500_wdt watchdog

2013-01-28 Thread Wim Van Sebroeck
then you have my acked-by. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 3/4] watchdog: add support for ux500_wdt watchdog

2013-01-22 Thread Wim Van Sebroeck
_wdt.h | 19 > > 4 files changed, 203 insertions(+) > > create mode 100644 drivers/watchdog/ux500_wdt.c > > create mode 100644 include/linux/platform_data/ux500_wdt.h > There is a dependency between this one an the first patch. > Wim, would you like me to carry this patc

Re: [PATCH 3/4] watchdog: add support for ux500_wdt watchdog

2013-01-22 Thread Wim Van Sebroeck
insertions(+) create mode 100644 drivers/watchdog/ux500_wdt.c create mode 100644 include/linux/platform_data/ux500_wdt.h There is a dependency between this one an the first patch. Wim, would you like me to carry this patch through the MFD tree ? Seen the dependancy's - best way would be to take

[GIT PULL REQUEST] watchdog - v3.8-rc1 Fixes

2013-01-02 Thread Wim Van Sebroeck
+0200 watchdog: twl4030_wdt: add DT support Add DT support for twl4030_wdt. This is needed to get twl4030_wdt to probe when booting with DT. Signed-off-by: Aaro Koskinen Signed-off-by: Wim Van Sebroeck commit 412b3729dd0234771c67452b8999191f1e8d8630 Author: Aaro

[GIT PULL REQUEST] watchdog - v3.8-rc1 Fixes

2013-01-02 Thread Wim Van Sebroeck
Dec 23 22:03:37 2012 +0200 watchdog: twl4030_wdt: add DT support Add DT support for twl4030_wdt. This is needed to get twl4030_wdt to probe when booting with DT. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi Signed-off-by: Wim Van Sebroeck w...@iguana.be commit

Re: [PATCH v4 3/7] watchdog: sp805_wdt depends on ARM

2012-12-12 Thread Wim Van Sebroeck
BA is enabled for x86 builds. > > Signed-off-by: Alessandro Rubini > Acked-by: Giancarlo Asnaghi > Signed-off-by: Davide Ciminaghi Signed-off-by: Wim Van Sebroeck Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: watchdog: del_timer call missing on the cpu5wdt.c

2012-12-12 Thread Wim Van Sebroeck
Hi, > We do a setup_timer at init stage of the module, but we didn't > de-activate the time using del_timer. Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

Re: watchdog: del_timer call missing on the cpu5wdt.c

2012-12-12 Thread Wim Van Sebroeck
Hi, We do a setup_timer at init stage of the module, but we didn't de-activate the time using del_timer. Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v4 3/7] watchdog: sp805_wdt depends on ARM

2012-12-12 Thread Wim Van Sebroeck
for x86 builds. Signed-off-by: Alessandro Rubini rub...@gnudd.com Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com Signed-off-by: Davide Ciminaghi cimina...@gnudd.com Signed-off-by: Wim Van Sebroeck w...@iguana.be Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe

Re: [GIT PULL REQUEST] watchdog - v3.6-rc5 Fixes

2012-09-28 Thread Wim Van Sebroeck
Hi Murali, > Wim, > > Could you take the watchdog davinci patch as well? > http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg23630.html > > I have tried 2 times to send the patch to the linux-watchdog list, but the > server is rejecti

Re: [GIT PULL REQUEST] watchdog - v3.6-rc5 Fixes

2012-09-28 Thread Wim Van Sebroeck
Hi Murali, Wim, Could you take the watchdog davinci patch as well? http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg23630.html I have tried 2 times to send the patch to the linux-watchdog list, but the server is rejecting it for some reason. The second

Re: [PATCH v3] watchdog/imx2+: add support for pretimeout interrupt functionality

2012-09-27 Thread Wim Van Sebroeck
e pretimeout has passed. > [...] No, I'm not givinbg this an ACK nor a NAK at this moment. I will review best options after the next merge window. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

Re: [PATCH v3] watchdog/imx2+: add support for pretimeout interrupt functionality

2012-09-27 Thread Wim Van Sebroeck
window. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [Patch v1 6/7] DA9055 Watchdog driver

2012-09-24 Thread Wim Van Sebroeck
+ > > 3 files changed, 238 insertions(+), 0 deletions(-) > > create mode 100644 drivers/watchdog/da9055_wdt.c I'll review it tomorrow- or wednesday-evening. My first impression is that it looks OK. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsu

Re: [Patch v1 6/7] DA9055 Watchdog driver

2012-09-24 Thread Wim Van Sebroeck
(-) create mode 100644 drivers/watchdog/da9055_wdt.c I'll review it tomorrow- or wednesday-evening. My first impression is that it looks OK. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

[GIT PULL REQUEST] watchdog - v3.6-rc5 Fixes

2012-09-20 Thread Wim Van Sebroeck
match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: Wim Van Sebroeck commit 308b135e4fcc00c80c07e0e04e7afa8edf78583c Author: Toshi Kani Date: Mon Aug 27 12:52:24 2012 -0600 hpwdt: Fix kdump issue in hpwdt kdump can

[GIT PULL REQUEST] watchdog - v3.6-rc5 Fixes

2012-09-20 Thread Wim Van Sebroeck
. spatch with a semantic match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Signed-off-by: Wim Van Sebroeck w...@iguana.be commit 308b135e4fcc00c80c07e0e04e7afa8edf78583c Author: Toshi Kani toshi.k...@hp.com Date

Re: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-11 Thread Wim Van Sebroeck
make it easy later to switch to common clk based implementation > >> of clk driver from DaVinci specific driver. > >> > >> Signed-off-by: Murali Karicheri Could you resent the original e-mail because I didn't seem to have received it... And I can't even find it in the li

Re: [PATCH v2] watchdog/imx2+: add support for pretimeout interrupt functionality

2012-09-11 Thread Wim Van Sebroeck
Hi Oskar, > This watchdog device provides pretimeout facilities: > Set some timeout value and get informed about imminent > watchdog activity thru interrupt. > > Allow user to wait for this interrupt thru poll(2), > and to clear it thru read(2). > > Signed-off-by: Oskar

Re: [PATCH v2] watchdog/imx2+: add support for pretimeout interrupt functionality

2012-09-11 Thread Wim Van Sebroeck
: Wim Van Sebroeck w...@iguana.be Cc: Wolfram Sang w.s...@pengutronix.de Cc: Sascha Hauer ker...@pengutronix.de Cc: Andrew Morton a...@linux-foundation.org I have a problem with the read and poll. We had read() in the past so we have a possible issue here (different function but userspace apps

Re: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-11 Thread Wim Van Sebroeck
the original e-mail because I didn't seem to have received it... And I can't even find it in the linux-watchdog mailing list archives... Thanks, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH] hpwdt: Fix kdump issue in hpwdt

2012-09-10 Thread Wim Van Sebroeck
n = pci_mem_addr + 0x72; > > + /* Make sure that timer is disabled until /dev/watchdog is opened */ > + hpwdt_stop(); > + > /* Make sure that we have a valid soft_margin */ > if (hpwdt_change_timer(soft_margin)) > hpwdt_change_timer(DEFAULT_MAR

Re: [PATCH] hpwdt: Fix kdump issue in hpwdt

2012-09-10 Thread Wim Van Sebroeck
that timer is disabled until /dev/watchdog is opened */ + hpwdt_stop(); + /* Make sure that we have a valid soft_margin */ if (hpwdt_change_timer(soft_margin)) hpwdt_change_timer(DEFAULT_MARGIN); Added to linux-watchdog-next . Kind regards, Wim. -- To unsubscribe

Re: [PATCH] watchdog: fix a compiler warning of test program

2012-08-30 Thread Wim Van Sebroeck
And the fix is in Linus his tree also now. Kind regards, Wim. > On 08/29/2012 06:39 AM, yan wrote: > > > This patch fixs the following compiler warning: > > > > > Hi, > This is already fixed in the watchdog git tree. > > Thanks. > > > Do

Re: [PATCH] watchdog: fix a compiler warning of test program

2012-08-30 Thread Wim Van Sebroeck
And the fix is in Linus his tree also now. Kind regards, Wim. On 08/29/2012 06:39 AM, yan wrote: This patch fixs the following compiler warning: Hi, This is already fixed in the watchdog git tree. Thanks. Documentation/watchdog/src/watchdog-test.c:34:6: \ warning

[GIT PULL REQUEST] watchdog - v3.6-rc3 Fixes

2012-08-29 Thread Wim Van Sebroeck
header file was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Wim Van Sebroeck commit 4b1c2f41c2dda158bb7a3dded70775a76b581995 Author: Randy Dunlap Date: Mon Jul 23 10:46:11 2012 -0700 watchdog: fix watchdog-test.c build warning Fix compiler warning

[GIT PULL REQUEST] watchdog - v3.6-rc3 Fixes

2012-08-29 Thread Wim Van Sebroeck
of delay.h delay.h header file was included twice. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Wim Van Sebroeck w...@iguana.be commit 4b1c2f41c2dda158bb7a3dded70775a76b581995 Author: Randy Dunlap rdun...@xenotime.net Date: Mon Jul 23 10:46:11 2012 -0700

Re: Build regressions/improvements in v3.6-rc3

2012-08-24 Thread Wim Van Sebroeck
s in linux-watchdog-next. Will go to Linus this weekend. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Build regressions/improvements in v3.6-rc3

2012-08-24 Thread Wim Van Sebroeck
regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driver

2012-08-22 Thread Wim Van Sebroeck
r iTCO_wdt to keep the same behavior as > 3.4 kernel. > https://bugzilla.kernel.org/show_bug.cgi?id=44991 > > Actually the same check could be removed for the gpio-ich in lpc_ich.c, > but I'm not sure if it will cause problems. > > Signed-off-by: Feng Tang > Cc: A

Re: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-22 Thread Wim Van Sebroeck
ndi Kleen You have my signed-off-by, but I'm Cc-ing also the author of the driver (Tom Mingarelli) so that he is also aware of the proposed change. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@

Re: [PATCH 38/74] lto, watchdog/hpwdt.c: Make assembler label global

2012-08-22 Thread Wim Van Sebroeck
You have my signed-off-by, but I'm Cc-ing also the author of the driver (Tom Mingarelli) so that he is also aware of the proposed change. Kind regards, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driver

2012-08-22 Thread Wim Van Sebroeck
://bugzilla.kernel.org/show_bug.cgi?id=44991 Actually the same check could be removed for the gpio-ich in lpc_ich.c, but I'm not sure if it will cause problems. Signed-off-by: Feng Tang feng.t...@intel.com Cc: Aaron Sierra asie...@xes-inc.com Cc: Wim Van Sebroeck w...@iguana.be Cc: Len Brown

[GIT PULL REQUEST] watchdog - v3.6 merge window

2012-07-23 Thread Wim Van Sebroeck
Lin Tested-by: Andrew Lunn Signed-off-by: Wim Van Sebroeck commit 6b761b2902c56b468370e0ee1691c37e0dae042a Author: Sachin Kamat Date: Thu Jul 12 17:17:40 2012 +0530 watchdog: s3c2410_wdt: Use module_platform_driver() module_platform_driver() replaces module_init

[GIT PULL REQUEST] watchdog - v3.6 merge window

2012-07-23 Thread Wim Van Sebroeck
. Signed-off-by: Axel Lin axel@gmail.com Tested-by: Andrew Lunn and...@lunn.ch Signed-off-by: Wim Van Sebroeck w...@iguana.be commit 6b761b2902c56b468370e0ee1691c37e0dae042a Author: Sachin Kamat sachin.ka...@linaro.org Date: Thu Jul 12 17:17:40 2012 +0530 watchdog: s3c2410_wdt: Use

Re: [PATCH RFT] watchdog: Convert orion_wdt driver to watchdog core

2012-07-12 Thread Wim Van Sebroeck
Hi Axel, > 於 一,2012-06-18 於 16:01 +0200,Andrew Lunn 提到: > > On Fri, Jun 15, 2012 at 03:22:44PM +0800, Axel Lin wrote: > > > Convert the orion_wdt driver to the watchdog framework API. > > > > > > Signed-off-by: Axel Lin > > > > Hi Axel > >

Re: [PATCH RFT] watchdog: Convert orion_wdt driver to watchdog core

2012-07-12 Thread Wim Van Sebroeck
Hi Axel, 於 一,2012-06-18 於 16:01 +0200,Andrew Lunn 提到: On Fri, Jun 15, 2012 at 03:22:44PM +0800, Axel Lin wrote: Convert the orion_wdt driver to the watchdog framework API. Signed-off-by: Axel Lin axel@gmail.com Hi Axel Tested-by: Andrew Lunn and...@lunn.ch Hi Wim

Re: [PATCH] watchdog/ie6xx_wdt: section mismatch in ie6xx_wdt_probe()

2012-07-08 Thread Wim Van Sebroeck
Hi Gerard, > ie6xx_wdt_probe() calls ie6xx_wdt_debugfs_exit() as part of > it's error cleanup path, and ie6xx_wdt_debugfs_exit() is > currently annotated __devexit. > > Signed-off-by: Gerard Snitselaar Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from

Re: [PATCH] watchdog/ie6xx_wdt: section mismatch in ie6xx_wdt_probe()

2012-07-08 Thread Wim Van Sebroeck
Hi Gerard, ie6xx_wdt_probe() calls ie6xx_wdt_debugfs_exit() as part of it's error cleanup path, and ie6xx_wdt_debugfs_exit() is currently annotated __devexit. Signed-off-by: Gerard Snitselaar d...@snitselaar.org Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from

Re: [PATCHv2 3/3] watchdog: omap_wdt: add device tree support

2012-07-07 Thread Wim Van Sebroeck
Hi Tony, > Hi Wim, > > * jgq...@gmail.com [120531 20:56]: > > From: Xiao Jiang > > > > Add device table for omap_wdt to support dt. > > Care to ack this patch in the series? Yep. Acked-by: Wim Van Sebroeck Kind regards, Wim. -- To unsubscribe from this

Re: [PATCHv2 3/3] watchdog: omap_wdt: add device tree support

2012-07-07 Thread Wim Van Sebroeck
Hi Tony, Hi Wim, * jgq...@gmail.com jgq...@gmail.com [120531 20:56]: From: Xiao Jiang jgq...@gmail.com Add device table for omap_wdt to support dt. Care to ack this patch in the series? Yep. Acked-by: Wim Van Sebroeck w...@iguana.be Kind regards, Wim. -- To unsubscribe from

[WATCHDOG] v2.5.25-rc patches

2008-02-19 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHDOG] v2.5.25-rc patches

2008-02-19 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

Re: DMI: add-type-41

2008-02-08 Thread Wim Van Sebroeck
i/* ). The dmi_devices list is not exported to sysfs as far as I know. My opinion: if we have type 10 we will need type 41 in the future. If we don't need type 10 then we don't need type 41 neither (since we can use dmidecode in userspace). Greetings, Wim. -- To unsubscribe from this list: send

Re: DMI: add-type-41

2008-02-08 Thread Wim Van Sebroeck
is not exported to sysfs as far as I know. My opinion: if we have type 10 we will need type 41 in the future. If we don't need type 10 then we don't need type 41 neither (since we can use dmidecode in userspace). Greetings, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: kernel panic on 2.6.24/iTCO_wdt not rebooting machine

2008-02-02 Thread Wim Van Sebroeck
Hi Denys, > Probably someone can help me with this? Or it is hardware bug of chipset? > I will try to look more docs, maybe i will be able to find whats wrong there. I'll have a look at it next week. Greetings, Wim. -- To unsubscribe from this list: send the line "unsubscribe l

Re: kernel panic on 2.6.24/iTCO_wdt not rebooting machine

2008-02-02 Thread Wim Van Sebroeck
Hi Denys, Probably someone can help me with this? Or it is hardware bug of chipset? I will try to look more docs, maybe i will be able to find whats wrong there. I'll have a look at it next week. Greetings, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[WATCHOG] v2.6.24 watchdog patches - part 2

2008-01-30 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHOG] v2.6.24 watchdog patches - part 2

2008-01-30 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHOG] v2.6.24 watchdog patches

2008-01-28 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHOG] v2.6.24 watchdog patches

2008-01-28 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

DMI: add-type-41

2008-01-25 Thread Wim Van Sebroeck
Hi All, Would appreciate feedback on this patch. Thanks in advance, Wim. commit 4956e4e5e77b5a8f87bcfe6127ef17a406edf94b Author: Wim Van Sebroeck <[EMAIL PROTECTED]> Date: Mon Dec 31 17:21:33 2007 + [PATCH] SMBIOS/DMI - add type 41 = Onboard Devices Extended Information

DMI: create dmi_get_slot()

2008-01-25 Thread Wim Van Sebroeck
(dmi_ident[slot]); } Didn't we duplicate code here? Greetings, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

DMI: create dmi_get_slot()

2008-01-25 Thread Wim Van Sebroeck
(dmi_ident[slot]); } Didn't we duplicate code here? Greetings, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

DMI: add-type-41

2008-01-25 Thread Wim Van Sebroeck
Hi All, Would appreciate feedback on this patch. Thanks in advance, Wim. commit 4956e4e5e77b5a8f87bcfe6127ef17a406edf94b Author: Wim Van Sebroeck [EMAIL PROTECTED] Date: Mon Dec 31 17:21:33 2007 + [PATCH] SMBIOS/DMI - add type 41 = Onboard Devices Extended Information From

[WATCHDOG] v2.6.24-rc8 patches

2008-01-18 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHDOG] v2.6.24-rc8 patches

2008-01-18 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

Re: watchdog behaviour on close? (watchdog-api.txt)

2008-01-03 Thread Wim Van Sebroeck
feature off-course) then the watchdog device should stop. 5) if you unload the watchdog driver module then you normally stop the watchdog device also (unless CONFIG_WATCHDOG_NOWAYOUT or the nowayout module param is specified). Hope this makes it clear now, Greetings, Wim. -- To unsubscribe fro

Re: watchdog behaviour on close? (watchdog-api.txt)

2008-01-03 Thread Wim Van Sebroeck
normally stop the watchdog device also (unless CONFIG_WATCHDOG_NOWAYOUT or the nowayout module param is specified). Hope this makes it clear now, Greetings, Wim. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

[WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 4

2007-12-13 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 4

2007-12-13 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHDOG] HP ProLiant WatchDog driver

2007-12-04 Thread Wim Van Sebroeck
Hi Andrew, Can you review the below new driver? For me it's OK. I agreed with Thomas that we will try to migrate the smbios routines into the arch specific part of the kernel in the future. Thanks in advance, Wim. commit b1ad0c9cab52a6437584929cc755898bd85d6045 Author: Thomas Mingarelli <[EM

[WATCHDOG] HP ProLiant WatchDog driver

2007-12-04 Thread Wim Van Sebroeck
Hi Andrew, Can you review the below new driver? For me it's OK. I agreed with Thomas that we will try to migrate the smbios routines into the arch specific part of the kernel in the future. Thanks in advance, Wim. commit b1ad0c9cab52a6437584929cc755898bd85d6045 Author: Thomas Mingarelli [EMAIL

[WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 4

2007-11-19 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

[WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 4

2007-11-19 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

Re: [PATCH 3/5] Sbus: cpwatchdog, remove SPIN_LOCK_UNLOCKED

2007-11-10 Thread Wim Van Sebroeck
Hi All, > cpwatchdog, remove SPIN_LOCK_UNLOCKED > > SPIN_LOCK_UNLOCKED is deprecated, use __SPIN_LOCK_UNLOCKED with an unique > name instead Added to linux-2.6-watchdog-mm git tree. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-ke

Re: [PATCH 2/5] Watchdog: bfin_wdt, remove SPIN_LOCK_UNLOCKED

2007-11-10 Thread Wim Van Sebroeck
Hi All, > bfin_wdt, remove SPIN_LOCK_UNLOCKED > > SPIN_LOCK_UNLOCKED is deprecated, use DEFINE_SPINLOCK instead Added to linux-2.6-watchdog-mm git tree. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: [PATCH 2/5] Watchdog: bfin_wdt, remove SPIN_LOCK_UNLOCKED

2007-11-10 Thread Wim Van Sebroeck
Hi All, bfin_wdt, remove SPIN_LOCK_UNLOCKED SPIN_LOCK_UNLOCKED is deprecated, use DEFINE_SPINLOCK instead Added to linux-2.6-watchdog-mm git tree. Greetings, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 3/5] Sbus: cpwatchdog, remove SPIN_LOCK_UNLOCKED

2007-11-10 Thread Wim Van Sebroeck
Hi All, cpwatchdog, remove SPIN_LOCK_UNLOCKED SPIN_LOCK_UNLOCKED is deprecated, use __SPIN_LOCK_UNLOCKED with an unique name instead Added to linux-2.6-watchdog-mm git tree. Greetings, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [HP ProLiant WatchDog driver] hpwdt HP WatchDog Patch

2007-11-04 Thread Wim Van Sebroeck
e future. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [HP ProLiant WatchDog driver] hpwdt HP WatchDog Patch resend

2007-11-04 Thread Wim Van Sebroeck
, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[WATCHDOG] v2.6.24 Watchdog Device Drivers patches - part 3

2007-11-02 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files

<    3   4   5   6   7   8   9   10   >