Re: [PATCH v3 0/4] Kontron PLD drivers

2013-06-27 Thread Wim Van Sebroeck
s well, although the > respective maintainers can safely carry them as they all have a Kconfig > dependency on MFD_KEMPLD. So it's up to them. > If I have to take them, I'd need Wolfram's ACK for the i2c one and Wim's > for the watchdog one. Linus already ACKed th

Re: [PATCH v2 0/8] watchdog: w83627hf: Convert to watchdog infrastructure

2013-03-22 Thread Wim Van Sebroeck
took the MFD approach because: 1) all superio shares the similar functions for using the Super-I/O registers. 2) Goal is to have low-level driver that support the specific super-I/O chipsets and that does the platform stuff for hwmon, watchdog, gpio, ... Kind regards, Wim. -- To unsubscribe from this li

[RFC] winbond Super-I/O MFD driver

2013-03-22 Thread Wim Van Sebroeck
As said in previous mail, I would post my old development code for the winbond super-I/O MFD device. It's development code and it definitely can be improved. Goal at this point is to see which direction we should take (with super-i/o device drivers in general imho). Kind regards, Wim. --- c

[GIT PULL REQUEST] watchdog - v3.9-rc4 Fixes

2013-03-22 Thread Wim Van Sebroeck
documented misused bit 2 seems to be zero. However, the sp5100_tco driver should use the correct bitmask value. [1] http://support.amd.com/us/Embedded_TechDocs/45482.pdf Signed-off-by: Takahisa Tanaka Signed-off-by: Paul Menzel Signed-off-by: Wim Van Sebroe

Re: [PATCH v2 0/8] watchdog: w83627hf: Convert to watchdog infrastructure

2013-03-23 Thread Wim Van Sebroeck
have low-level driver that support the specific super-I/O > > chipsets > > and that does the platform stuff for hwmon, watchdog, gpio, ... > > > Hi Wim, > > I started with a similar approach, only I used mfd cells to pass on platform > specific information such as the devi

Re: [GIT PULL REQUEST] watchdog - v3.9-rc4 Fixes

2013-03-23 Thread Wim Van Sebroeck
set > by peer". I restarted the git daemon. It was indeed dead :-(. Can you retry? Mental note: I need to get that server replaced in the very near future... Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH v10 04/12] watchdog: add Palmas Watchdog support

2013-08-20 Thread Wim Van Sebroeck
river = { > + .owner = THIS_MODULE, > + .of_match_table = of_palmas_match_tbl, > + .name = "palmas-wdt", > + }, > +}; > + > +module_platform_driver(palmas_wdt_driver); > + > +MODULE_AUTHOR("Graeme Gregory "); >

Re: linux-next: failure to fetch the watchdog tree

2013-03-05 Thread Wim Van Sebroeck
Hi Stephen, > Fetching the watchdog tree produces this message: > > fatal: unable to connect to www.linux-watchdog.org: > www.linux-watchdog.org[0: 83.149.101.17]: errno=Connection refused Thanks for pointing this out, I'll have a look at it. Kind regards, Wim. -- To unsu

Re: [RFC 36/42] drivers/watchdog: don't check resource with devm_ioremap_resource

2013-05-12 Thread Wim Van Sebroeck
Hi Wolfram, > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang Acked-by: Wim Van Sebroeck > --- > drivers/watchdog/imx2_wdt.c |5 - > 1 file changed, 5 deletions(-) >

Re: linux-next: comment on the watchdog tree

2013-05-13 Thread Wim Van Sebroeck
Hi Stephen, > Since the watchdog tree now consists only of merge commits (relative to > v3.10-rc1), you might as well just reset it to v3.10-rc1 and have a nice > clean tree to start from. Absolutely correct. I fixed it. Kind regards, Wim. -- To unsubscribe from this list: send

Re: mfd: Core driver for Winbond chips

2013-04-09 Thread Wim Van Sebroeck
is driver looks overall good to me. Is this your final version, or should I > expect any follow up patch ? If possible could you wait a couple of days. I need to review it with what I had created so that Guenter and Myself can come up with a final version. Kind regards, Wim. -- To unsubscribe fro

Re: mfd: Core driver for Winbond chips

2013-04-09 Thread Wim Van Sebroeck
Hi Guenter, > I was waiting for feedback from Wim, who submitted a similar driver, about his > thoughts. Key question is how to reserve access to the shared resource - > either > through an exported function in the mfd driver requesting a mutex, or through > request_muxed_regio

Re: mfd: Core driver for Winbond chips

2013-04-09 Thread Wim Van Sebroeck
Hi Guenter, > > > I was waiting for feedback from Wim, who submitted a similar driver, > > > about his > > > thoughts. Key question is how to reserve access to the shared resource - > > > either > > > through an exported function in the mfd

Re: mfd: Core driver for Winbond chips

2013-04-10 Thread Wim Van Sebroeck
agree it would be nice to add also hwmon + wdog support in it from the start. 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: linux-next: unable to fetch the watchdog tree

2013-05-07 Thread Wim Van Sebroeck
hanks for pointing it out again. It restarted git-daemon. It should be fixed now. Only thing I still need to do is catch up from some overloaded work weeks. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...

[GIT PULL REQUEST] watchdog - v3.10-rc1 patches

2013-05-08 Thread Wim Van Sebroeck
Seen with systemd trying to open /dev/watchdog immediately after it was created. Reported-by: Arkadiusz Miskiewicz Signed-off-by: Guenter Roeck Tested-by: Arkadiusz Miskiewicz Signed-off-by: Wim Van Sebroeck commit 6330c7070be6783b82025d2bc259db8413c00182 Author: Sa

[GIT PULL REQUEST] watchdog - v3.9-rc6 Fixes

2013-04-14 Thread Wim Van Sebroeck
200: add DT support) seems to be the good solution. Signed-off-by: Nicolas Ferre Acked-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck For completeness, I added the overal diff below. Greetings, Wim. ==

Re: [GIT PULL REQUEST] watchdog - v3.9-rc6 Fixes

2013-04-15 Thread Wim Van Sebroeck
Kconfig |2 +- > > 1 files changed, 1 insertion(+), 1 deletion(-) > > > > with these Changes: > > > > commit 09549cd01726a7ff8b102a93e46b059531583ab6 > > Author: Nicolas Ferre > > Date: Wed Apr 10 14:36:22 2013 +0200 > > > Hi Wim, > >

Re: [PATCH V2 1/7] watchdog: at32ap700x_wdt: use devm_*() functions

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_*() functions to make cleanup paths simpler. > > Acked-by: Guenter Roeck > Signed-off-by: Jingoo Han Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH V2 2/7] watchdog: bcm63xx_wdt: use devm_ioremap_nocache()

2013-05-25 Thread Wim Van Sebroeck
ns(-) Patch 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 majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH V2 3/7] watchdog: mv64x60_wdt: use devm_ioremap()

2013-05-25 Thread Wim Van Sebroeck
h 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 majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH V2 4/7] watchdog: nuc900_wdt: use devm_*() functions

2013-05-25 Thread Wim Van Sebroeck
t; drivers/watchdog/nuc900_wdt.c | 50 > + > 1 files changed, 11 insertions(+), 39 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [PATCH V2 5/7] watchdog: rc32434_wdt: use devm_ioremap_nocache() functions

2013-05-25 Thread Wim Van Sebroeck
tions(-) > Patch 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 majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH V2 6/7] watchdog: riowd: use devm_kzalloc()

2013-05-25 Thread Wim Van Sebroeck
h 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 majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 4/5] watchdog: riowd: use platform_{get,set}_drvdata()

2013-05-25 Thread Wim Van Sebroeck
dog/riowd.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Patch 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 majordo

Re: [PATCH V3 7/7] watchdog: ts72xx_wdt: use devm_*() functions

2013-05-25 Thread Wim Van Sebroeck
- > 1 files changed, 10 insertions(+), 57 deletions(-) > Patch 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 majordomo info at http://vger.kernel.org

Re: [PATCH RESEND 1/5] watchdog: dw_wdt: use devm_clk_get()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_clk_get() to make cleanup paths more simple. > > Signed-off-by: Jingoo Han > --- > drivers/watchdog/dw_wdt.c |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsub

Re: [PATCH RESEND 2/5] watchdog: imx2_wdt: use devm_clk_get()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_clk_get() to make cleanup paths more simple. > > Signed-off-by: Jingoo Han > --- > drivers/watchdog/imx2_wdt.c |6 ++ > 1 files changed, 2 insertions(+), 4 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsub

Re: [PATCH RESEND 3/5] watchdog: pnx4008_wdt: use devm_clk_get()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_clk_get() to make cleanup paths more simple. > > Signed-off-by: Jingoo Han > --- > drivers/watchdog/pnx4008_wdt.c |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -- To

Re: [PATCH RESEND 4/5] watchdog: shwdt: use devm_clk_get()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_clk_get() to make cleanup paths more simple. > > Signed-off-by: Jingoo Han > --- > drivers/watchdog/shwdt.c | 16 > 1 files changed, 4 insertions(+), 12 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -

Re: [PATCH RESEND 5/5] watchdog: sp805_wdt: use devm_clk_get()

2013-05-25 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_clk_get() to make cleanup paths more simple. > > Signed-off-by: Jingoo Han > --- > drivers/watchdog/sp805_wdt.c |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsub

Re: [PATCH RESEND 1/2] watchdog: mtx1-wdt: use devm_gpio_request_one()

2013-05-26 Thread Wim Van Sebroeck
Hi Jingoo, > Use devm_gpio_request_one() to make cleanup paths simpler. > > Signed-off-by: Jingoo Han > --- > drivers/watchdog/mtx-1_wdt.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim. -- To

Re: [PATCH 5/5] watchdog: wm831x: use platform_{get,set}_drvdata()

2013-05-26 Thread Wim Van Sebroeck
watchdog/wm831x_wdt.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Patch 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 majordo

Re: [PATCH RESEND 2/2] watchdog: wm831x_wdt: use devm_gpio_request_one()

2013-05-26 Thread Wim Van Sebroeck
ertions(+), 11 deletions(-) > Patch 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 majordomo info at http://vger.kernel.org/majordomo-i

Re: [PATCH 1/5] watchdog: cpwd: use platform_{get,set}_drvdata()

2013-05-26 Thread Wim Van Sebroeck
hdog/cpwd.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Patch 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 majordomo info at

Re: [PATCH 2/5] watchdog: da9052: use platform_{get,set}_drvdata()

2013-05-26 Thread Wim Van Sebroeck
watchdog/da9052_wdt.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Patch 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 majordo

Re: [PATCH 3/5] watchdog: da9055: use platform_{get,set}_drvdata()

2013-05-26 Thread Wim Van Sebroeck
watchdog/da9055_wdt.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Patch 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 majordo

Re: [PATCH v4] watchdog: Add Broadcom BCM2835 watchdog timer driver

2013-05-26 Thread Wim Van Sebroeck
nd/or commit > description. > > This current patch sees to be a slight hybrid of both approaches (you're > listed as the git author, but have included Dom's s-o-b line on a patch > I don't think he created, and wasn't directly derived from one he created). > &g

Re: [PATCH v3] watchdog: New watchdog driver for MEN A21 watchdogs

2013-05-26 Thread Wim Van Sebroeck
> + .remove = a21_wdt_remove, > + .driver = { > + .name = "a21-watchdog", > + .of_match_table = a21_wdt_ids, > + }, > +}; I prefer to have the reboot_notifier is being replaced by a platform .shutdown function. Can you also split the sysfs stuff as a

Re: [PATCH 4/4] watchdog: Kontron PLD watchdog timer

2013-05-26 Thread Wim Van Sebroeck
some Kontron > > > embedded modules. > > > > > > Signed-off-by: Michael Brunner > > > Signed-off-by: Kevin Strasser > > > > Personally I would prefer two separate patches for the two drivers, > > and to have the drivers converted to the watchdog infrastructu

Re: [PATCH] watchdog: jz4740: Pass device to clk_get

2013-05-26 Thread Wim Van Sebroeck
-) > Patch 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 majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v3] watchdog: core: don't try to stop device if not running

2013-05-26 Thread Wim Van Sebroeck
7;..." from v1 because otherwise the >'else if' can't be reached if the watchdog is running. > > drivers/watchdog/watchdog_dev.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > Patch added to linux-watchdog-next. Kind regards, Wim.

Re: [PATCH] powerpc: Make Book E watchdog reset type configurable

2013-05-26 Thread Wim Van Sebroeck
it is, as it is > clearly an improvement. My opinion: don't put it in Kconfig. I see 2 options for the time being: 1) the DT way 2) introduce a moduleparam for it. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: [PATCH v3] watchdog: New watchdog driver for MEN A21 watchdogs

2013-05-27 Thread Wim Van Sebroeck
Hi Johannes, > Of cause I'll do, but unfortunately I probably won't be able to do it today, > mind if you get the patch tomorrow? I don't mind. There is no rush. Just take the time you need to change the code and do your testing. Kind regards, wim. -- To unsubscribe fro

Re: [PATCH v4 1/2] watchdog: New watchdog driver for MEN A21 watchdogs

2013-05-27 Thread Wim Van Sebroeck
+} > + > +static int a21_wdt_remove(struct platform_device *pdev) > +{ > + struct a21_wdt_drv *drv = dev_get_drvdata(&pdev->dev); > + > + dev_warn(&pdev->dev, > + "Unregistering A21 watchdog driver, board may reboot\n"); > + > + > + watc

Re: [PATCH v3] watchdog: Add hook for kicking in kdump path

2013-05-27 Thread Wim Van Sebroeck
: set this to the parent device (or NULL) before calling watchdog_register_device. 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 2/2] watchdog: Add sysfs interface for MEN A21 watchdog

2013-05-27 Thread Wim Van Sebroeck
other external alarm not a reboot */ #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */ (Example driver: wdt_pci.c )). Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

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

2012-08-22 Thread Wim Van Sebroeck
n 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 major

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

2012-08-22 Thread Wim Van Sebroeck
ks for 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

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

2012-08-24 Thread Wim Van Sebroeck
K. is 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/

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

2012-09-20 Thread Wim Van Sebroeck
a semantic 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

[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

Re: DMI: add-type-41

2008-02-08 Thread Wim Van Sebroeck
). 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 l

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

2012-07-23 Thread Wim Van Sebroeck
f-by: Axel 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_

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 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 v4 1/8] watchdog: add the function watchdog_is_open

2013-02-13 Thread Wim Van Sebroeck
return test_bit(WDOG_DEV_OPEN, &wddev->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

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 3/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework

2013-02-13 Thread Wim Van Sebroeck
x27;s 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..c36fc

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

2013-02-13 Thread Wim Van Sebroeck
OUT * 1000)); allready part of 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 6/8] watchdog/at91sam9_wdt: Remove the __initdata of at91wdt_wdd

2013-02-13 Thread Wim Van Sebroeck
also have been part of your previous patches. Anyway, it's also like 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 un

Re: [v3.8 Regression] watchdog: sp5100_tco: Add SB8x0 chipset support

2013-02-14 Thread Wim Van Sebroeck
heck out the attached patches first (They are allready in linux-next). Other references: Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Kind regards, Wim. >From mc74h...@gmail.com Mon Jan 14 03:02:20 2013 Return-path: E

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

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: [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 t

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

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: [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

[WATCHDOG] i8xx_tco.c - patch to arm watchdog only when started (Kernel Bug 4251)

2005-08-07 Thread Wim Van Sebroeck
Hi Linus, Please add the following patch/bugfix: i8xx_tco.c v0.08: only "arm" the watchdog when the watchdog has been started. (Kernel Bug 4251: system reset when battery is read and i8xx_tco driver loaded) Gree

Re: deactivating PXA255 watchdog

2005-08-09 Thread Wim Van Sebroeck
The writing of the magic char V is a failsafe mechanism for if the watchdog daemon would crash and close /dev/watchdog when it is supposed to keep working... Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

Re: [-mm PATCH] set enable bit instead of lock bit of Watchdog Timer in Intel 6300 chipset

2005-08-15 Thread Wim Van Sebroeck
I will add these new patches to the watchdog-tree. I'll keep you posted. 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/

watchdog-mm git tree

2005-08-17 Thread Wim Van Sebroeck
Hi Andrew, I (finaly) converted the watchdog-mm bitkeeper tree to a git repository: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog-mm.git The tree contains the following patches at this moment (in reverse order): Author: Wim Van Sebroeck <[EMAIL PROTECTED]> Date:

Re: [patch 2.6.13-rc6] watchdog: fix oops in softdog driver

2005-08-18 Thread Wim Van Sebroeck
he soft_noboot option. While the > timer is running and the device is closed, the module use count > stays at 1. After the timer fires, it drops to 0. Repeatedly > opening and closing the driver caused no problems. Please apply. I'll add this to the watchdog tree. Thanks, Wim.

Re: Fw: suspicious behaviour in pcwd driver.

2005-08-31 Thread Wim Van Sebroeck
d. So in my opinion this isn't used a lott and is simply an option to protect your hardware. But your comment is valid: chances that the warning is written to the log files is very small. So I think that it might indeed be better to sync most devices if that can be done in a few seconds...

[WATCHDOG] v2.6.13 watchdog-patches

2005-09-03 Thread Wim Van Sebroeck
Hi Linus, please do a git pull rsync://rsync.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files: drivers/char/watchdog/Kconfig| 43 - drivers/char/watchdog/Makefile | 71

Re: [WATCHDOG] v2.6.13 watchdog-patches

2005-09-07 Thread Wim Van Sebroeck
s a > sign of a bug or at least really bad design, and I think that is the > case here. However, the goal is to make sure that the "watchdog" stays running and watches the system and that it in case of abnormal behaviour reboots the system. And you can't get that if you

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

2008-01-03 Thread Wim Van Sebroeck
agic-close 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 unsub

[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

[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

[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 &l

[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

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

[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

[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

[WATCHDOG] linux-2.6-watchdog-mm patches

2005-03-15 Thread Wim Van Sebroeck
ver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> (05/03/15 1.2190) [WATCHDOG] Makefile-patch The comment at the top of the Makefile su

[WATCHDOG] linux-2.6-watchdog patches

2005-03-15 Thread Wim Van Sebroeck
) [WATCHDOG] pcwd_pci-register-driver-patch convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> <[EMA

[WATCHDOG] 2.6.11-rc2 i8xx_tco.c-ICH4/6/7-patch

2005-01-28 Thread Wim Van Sebroeck
.bkbits.net:8080/linux-2.6-watchdog For completeness, I added the patches below. Greetings, Wim. diff -Nru a/drivers/char/watchdog/i8xx_tco.c b/drivers/char/watchdog/i8xx_tco.c --- a/drivers/char/watchdog/i8xx_tco.c

[WATCHDOG] 2.6.11-rc2 watchdog patches

2005-01-28 Thread Wim Van Sebroeck
it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> The ChangeSets can also be looked at on:

[WATCHDOG] correct sysfs name for watchdog devices

2005-02-27 Thread Wim Van Sebroeck
ers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> The ChangeSets can also be looked at on: http://linux-wat

[WATCHDOG] v2.6.11 patches

2005-03-05 Thread Wim Van Sebroeck
the /dev/watchdog node if the driver is loaded. I dont have such a device, so I cant test it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-

[WATCHDOG] v2.6.11-mm watchdog patches

2005-03-05 Thread Wim Van Sebroeck
ay create the /dev/watchdog node if the driver is loaded. I dont have such a device, so I cant test it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-

[WATCHDOG] wdt285.c-printk-patch

2005-03-24 Thread Wim Van Sebroeck
ncer <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> The ChangeSets can also be looked at on: http://linux-watchdog.bkbits.net:8080/linux-2.6-watchdog For completeness, I added the patche

Re: [bug] pcwd_init_module(): WARNING: at lib/kref.c:33 kref_get()

2007-07-22 Thread Wim Van Sebroeck
Hi all, > On 7/22/07, Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > >enabling CONFIG_PCWATCHDOG=y crashes bzImage bootup, see below. Tested > >on latest -git. I'll have a look at it when I'm back home and I can test it (within a week). Greetings, Wim. - To

[WATCHDOG] v2.6.23-rc1 patches 2

2007-07-23 Thread Wim Van Sebroeck
Hi Linus, It seems I just missed the closure of the -rc1 merge window. Could you still add following 3 new watchdog drivers + some clean-ups from the watchdog git tree for the -rc2 version? If yes, please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kern

Re: [PATCH] s3c2410_wdt: fixup after arch include moves

2007-07-24 Thread Wim Van Sebroeck
Hi Ben, > Fixup the s3c2410 watchdog driver after moving some > of the arch specific includes it has been relying on. > > Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> Patch added to the linux-2.6-watchdog trees. Greetings, Wim. - To unsubscribe from this list: send the line

Re: 2.6.23-rc4-mm1

2007-09-03 Thread Wim Van Sebroeck
7;%i' expects type > 'int', but argument 5 has type 'size_t' I'll have a look at it. 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: 2.6.23-rc4-mm1

2007-09-04 Thread Wim Van Sebroeck
. I applied it to the linux-2.6-watchdog-mm tree. 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: eurotechwdt will cause reboot

2007-08-02 Thread Wim Van Sebroeck
te now first on what the difference is between the -mm1 and -mm2. Luckily something fixed allready your problem. Now it would be usefull to know what that was. Are your config files for both versions almost the same? Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe

<    1   2   3   4   5   >