From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752483AbcISQUu (ORCPT ); Mon, 19 Sep 2016 12:20:50 -0400 Received: from tex.lwn.net ([70.33.254.29]:34416 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbcISQUs (ORCPT ); Mon, 19 Sep 2016 12:20:48 -0400 Date: Mon, 19 Sep 2016 10:20:45 -0600 From: Jonathan Corbet To: Shuah Khan Cc: sudeep.dutt@intel.com, ashutosh.dixit@intel.com, tomas.winkler@intel.com, tglx@linutronix.de, wim@iguana.be, linux@roeck-us.net, elfring@users.sourceforge.net, nicolas.dichtel@6wind.com, davem@davemloft.net, gregkh@linuxfoundation.org, dasaratharaman.chandramouli@intel.com, maheshkhanwalkar@gmail.com, mikedanese@google.com, ben@decadent.org.uk, ghackmann@google.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 8/8] samples: move watchdog example code from Documentation Message-ID: <20160919102045.041294fd@lwn.net> In-Reply-To: <7ef50ee89118078d35187a6dd0c66207875e0ea6.1474073857.git.shuahkh@osg.samsung.com> References: <7ef50ee89118078d35187a6dd0c66207875e0ea6.1474073857.git.shuahkh@osg.samsung.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 19 Sep 2016 08:47:39 -0600 Shuah Khan wrote: > Move watchdog examples to samples and remove it from Documentation > Makefile. Create a new Makefile to build watchdog. It can be built > from top level directory or from watchdog directory: Updates needed to watchdog-api.txt and wdt.txt; probably MAINTAINERS too. (In all of these cases, please feel free to carry the doc file updates with the rest, they don't need to come through me). jon