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

2007-07-29 Thread Wim Van Sebroeck
gt; > on latest -git. ... > > Might be some ordering problem (bus not registered yet). Is the isa bus > already up? Changing link order or initcall levels might help. See below fix. Please test it. Thanks in advance, Wim. [WATCHDOG] Fix pcwd_init_module crash Fix for the problem det

Re: eurotechwdt will cause reboot

2007-07-31 Thread Wim Van Sebroeck
Hi Dave, > config eurotechwdt to yes will cause system silent reboot. Is it right > behaviour or a bug? I think this might be a bug. I'll look at the code and will ask you to do some tests for me (if that is ok for you). Greetings, Wim. - To unsubscribe from this list: se

Re: [PATCH 5/5] Add a 00-INDEX file to Documentation/watchdog/

2007-08-14 Thread Wim Van Sebroeck
Hi Jesper, > Add a 00-INDEX file to Documentation/watchdog/ > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Added this to the linux-2.6-watchdog trees. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH] [540/2many] MAINTAINERS - WATCHDOG DEVICE DRIVERS

2007-08-16 Thread Wim Van Sebroeck
Hi Joe, > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> patch added to linux-2.6-watchdog git trees. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [PATCH] [540/2many] MAINTAINERS - WATCHDOG DEVICE DRIVERS

2007-08-16 Thread Wim Van Sebroeck
Hi Joe, > > Add file pattern to MAINTAINER entry > > > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > patch added to linux-2.6-watchdog git trees. Patch removed until there is a consensus on how to proceed with your proposal. Greetings, Wim. - To unsubs

[WATCHDOG] mv watchdog tree under drivers

2007-10-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 move the wat

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

2007-10-23 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: [PATCH] watchdog: add Nano 7240 driver

2007-10-24 Thread Wim Van Sebroeck
hat you want to only enable the user-space interface when all the other settings and interfacing was succesfull. Else you risk that userspace get's enabled and that you then exit the watchdog driver. Second problem that I see here is that you should make sure that the watchdog device driver is stopped/disabled before that you give userspace access via /dev/watchdog to the watchdog. 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: [PATCH] watchdog: add Nano 7240 driver

2007-10-24 Thread Wim Van Sebroeck
gt; hrm. So if userspace does ioctl(..., WDIOS_DISABLECARD|WDIOS_ENABLECARD, > that happens to be equivalent to WDIOS_ENABLECARD? > > Do all watchdog drivers do it exactly the same way, or are we offering > inconsistent interfaces between different drivers? I fear that all watchdog drivers do

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

2007-10-24 Thread Wim Van Sebroeck
al dependency for all the drivers in Kconfig. Please also note that we just shifted the watchdog drivers from drivers/char/watchdog to drivers/watchdog -> so your driver will appear in the drivers/watchdog directory when it will be included. Greetings, Wim. - To unsubscribe from this list: send

Re: handling watchdog in SMP

2007-10-25 Thread Wim Van Sebroeck
ow multiple devices (and there I'm still thinking about how the /dev/watchdog interface should work). But the general idea is to allow at least the control of each watchdog device by the sysfs interface. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-ker

Linux v2.6.24 Watchdog Device Drivers patches

2007-10-16 Thread Wim Van Sebroeck
hdog-simple.c. 7) Watchdog driver for the Atmel AT91SAM9xx range of processors (After review). 8) SBC Nano 7240 Watchdog Timer (After review). If someone has objections or when I missed something: please let me know. Thanks, Wim. (Note: for people that want to look at the Uniform Watchdog

[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

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

2007-11-04 Thread Wim Van Sebroeck
in the 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: [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 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&

Re: [PATCH 2/2] Char: use more PCI_DEVICE macro

2007-02-05 Thread Wim Van Sebroeck
Hi Jiri, > use more PCI_DEVICE macro > > Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> > Signed-off-by me for drivers/char/watchdog/alim7101_wdt.c . Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

Re: [PATCH 2/2] Char: timers cleanup

2007-02-09 Thread Wim Van Sebroeck
E_TIMER or either setup_timer() ). 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] v2.6.20 watchdog patches

2007-02-09 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] machzwd-warning-fix

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

[WATCHDOG] v2.6.19+ fixes

2006-12-07 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: [patch 2.6.19-git] watchdog: at91_wdt build fix

2006-12-11 Thread Wim Van Sebroeck
, I need to talk to Rudolf Marek again and continue our conversation about the generic watchdog functionsi -> will do that tomorrow). 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] fixes for v2.6.19+

2006-12-12 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: [PATCH] watchdog: cleanup s3c2410_wdt probe and release

2006-12-19 Thread Wim Van Sebroeck
atch 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 majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] watchdog: fix clk_get() error check

2006-12-19 Thread Wim Van Sebroeck
Hi Akinobu, > The return value of clk_get() should be checked by IS_ERR(). Modified patch added to linux-2.6-watchdog-mm git tree. (I needed to modify the s3c2410_wdt.c part since because of the changes we added yesterday). Greetings, Wim. - To unsubscribe from this list: send the l

Re: [PATCH] watchdog: fix clk_get() error check

2006-12-19 Thread Wim Van Sebroeck
the driver. > > see http://lkml.org/lkml/2006/12/18/65 It did, but I modified it slightly so that it worked with your previous patch also. Can you test below patch? Thanks, Wim. --- 2.6-mm.orig/drivers/char/watchdog/s3c2410_wdt.c +++ 2.6-mm/drivers/char/watchdog/s3c

patches in the linux-2.6-watchdog-mm tree

2006-11-19 Thread Wim Van Sebroeck
| 29 + drivers/char/watchdog/pc87413_wdt.c | 635 drivers/char/watchdog/rm9k_wdt.c| 420 ++ 6 files changed, 1423 insertions(+), 4 deletions(-) Changes: Author: Wim Van Sebroeck <[EMAIL PROTECTED]> Date: Fri Nov 17

[WATCHDOG] git v2.6.19 patches

2006-11-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

Re: [PATCH 1/1] Watchdog driver for AT32AP700X devices

2007-06-10 Thread Wim Van Sebroeck
> Do you want me to fold all five patches? original + fix1 and fix2 + > iounmap patches. Th original driver + the 5 fixes have been added to the linux-2.6-watchdog-mm git tree. I'll review the driver later this week. Greetings, Wim. - To unsubscribe from this list: send the line &

Re: [PATCH 2/3] Blackfin on-chip watchdog driver

2007-07-17 Thread Wim Van Sebroeck
Hi Mike, Bryan, > This patch implements the driver necessary use the Analog Devices > Blackfin processor's on-chip watchdog controller, supports > BF53[123]/BF53[467]/BF54[2489]/BF561. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > Signed-off-by: Bryan Wu

[WATCHDOG] v2.6.22 patches part 1

2007-07-17 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] iTCO_wdt.c - fix ACPIBASE

2007-05-11 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.22-rc3 updates

2007-06-03 Thread Wim Van Sebroeck
Hi Linus, I still have 1 new driver and 1 Documentation update for the watchdog device drivers. This doesn't impact the current drivers. So can you please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.ke

[WATCHDOG] i8xx_tco - mark for removal patch

2007-03-11 Thread Wim Van Sebroeck
hanks, Wim. diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c3b1430..0bc8b0b 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/fe

[WATCHDOG] i8xx_tco - mark for removal patch

2007-03-14 Thread Wim Van Sebroeck
ivers. So can you 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

Re: [2.6.22 patch] the scheduled removal of the i8xx_tco watchdog driver

2007-04-15 Thread Wim Van Sebroeck
Hello Adrian, > This patch contains the scheduled removal of the i8xx_tco watchdog > driver. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by me also. We probably also need to remove some stuff in the Documentation/watchdog files. Greetings, Wim. - To uns

RFC: drivers/char/watchdog/pcwd.c + drivers/char/watchdog/pcwd_pci.c

2007-04-17 Thread Wim Van Sebroeck
Hi all, Would anyone object if we would merge the "full bells and whistles" drivers for the pcwd isa and pci cards in the kernel tree. (It basically only adds some extra /proc routines). This would make it easier to maintain the "full bells and whistles" driver. G

Re: RFC: drivers/char/watchdog/pcwd.c + drivers/char/watchdog/pcwd_pci.c

2007-04-19 Thread Wim Van Sebroeck
Hi Andrew, > > On Tue, 17 Apr 2007 20:58:49 +0200 Wim Van Sebroeck <[EMAIL PROTECTED]> > > wrote: > > Would anyone object if we would merge the "full bells and whistles" drivers > > for > > the pcwd isa and pci cards in the kernel tree. (It basicall

Re: [2.6.22 patch] iop: combined watchdog timer driver for iop3xx and iop13xx

2007-05-06 Thread Wim Van Sebroeck
this. The maintainers of this architecture should imho comment on this. Could you split this patch into 2 patches: one that deals with the moving of the architecture dependant code (and explaining why) and one with the new watchdog drivers? I will continue my review today. Thanks, Wim. - To unsubsc

Re: [2.6.22 patch] iop: combined watchdog timer driver for iop3xx and iop13xx

2007-05-06 Thread Wim Van Sebroeck
st of the code. Looks OK to me. One small remark though: Can we change the ifdef's in the code as described in section 2 point 2 of the Documentation/SubmittingPatches document? Thanks, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [2.6.22 patch] iop: combined watchdog timer driver for iop3xx and iop13xx

2007-05-07 Thread Wim Van Sebroeck
Hi Dan, > Barring any objections I'll go ahead and submit the revised patch with > an "Acked-by: Wim Van Sebroeck " to Russell's > ARM patch tracker. Fine by me. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

Re: RFC: drivers/char/watchdog/pcwd.c + drivers/char/watchdog/pcwd_pci.c

2007-04-24 Thread Wim Van Sebroeck
t is maintained seperately, 2) convert the pcwd.c driver to the isa_driver, 3) change temperature stuff to hwmon interface and 4) create a sysfs equivalent for the /proc interface.) I will take all your other comments/input and rework the code so that it is up to the kernel standards. Greetings, Wi

Re: Semi-typical watchdog bug re early misc_register()

2007-03-26 Thread Wim Van Sebroeck
linux-2.6-watchdog-mm tree. > Also, is there similar ordering between register_reboot_notifier() and > misc_register() ? Some drivers do misc_register() last, some register > reboot notifiers. I prefer that the reboot notifiers are loaded before you give userspace the ability to communicate

Re: [2.6.22 patch] the scheduled removal of the i8xx_tco watchdog driver

2007-04-29 Thread Wim Van Sebroeck
n/watchdog/watchdog.txt:WDT501P WDT500P SoftwareBerkshire i810 TCOSA1100WD But I need to clean this up anyway. So no real need to put this in the same patch yet. I'll create a new patch for this that deals with the complete watchdog Documentation. Greetings,

[WATCHDOG] patches for v2.6.22-rc1

2007-05-01 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: [PATCH 3/4] watchdog: sa11x0/pxa: get rid of get_clock_tick_rate

2016-09-27 Thread Wim Van Sebroeck
Hi Robert, > The OS timer rate used for the watchdog can now be fetched from the > standard clock API. This will remove the last user of > get_clock_tick_rate() in both pxa and sa11x0 architectures. > > Signed-off-by: Robert Jarzmik Acked-by: Wim Van Sebroeck Kind regards, Wim.

[GIT PULL REQUEST] watchdog - v4.8 Merge Window

2016-07-31 Thread Wim Van Sebroeck
etected by Coccinelle semantic patch. Signed-off-by: Wei Yongjun Reviewed-by: Guenter Roeck Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck commit 3c10bbde10fe4dca52726e246cefa6b0a1dfbd3e Author: Guenter Roeck Date: Thu Jul 21 14:21:56 2016 -0700 watc

Re: [RFC 3/3] watchdog: introduce CONFIG_WATCHDOG_OPEN_DEADLINE

2016-08-01 Thread Wim Van Sebroeck
ser-space, by making sure that the kernel > >only feeds the watchdog for a finite amount of time - if userspace hasn't > >come up and opened the watchdog device by then, the board reboots. I set a > >rather generous default of two minutes; it could be (and may in some ca

Re: [GIT PULL] watchdog updates for v4.12

2017-05-30 Thread Wim Van Sebroeck
Hi Geert, > Hi Günter, Linus, Wim, > > On Sun, May 14, 2017 at 5:55 AM, Guenter Roeck wrote: > > As requested by Wim: > > > > Please pull watchdog updates for Linux v4.12 from signed tag: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/groeck/li

Re: [PATCH] watchdog: pcwd_pci: mark expected switch fall-through

2017-11-03 Thread Wim Van Sebroeck
/ > } > > case WDIOC_GETTIMEOUT: > -- > 2.7.4 > Shouldn't the /* fall through */ come after the } ? Kind regards, Wim.

[GIT PULL REQUEST] watchdog - v4.3-rc1 merge window

2015-09-09 Thread Wim Van Sebroeck
Acked-by: Lubomir Rintel Acked-by: Maxime Coquelin Acked-by: Thierry Reding Acked-by: Viresh Kumar Acked-by: Linus Walleij Signed-off-by: Wim Van Sebroeck commit bf5125d5e0759a0f513b1bcd33c15edc0cf4c17b Author: Bjorn Andersson Date: Mon Aug 17 09:19:03 2015 -0700

Re: linux-next: Tree for Aug 3 (watchdog/menz69_wdt.c)

2018-08-06 Thread Wim Van Sebroeck
HDOG says: > > config MENZ069_WATCHDOG > > tristate "MEN 16Z069 Watchdog" > > depends on MCB || COMPILE_TEST > > select WATCHDOG_CORE > > > > Looks to me like the driver really depends on MCB, unless someone wants > > to add stubs in . >

Re: [PATCH] watchdog: pcwd_usb: fix NULL-deref at probe

2017-05-14 Thread Wim Van Sebroeck
All, > On Fri, May 12, 2017 at 12:36:27PM +0200, Johan Hovold wrote: > > Hi Guenter and Wim, > > > > On Mon, Apr 03, 2017 at 07:05:46AM -0700, Guenter Roeck wrote: > > > On 04/03/2017 01:36 AM, Johan Hovold wrote: > > > > On Mon, Mar 13, 2017 at 10:16:33

Re: [PATCH] watchdog: pcwd_usb: fix NULL-deref at probe

2017-05-14 Thread Wim Van Sebroeck
All, > > On Fri, May 12, 2017 at 12:36:27PM +0200, Johan Hovold wrote: > > > Hi Guenter and Wim, > > > > > > On Mon, Apr 03, 2017 at 07:05:46AM -0700, Guenter Roeck wrote: > > > > On 04/03/2017 01:36 AM, Johan Hovold wrote: > > > > > O

[GIT PULL REQUEST] watchdog - v4.19 Merge window

2018-08-17 Thread Wim Van Sebroeck
Hi Linus, Please pull the watchdog changes for the v4.19 release cycle. This series contains: * MEN 16z069 IP-Core: Add driver * renesas-wdt: Add support for the R8A77990 wdt * stm32_iwdg: Add stm32mp1 support and pclk feature * sp805_wdt, orion_wdt, sprd_wdt: add several improvements * imx2_wdt,

[GIT PULL REQUEST] watchdog - v4.21 Merge window

2018-12-30 Thread Wim Van Sebroeck
6_wdt.c create mode 100644 drivers/watchdog/tqmx86_wdt.c Kind regards and best wishes, Wim.

[GIT PULL REQUEST] watchdog - v4.20 Merge window

2018-10-27 Thread Wim Van Sebroeck
Hi Linus, Please pull the watchdog changes for the v4.20 (or 5.00) release cycle. This series contains: * Add Armada 37xx CPU watchdog * w83627hf_wdt: Add Support for NCT6796D, NCT6797D, NCT6798D * hpwdt: several improvements * renesas_wdt: SPDX identifiers, stop when unregistering, support for R

[GIT PULL REQUEST] watchdog - v5.12 Merge window

2021-02-15 Thread Wim Van Sebroeck
ode 100644 drivers/watchdog/zx2967_wdt.c create mode 100644 include/dt-bindings/reset-controller/mt8192-resets.h Kind regards, Wim.

Re: [PATCH -mm] watchdog: fix help text

2007-09-19 Thread Wim Van Sebroeck
Hi Randi, > Fix typos in uniform watchdog driver help text. Patch applied 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://vg

Re: [PATCH] [540/2many] MAINTAINERS - WATCHDOG DEVICE DRIVERS

2007-08-18 Thread Wim Van Sebroeck
Hi Joe, > > Patch removed until there is a consensus on how to proceed with your > > proposal. > > Hi Wim. > > I think that's wise. > > I've got all the changes that people have CC'd me. > I expect it'll be an all or nothing sort of thin

[WATCHDOG] v2.6.23-rc3 patches

2007-08-21 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: [PATCH 1/1] Watchdog: Fixed the watchdog close/stop logic - only close the watchdog if the magic character was received and the magic close is supported.

2014-12-09 Thread Wim Van Sebroeck
hus closes the watchdog device (and thus it did not sent a Magic Char) then the watchdog should not be stopped but needs to reboot the system. 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.18-rc7 Fixes

2014-12-06 Thread Wim Van Sebroeck
Acked-by: Naveen Krishna Chatradhi Signed-off-by: Wim Van Sebroeck For completeness, I added the overal diff below. Greetings, Wim. diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_w

Re: linux-next: error while fetching the watchdog tree

2014-12-28 Thread Wim Van Sebroeck
for the delay (was abroad), but should be fixed now. 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.19-rc5 Fixes

2015-01-24 Thread Wim Van Sebroeck
drop owner assignment from platform_drivers This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang Signed-off-by: Wim Van Sebroeck commit 5fe65ce7ccbb47b16e17a88bcdac73cffadb80fa Author: Markus Pargmann Date:

[GIT PULL REQUEST] watchdog - v4.1 merge window

2015-04-22 Thread Wim Van Sebroeck
engutronix address is not valid anymore, redirect people to the Pengutronix kernel team. Reported-by: Harald Geyer Signed-off-by: Wolfram Sang Acked-by: Robert Schwebel Signed-off-by: Wim Van Sebroeck commit e8cc53665728860a56dbbd56bfc32ac934efb70a Author: Wolfram

[GIT PULL REQUEST] watchdog - v5.9 Merge window

2020-08-12 Thread Wim Van Sebroeck
----- Kind regards, Wim.

[GIT PULL REQUEST] watchdog - v5.11 Merge window

2020-12-22 Thread Wim Van Sebroeck
| 6 +- 17 files changed, 104 insertions(+), 370 deletions(-) delete mode 100644 drivers/watchdog/pnx833x_wdt.c ---- Kind regards, Wim.

Re: [GIT PULL REQUEST] watchdog - v5.11 Merge window

2020-12-23 Thread Wim Van Sebroeck
at went wrong and stupid me: i created it in the wrong repository :-( . So it was indeed not there... Anyway, I created it in the correct repostitory now. You should be able to fetch it correctly now. Forgive my stupidity... Kind regards and Happy Christmas, Wim.

Re: linux-next: build failure after merge of the watchdog tree

2020-12-16 Thread Wim Van Sebroeck
Hi Stephen, It's on my todo list for today. Kind ergards, Wim. > Hi all, > > On Sun, 13 Dec 2020 22:09:55 -0800 Guenter Roeck wrote: > > > > On 12/13/20 9:23 PM, Stephen Rothwell wrote: > > > Hi all, > > > > > > After mergin

Re: linux-next: build failure after merge of the watchdog tree

2020-12-16 Thread Wim Van Sebroeck
Hi Stephen, Some operational work-related issues broke my planning yesterday. I just made the changes to the watchdog tree. My apologies, Wim. > Hi Stephen, > > It's on my todo list for today. > > Kind ergards, > Wim. > > > Hi all, > > > > On S

Re: [PATCH v3 10/11] watchdog: xilinx: Enable this driver for Zynq

2014-02-22 Thread Wim Van Sebroeck
core. > - > - IMPORTANT: The xps_timebase_wdt parent must have the property > - "clock-frequency" at device tree. > - > - To compile this driver as a module, choose M here: the > - module will be called of_xilinx_wdt. > - > # MIPS Architecture &

Re: [PATCH v3 07/11] watchdog: xilinx: Use of_property_read_u32

2014-02-22 Thread Wim Van Sebroeck
"Parameter \"xlnx,wdt-enable-once\" not found\n"); > > - watchdog_set_nowayout(xilinx_wdt_wdd, true); > > - } > > All the above properties are optional. Is a warning really > warranted in this case ? I usually associate a warning with >

Re: [PATCH v3 07/11] watchdog: xilinx: Use of_property_read_u32

2014-02-24 Thread Wim Van Sebroeck
o Cabrera wrote: > >>>>> On 22/2/2014 5:36 PM, Guenter Roeck wrote: > >>>>>> On 02/22/2014 07:52 PM, Alejandro Cabrera wrote: > >>>>>>> On 22/2/2014 3:18 PM, Guenter Roeck wrote: > >>>>>>&

Re: [PATCH] watchdog: mpc8xxx_wdt: MPC8xx is HW enabled

2014-02-24 Thread Wim Van Sebroeck
caler = 0x800, > + .hw_enabled = true, > }, > }, > {}, > > --- > Ce courrier électronique ne contient aucun virus ou logiciel malveillant > parce que la protection avast! Antivirus est active. > http://www.avast.com > This pat

Re: [PATCH 40/73] watchdog: delete non-required instances of include

2014-02-24 Thread Wim Van Sebroeck
Hi Paul, > None of these files are actually using any __init type directives > and hence don't need to include . Most are just a > left over from __devinit and __cpuinit removal, or simply due to > code getting copied from one driver to the next. > > Cc: Wim Van Sebr

Re: [PATCH v3 0/11] Xilinx watchdog changes

2014-02-24 Thread Wim Van Sebroeck
eate mode 100644 > Documentation/devicetree/bindings/watchdog/of-xilinx-wdt.txt > > -- > 1.8.2.3 > This patch series has been added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: [PATCH] watchdog: bcm281xx: Fix Kconfig dependency

2014-03-15 Thread Wim Van Sebroeck
on ARCH_BCM > + depends on ARCH_BCM_MOBILE > select WATCHDOG_CORE > help > Support for the watchdog timer on the following Broadcom BCM281xx Patch has been added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH] it87_wdt: Work around non-working CIR interrupts

2014-03-15 Thread Wim Van Sebroeck
.5. > > Signed-off-by: Marc van der Wal > --- Patch has been 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 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-15 Thread Wim Van Sebroeck
jat Jain > Cc: Guenter Roeck > Cc: James Ralston > Cc: Samuel Ortiz > Cc: Lee Jones > Cc: Wim Van Sebroeck > Cc: linux-watch...@vger.kernel.org Signed-off-by: Wim Van Sebroeck Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH 4/8] mfd: lpc_ich: Add support for iTCO v3

2014-03-15 Thread Wim Van Sebroeck
support them. > > Signed-off-by: Peter Tyser > Tested-by: Rajat Jain > Cc: Guenter Roeck > Cc: James Ralston > Cc: Samuel Ortiz > Cc: Lee Jones > Cc: Wim Van Sebroeck > Cc: linux-watch...@vger.kernel.org > --- > drivers/mfd/lpc_ich.c | 81 ++++++

Re: [PATCH 6/8] mfd: lpc_ich: Change Avoton to iTCO v3

2014-03-15 Thread Wim Van Sebroeck
Hi Peter, > The register layout of the Avoton is compatible with the iTCO v3 > register layout. > > Signed-off-by: Peter Tyser > Tested-by: Rajat Jain > Cc: Guenter Roeck > Cc: James Ralston > Cc: Samuel Ortiz > Cc: Lee Jones > Cc: Wim Van Sebroeck > C

Re: [PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable

2014-02-27 Thread Wim Van Sebroeck
Hi Sebastian, Acked-by me. Kind regards, Wim. > DT-enabled Dove will move over from ARCH_DOVE in mach-dove to MACH_DOVE in > mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new > DT-only MACH_DOVE to mmc, thermal, wdt, and asoc Kconfigs. > > Signed-of

Re: [PATCH v7 1/1] watchdog: Add tegra watchdog

2014-03-02 Thread Wim Van Sebroeck
| 11 + > drivers/watchdog/Makefile | 1 + > drivers/watchdog/tegra_wdt.c | 302 > + > 4 files changed, 319 insertions(+) > create mode 100644 drivers/watchdog/tegra_wdt.c > Patch added to li

Re: [PATCH v2 2/5] watchdog: orion: prepare new Dove DT Kconfig variable

2014-03-02 Thread Wim Van Sebroeck
Hi Sebastian, > DT-enabled Dove will move over from ARCH_DOVE in mach-dove to MACH_DOVE in > mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new > DT-only MACH_DOVE Kconfig. > > Signed-off-by: Sebastian Hesselbarth > Acked-by: Wim Van Sebroeck Patch added

Re: [PATCH 5/8] watchdog: iTCO_wdt: Add support for v3 silicon

2014-03-18 Thread Wim Van Sebroeck
ver to support the above changes and bump the version to > > > 1.11. > > > > > > Signed-off-by: Peter Tyser > > > Tested-by: Rajat Jain > > > Cc: Guenter Roeck > > > Cc: James Ralston > > > Cc: Samuel Ortiz > > > Cc: Lee J

Re: [PATCH 6/8] mfd: lpc_ich: Change Avoton to iTCO v3

2014-03-18 Thread Wim Van Sebroeck
Hi Len, > > > The register layout of the Avoton is compatible with the iTCO v3 > > > register layout. > > > > > > Signed-off-by: Peter Tyser > > > Tested-by: Rajat Jain > > > Cc: Guenter Roeck > > > Cc: James Ralston > >

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

2014-02-21 Thread Wim Van Sebroeck
found, but w83697hf_wdt returns EIO. Let w83697hf_wdt return ENODEV. Signed-off-by: Stanislav Kholmanskikh Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck For completeness, I added the overal diff below. Gree

Re: [PATCH] watchdog: Add sp805_wdt depends on ARM64

2014-01-22 Thread Wim Van Sebroeck
t; + depends on (ARM || ARM64) && ARM_AMBA > select WATCHDOG_CORE > help > ARM Primecell SP805 Watchdog timer. This will reboot your system when Added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] watchdog: mach-moxart: add restart handler

2014-01-22 Thread Wim Van Sebroeck
> http://lists.infradead.org/pipermail/linux-arm-kernel/2013-December/219175.html > > I can move this to a new power/restart driver, but first, I want to > hear what Wim or others think. > > Until there is a better solution, my motivation is that this u

Re: [PATCH v2] watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ

2014-01-08 Thread Wim Van Sebroeck
and change this to user common clock framework. > > Signed-off-by: Doug Anderson > --- > Changes in v2: > - Use the updated config name. Patch added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH v2] watchdog: s3c2410_wdt: Handle rounding a little better for timeout

2014-01-08 Thread Wim Van Sebroeck
r. > * Round divisions by divisor up to give us extra time. > > At the same time we can avoid a for loop by just doing the right math. > > Signed-off-by: Doug Anderson > --- > Changes in v2: > - Avoid a for loop as per Guenter. Patch added to linux-watchdog-next.

Re: [PATCH] watchdog: davinci: rename platform driver to davinci-wdt

2014-01-09 Thread Wim Van Sebroeck
Hi Sekhar, > On Friday 29 November 2013 01:44 PM, Sekhar Nori wrote: > > Wim, > > > > On Thursday 28 November 2013 06:29 PM, Guenter Roeck wrote: > >> On 11/27/2013 10:04 PM, Sekhar Nori wrote: > >>> On Wednesday 27 November 2013 09:27 PM, Guenter

Re: [PATCH v3] watchdog: s3c2410_wdt: Report when the watchdog reset the system

2014-01-13 Thread Wim Van Sebroeck
MU Registers vs. needing PMU Config. > > Signed-off-by: Doug Anderson This patch has been 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

Re: [PATCH v2 1/2] watchdog: bcm281xx: Debugfs support

2014-01-13 Thread Wim Van Sebroeck
ask, unsigned newval) > > { > > @@ -93,7 +191,7 @@ static int bcm_kona_wdt_ctrl_reg_modify(struct > > bcm_kona_wdt *wdt, > > > > spin_lock_irqsave(&wdt->lock, flags); > > > > - val = secure_register_read(wdt->base + SECWDOG_CTRL_

Re: [PATCH v5 0/2] watchdog: bcm281xx: Watchdog Driver

2014-01-13 Thread Wim Van Sebroeck
7;s tree. If it is a new driver then I prefer to keep it as one patch. Suppose the defconfig stuff get's in via the platform tree and I don't sent the watchdog driver; would be an annoying situation in my opinion... So that's why I prefer it as a single patch. Kind regards, Wim. --

Re: [PATCH v2 0/2] watchdog: bcm281xx: Debugfs support

2014-01-13 Thread Wim Van Sebroeck
> arch/arm/configs/bcm_defconfig |1 + > drivers/watchdog/Kconfig| 10 > drivers/watchdog/bcm_kona_wdt.c | 108 > +-- > 3 files changed, 115 insertions(+), 4 deletions(-) This patch was added to linux-watchdog-next. Kind reg

Re: [PATCH] watchdog: add a parameter for stop wdt before register

2014-01-14 Thread Wim Van Sebroeck
>stop(wdd); > + > watchdog_check_min_max_timeout(wdd); > > /* > @@ -220,6 +224,8 @@ static void __exit watchdog_exit(void) > subsys_initcall(watchdog_init); > module_exit(watchdog_exit); > > +module_param(stop_before_register, bool, 0644); > + > MODU

Re: [PATCH v3] watchdog: mpc8xxx_wdt convert to watchdog core

2014-01-14 Thread Wim Van Sebroeck
Hi Christophe, > Convert mpc8xxx_wdt.c to the new watchdog API. > > Signed-off-by: Christophe Leroy This patch has been added to linux-watchdog-next. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

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

2013-10-13 Thread Wim Van Sebroeck
_wdt_probe() The variable sunxi_wdt_driver references the function __init sunxi_wdt_probe() Signed-off-by: Maxime Ripard Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck commit 4c4e45669de475573b15d968a6dca8d00124c9ad Author: Jingoo Han Date: Mon Sep 23 19:

<    1   2   3   4   5   >