From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754275AbdFNGuq (ORCPT ); Wed, 14 Jun 2017 02:50:46 -0400 Received: from mx.socionext.com ([202.248.49.38]:30557 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbdFNGuo (ORCPT ); Wed, 14 Jun 2017 02:50:44 -0400 From: "Keiji Hayashibara" To: =?utf-8?B?WWFtYWRhLCBNYXNhaGlyby/lsbHnlLAg55yf5byY?= Cc: , "Guenter Roeck" , , "Linux Kernel Mailing List" , "Rob Herring" , , "Masami Hiramatsu" , "Jassi Brar" , =?utf-8?Q?Hayashi=2C_Kunihiko/=E6=9E=97_=E9=82=A6=E5=BD=A6?= , =?utf-8?B?T3dhZGEsIEtpeW9zaGkv5aSn5ZKM55SwIOa4heW/lw==?= References: <1497316499-22254-1-git-send-email-hayashibara.keiji@socionext.com> <1497316499-22254-3-git-send-email-hayashibara.keiji@socionext.com> In-Reply-To: Subject: RE: [PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver Date: Wed, 14 Jun 2017 15:50:37 +0900 Message-ID: <000101d2e4da$87e7e210$97b7a630$@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHS4+J+oyMSEN1A1kiHAOHzAY6kiqIjGBSAgADUUEA= Content-Language: ja Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Yamada-san, From: Masahiro Yamada [mailto:yamada.masahiro@socionext.com] Sent: Wednesday, June 14, 2017 12:08 PM > > 2017-06-13 10:14 GMT+09:00 Keiji Hayashibara > > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > > index 52a70ee..2a9d9a6 100644 > > --- a/drivers/watchdog/Kconfig > > +++ b/drivers/watchdog/Kconfig > > @@ -744,6 +744,17 @@ config ZX2967_WATCHDOG > > To compile this driver as a module, choose M here: the > > module will be called zx2967_wdt. > > > > +config UNIPHIER_WATCHDOG > > + tristate "UniPhier watchdog support" > > + depends on ARCH_UNIPHIER || COMPILE_TEST > > This driver relies on syscon_node_to_regmap(). > Could you also add "depends on OF && MFD_SYSCON" ? OK. I will fix this. > > > > + select WATCHDOG_CORE > > + help > > + Say Y here to include support watchdog timer embedded > > + into the UniPhier system. > > + > > + To compile this driver as a module, choose M here: the > > + module will be called uniphier_wdt. > > + ---------- Best Regards, Keiji Hayashibara