From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eu1sys200aog115.obsmtp.com ([207.126.144.139]:60127 "EHLO eu1sys200aog115.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752915Ab2DJJhr (ORCPT ); Tue, 10 Apr 2012 05:37:47 -0400 Message-ID: <4F83FEE0.8020709@st.com> Date: Tue, 10 Apr 2012 15:05:28 +0530 From: Viresh Kumar MIME-Version: 1.0 To: "wim@iguana.be" Cc: "linux-watchdog@vger.kernel.org" , spear-devel , "viresh.linux@gmail.com" , "linux-arm-kernel@lists.infradead.org" , Srinidhi KASAGAR , Linus WALLEIJ , "alan@lxorguk.ukuu.org.uk" , "w.sang@pengutronix.de" , "sshtylyov@mvista.com" Subject: Re: [PATCH V2 00/22] watchdog: ARM watchdogs: sp805 & mpcore updates & fixes References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 3/12/2012 9:51 AM, Viresh KUMAR wrote: > Hello, > > This patchset contains fixes and updates for ARM watchdog drivers sp805 and > mpcore. > > Changes since V1: > - Included patches for sp805 driver. > - Removed: wdt->clk = NULL from mpcore driver, and use IS_ERR() to check if > clock is supported or not. > - Adapted to watchdog core for both the drivers. > - two patches for watchdog core added > - add patch to use __raw_readl{writel} instead of readl{writel} > - taken care of few more review comments. > Hi Wim, Have you applied patches left in this patchset for linux-next? -- viresh From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@st.com (Viresh Kumar) Date: Tue, 10 Apr 2012 15:05:28 +0530 Subject: [PATCH V2 00/22] watchdog: ARM watchdogs: sp805 & mpcore updates & fixes In-Reply-To: References: Message-ID: <4F83FEE0.8020709@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 3/12/2012 9:51 AM, Viresh KUMAR wrote: > Hello, > > This patchset contains fixes and updates for ARM watchdog drivers sp805 and > mpcore. > > Changes since V1: > - Included patches for sp805 driver. > - Removed: wdt->clk = NULL from mpcore driver, and use IS_ERR() to check if > clock is supported or not. > - Adapted to watchdog core for both the drivers. > - two patches for watchdog core added > - add patch to use __raw_readl{writel} instead of readl{writel} > - taken care of few more review comments. > Hi Wim, Have you applied patches left in this patchset for linux-next? -- viresh