From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 26 Nov 2012 20:33:16 +0100 (CET) Received: from charlotte.tuxdriver.com ([70.61.120.58]:47614 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6825912Ab2KZTcCrA7M- (ORCPT ); Mon, 26 Nov 2012 20:32:02 +0100 Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1Td4Ow-0002w2-NN; Mon, 26 Nov 2012 14:31:30 -0500 Received: from linville-8530p.local (linville-8530p.local [127.0.0.1]) by linville-8530p.local (8.14.5/8.14.4) with ESMTP id qAQJO92v009682; Mon, 26 Nov 2012 14:24:09 -0500 Received: (from linville@localhost) by linville-8530p.local (8.14.5/8.14.5/Submit) id qAQJO79Q009681; Mon, 26 Nov 2012 14:24:07 -0500 Date: Mon, 26 Nov 2012 14:24:07 -0500 From: "John W. Linville" To: Hauke Mehrtens Cc: linux-wireless@vger.kernel.org, wim@iguana.be, linux-watchdog@vger.kernel.org, castet.matthieu@free.fr, biblbroks@sezampro.rs, m@bues.ch, zajec5@gmail.com, linux-mips@linux-mips.org Subject: Re: [PATCH 00/15] watchdog/bcm47xx/bcma/ssb: add support for SoCs with PMU Message-ID: <20121126192406.GG27232@tuxdriver.com> References: <1353795855-22236-1-git-send-email-hauke@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353795855-22236-1-git-send-email-hauke@hauke-m.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-archive-position: 35131 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: linville@tuxdriver.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On Sat, Nov 24, 2012 at 11:24:00PM +0100, Hauke Mehrtens wrote: > This patch series improves the watchdog driver used on the Broadcom > bcm47xx SoCs. > The watchdog driver does not access the functions directly any more, > but it registers as a platform device driver and ssb and bcma are > registering a device for this watchdog driver. > This also adds support for SoCs with a power management unit (PMU), > which have different clock rates. > > This code is currently based on the wireless-testing/master tree by > John Linville, because there are some changes in ssb and bcma in that > tree queued for 3.8 which will conflict with these changes, if this > would be based on an other tree. I have no problem with rebasing this > onto any other tree. I'm happy to take this series through the wireless-next tree, if someone will ACK the bcm47xx bits... John > Hauke Mehrtens (15): > watchdog: bcm47xx_wdt.c: convert to watchdog core api > watchdog: bcm47xx_wdt.c: use platform device > watchdog: bcm47xx_wdt.c: rename ops methods > watchdog: bcm47xx_wdt.c: rename wdt_timeout to timeout > watchdog: bcm47xx_wdt.c: add hard timer > bcma: add bcma_chipco_alp_clock > bcma: set the pmu watchdog if available > bcma: add methods for watchdog driver > bcma: register watchdog driver > ssb: get alp clock from devices with PMU > ssb: set the pmu watchdog if available > ssb: add methods for watchdog driver > ssb: extif: add check for max value in watchdog > ssb: extif: add methods for watchdog driver > ssb: register watchdog driver > > drivers/bcma/bcma_private.h | 2 + > drivers/bcma/driver_chipcommon.c | 114 ++++++++- > drivers/bcma/main.c | 8 + > drivers/ssb/driver_chipcommon.c | 99 +++++++- > drivers/ssb/driver_chipcommon_pmu.c | 27 +++ > drivers/ssb/driver_extif.c | 24 +- > drivers/ssb/embedded.c | 35 +++ > drivers/ssb/main.c | 8 + > drivers/ssb/ssb_private.h | 31 +++ > drivers/watchdog/Kconfig | 1 + > drivers/watchdog/bcm47xx_wdt.c | 339 ++++++++++++--------------- > include/linux/bcm47xx_wdt.h | 28 +++ > include/linux/bcma/bcma_driver_chipcommon.h | 7 +- > include/linux/ssb/ssb.h | 2 + > include/linux/ssb/ssb_driver_chipcommon.h | 5 +- > include/linux/ssb/ssb_driver_extif.h | 10 +- > 16 files changed, 522 insertions(+), 218 deletions(-) > create mode 100644 include/linux/bcm47xx_wdt.h > > -- > 1.7.10.4 > > -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.