From mboxrd@z Thu Jan 1 00:00:00 1970 From: ynezz@true.cz (Petr =?iso-8859-2?Q?=A9tetiar?=) Date: Fri, 3 Jun 2011 20:34:19 +0200 Subject: [PATCH v3] ARM: ep93xx: use more reliable CPLD watchdog for reset on ts72xx In-Reply-To: <20110602095455.GB2954@acer> References: <1306868578-3883-1-git-send-email-ynezz@true.cz> <20110602095455.GB2954@acer> Message-ID: <20110603183418.GR16318@ibawizard.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Mika Westerberg [2011-06-02 12:54:55]: > On Tue, May 31, 2011 at 09:02:58PM +0200, Petr ?tetiar wrote: > > On all ep93xx based boards from Technologic Systems, there's CPLD watchdog > > available, so use this one to reset the board instead of the soft reset in > > CPU. I've seen some weird lockups with the soft reset on ep93xx in the past, > > while the reset via CPLD watchdog seems to be rock solid (tm) and works fine > > so far. > > Where can I find the whole series? I was going to test this on my TS-7260 but > I only found this patch from my inbox and it doesn't apply without the > previous one :-( Please clone git://github.com/ynezz/linux-2.6.git, there's branch ts72xx-wip and you need to cherry-pick this two commits: d3c3c086b21b11063efc27c30acb08c03b9fbe23 cd23b7132d441a0bc23e74ef04ad74c4616e13c9 -- ynezz