History log of /drivers/watchdog/bcm47xx_wdt.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c1d1c5d4213ee96e054c4d195117368972a4c01f 23-Jul-2011 Hauke Mehrtens <hauke@hauke-m.de> bcm47xx: add support for bcma bus

This patch add support for the bcma bus. Broadcom uses only Mips 74K
CPUs on the new SoC and on the old ons using ssb bus there are no Mips
74K CPUs.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/watchdog/bcm47xx_wdt.c
a656ffcbc7a98a80d2136ae6bbdd8ae2eb48c78a 23-Jul-2011 Hauke Mehrtens <hauke@hauke-m.de> bcm47xx: make it possible to build bcm47xx without ssb.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/watchdog/bcm47xx_wdt.c
08ccf57283f89adbc2ff897ad82d6ad4560db7cd 23-Jul-2011 Hauke Mehrtens <hauke@hauke-m.de> bcm47xx: prepare to support different buses

Prepare bcm47xx to support different System buses. Before adding
support for bcma it should be possible to build bcm47xx without the
need of ssb. With this patch bcm47xx does not directly contain a
ssb_bus, but a union contain all the supported system buses. As a SoC
just uses one system bus a union is a good choice.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/watchdog/bcm47xx_wdt.c
5f3b27569fc0286a51f8d0655c7fb4f5b36aea65 23-Feb-2011 Wim Van Sebroeck <wim@iguana.be> watchdog: cleanup spaces before tabs

cleanup spaces before tabs in drivers/watchdog/

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
/drivers/watchdog/bcm47xx_wdt.c
42747d712de56cf2087b702d2ad90af114c53138 26-Dec-2009 Wim Van Sebroeck <wim@iguana.be> [WATCHDOG] watchdog_info constify

make the watchdog_info struct const where possible.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
/drivers/watchdog/bcm47xx_wdt.c
b86a6c6c7b0bfc26b3e8d4f48e16ee0b13716385 28-Jun-2009 Joe Perches <joe@perches.com> [WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolons

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
/drivers/watchdog/bcm47xx_wdt.c
90074dce5537e87b27125505bb89a373567a7ede 05-Jun-2009 matthieu castet <castet.matthieu@free.fr> [WATCHDOG] add bcm47xx watchdog driver

This add watchdog driver for broadcom 47xx device.
It uses the ssb subsytem to access embeded watchdog device.

Because the watchdog timeout is very short (about 2s), a soft timer is used
to increase the watchdog period.

Note : A patch for exporting the ssb_watchdog_timer_set will
be submitted on next linux-mips merge. Without this patch it can't
be build as a module.

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
Tested-by: Florian Fainelli <florian@openwrt.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
/drivers/watchdog/bcm47xx_wdt.c