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
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
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
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
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
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
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
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/
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
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
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
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
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
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/
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
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&
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
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/
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
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
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
, 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/
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
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/
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
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
| 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
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
> 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 &
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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.
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
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
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
/
> }
>
> case WDIOC_GETTIMEOUT:
> --
> 2.7.4
>
Shouldn't the /* fall through */ come after the } ?
Kind regards,
Wim.
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
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 .
>
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
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
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,
6_wdt.c
create mode 100644 drivers/watchdog/tqmx86_wdt.c
Kind regards and best wishes,
Wim.
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
ode 100644 drivers/watchdog/zx2967_wdt.c
create mode 100644 include/dt-bindings/reset-controller/mt8192-resets.h
Kind regards,
Wim.
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
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
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
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/
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
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/
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:
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
-----
Kind regards,
Wim.
| 6 +-
17 files changed, 104 insertions(+), 370 deletions(-)
delete mode 100644 drivers/watchdog/pnx833x_wdt.c
----
Kind regards,
Wim.
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.
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
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
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
&
"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
>
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:
> >>>>>>&
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
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
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
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
.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/
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
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 ++++++
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
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
| 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
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
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
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
> >
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
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
> 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
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
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.
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
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
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_
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.
--
> 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
>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
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
_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:
201 - 300 of 476 matches
Mail list logo