From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752861AbaI3WaL (ORCPT ); Tue, 30 Sep 2014 18:30:11 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:39167 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbaI3WaI (ORCPT ); Tue, 30 Sep 2014 18:30:08 -0400 Date: Tue, 30 Sep 2014 15:30:00 -0700 From: Guenter Roeck To: Andrew Morton Cc: Russell King , Wim Van Sebroeck , Catalin Marinas , Maxime Ripard , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Will Deacon , Arnd Bergmann , Heiko Stuebner , Jonas Jensen , Randy Dunlap , Steven Rostedt , Ingo Molnar , Dmitry Eremin-Solenikov , David Woodhouse , Tomasz Figa , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 00/11] kernel: Add support for restart handler call chain Message-ID: <20140930223000.GA20946@roeck-us.net> References: <1408495538-27480-1-git-send-email-linux@roeck-us.net> <20140930142002.e09ef32392a2b5a7c81e5e57@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140930142002.e09ef32392a2b5a7c81e5e57@linux-foundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 30, 2014 at 02:20:02PM -0700, Andrew Morton wrote: > On Tue, 19 Aug 2014 17:45:27 -0700 Guenter Roeck wrote: > > > Introduce a system restart handler call chain to solve the described problems. > > So someone has merged eight of these patches into linux-next but these > three: > > watchdog-s3c2410-add-restart-handler.patch > clk-samsung-register-restart-handlers-for-s3c2412-and-s3c2443.patch > clk-rockchip-add-restart-handler.patch > > were omitted. What's up? Most likely PBKC on my side; Looks like I forgot to add those when I created the immutable branch for others to merge. Sorry for that :-(. Having said that, I somehow thought that the clock patches would go in through the clock tree. Heiko, did I get that wrong ? Separately, I sent a pull request that includes the watchdog patch to Wim. Thanks, Guenter