Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754685AbYANHfR (ORCPT ); Mon, 14 Jan 2008 02:35:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751524AbYANHfE (ORCPT ); Mon, 14 Jan 2008 02:35:04 -0500 Received: from mail.hevs.ch ([153.109.23.15]:34276 "EHLO mail.hevs.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751839AbYANHfD convert rfc822-to-8bit (ORCPT ); Mon, 14 Jan 2008 02:35:03 -0500 From: Marc Pignat Organization: HEVs To: Florian Fainelli Subject: Re: [RFC, PATCH] watchdog on gpio Date: Mon, 14 Jan 2008 08:34:53 +0100 User-Agent: KMail/1.9.7 Cc: wim@iguana.be, linux-kernel@vger.kernel.org References: <200801101611.08867.marc.pignat@hevs.ch> <200801111740.25754.florian.fainelli@telecomint.eu> In-Reply-To: <200801111740.25754.florian.fainelli@telecomint.eu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200801140834.54280.marc.pignat@hevs.ch> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1330 Lines: 38 On Friday 11 January 2008, Florian Fainelli wrote: > Hello Marc, > > Your patch looks good to me, and I have been waiting for something like > this :). Other comments below. > > Le jeudi 10 janvier 2008, Marc Pignat a ?crit?: > > +#include > > +#include > > At first sight, this will only work with the platforms which have implemented > gpiolib, some (like MIPS) still use the old generic GPIO API. So I think the > include will not work here for anything than ARM, correct me if I am wrong. find arch -name "Kconfig" -exec grep -q "GENERIC_GPIO" {} \; -print arch/arm/Kconfig arch/mips/Kconfig arch/avr32/Kconfig arch/blackfin/Kconfig It seems that no only arm are using GENERIC_GPIO, even some mips chips. I probably missed wirting the subject right, should be "watchdog on GENERIC_GPIO" :) ... > > Did you look into hooking into Wim's uniform watchdog driver : > > http://git.kernel.org/?p=linux/kernel/git/wim/linux-2.6-watchdog-experimental.git;a=commit;h=732c54027e6c866f98857c4a6d1c6c466459dcd5 Now yes, interesting! Regards Marc -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/