From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp6.netcologne.de (smtp6.netcologne.de [194.8.194.26]) by ozlabs.org (Postfix) with ESMTP id 90BE8B7C69 for ; Wed, 11 Nov 2009 09:45:18 +1100 (EST) Date: Tue, 10 Nov 2009 20:40:26 +0100 From: Albrecht =?iso-8859-1?b?RHJl3w==?= Subject: [PATCH 0/3] mpc52xx/wdt: re-enable the MPC5200 WDT To: Linux PPC Development , Grant Likely , devicetree-discuss@lists.ozlabs.org, Wim Van Sebroeck Message-Id: <1257882026.14374.0@antares> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This set of patches merges the MPC5200 WDT into the GPT code, making it functional again - currently, the MPC5200 GPT code blocks using the WDT. Additionally, it defines a new OF property as to reserve and/or enable the WDT during the boot process which may be a requirement for safety-related (e.g. ISO/EN 61508) applications. Note that all patches are against Grant Likely's "next" tree. Cheers, Albrecht.