All of lore.kernel.org
 help / color / mirror / Atom feed
From: ivan.khoronzhuk@ti.com (ivan.khoronzhuk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm: keystone: enable watchdog support
Date: Tue, 10 Dec 2013 16:53:53 +0200	[thread overview]
Message-ID: <52A72B01.9090305@ti.com> (raw)
In-Reply-To: <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>

+ CC
devicetree at vger.kernel.org
linux-arm-kernel at lists.infradead.org
linux-kernel at vger.kernel.org

On 12/10/2013 04:47 PM, Ivan Khoronzhuk wrote:
> After Keystone watchdog driver updates are already merged we can
> enable WDT in config.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
> Based on
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
> keystone/master
>
>   arch/arm/configs/keystone_defconfig |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
> index 9943e5d..8bd940c 100644
> --- a/arch/arm/configs/keystone_defconfig
> +++ b/arch/arm/configs/keystone_defconfig
> @@ -129,6 +129,8 @@ CONFIG_SPI_DAVINCI=y
>   CONFIG_SPI_SPIDEV=y
>   # CONFIG_HWMON is not set
>   CONFIG_WATCHDOG=y
> +CONFIG_WATCHDOG_CORE=y
> +CONFIG_DAVINCI_WATCHDOG=y
>   # CONFIG_USB_SUPPORT is not set
>   CONFIG_DMADEVICES=y
>   CONFIG_COMMON_CLK_DEBUG=y
>


-- 
Regards,
Ivan Khoronzhuk

WARNING: multiple messages have this Message-ID (diff)
From: "ivan.khoronzhuk" <ivan.khoronzhuk@ti.com>
To: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	grygorii.strashko@ti.com, Russell King <linux@arm.linux.org.uk>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Stephen Warren <swarren@wwwdotorg.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Rob Herring <rob.herring@calxeda.com>,
	Olof Johansson <olof@lixom.net>,
	Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 2/2] arm: keystone: enable watchdog support
Date: Tue, 10 Dec 2013 16:53:53 +0200	[thread overview]
Message-ID: <52A72B01.9090305@ti.com> (raw)
In-Reply-To: <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>

+ CC
devicetree@vger.kernel.org
linux-arm-kernel@lists.infradead.org
linux-kernel@vger.kernel.org

On 12/10/2013 04:47 PM, Ivan Khoronzhuk wrote:
> After Keystone watchdog driver updates are already merged we can
> enable WDT in config.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
> Based on
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
> keystone/master
>
>   arch/arm/configs/keystone_defconfig |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
> index 9943e5d..8bd940c 100644
> --- a/arch/arm/configs/keystone_defconfig
> +++ b/arch/arm/configs/keystone_defconfig
> @@ -129,6 +129,8 @@ CONFIG_SPI_DAVINCI=y
>   CONFIG_SPI_SPIDEV=y
>   # CONFIG_HWMON is not set
>   CONFIG_WATCHDOG=y
> +CONFIG_WATCHDOG_CORE=y
> +CONFIG_DAVINCI_WATCHDOG=y
>   # CONFIG_USB_SUPPORT is not set
>   CONFIG_DMADEVICES=y
>   CONFIG_COMMON_CLK_DEBUG=y
>


-- 
Regards,
Ivan Khoronzhuk

WARNING: multiple messages have this Message-ID (diff)
From: "ivan.khoronzhuk" <ivan.khoronzhuk@ti.com>
To: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Rob Herring <rob.herring@calxeda.com>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Russell King <linux@arm.linux.org.uk>,
	Olof Johansson <olof@lixom.net>, <grygorii.strashko@ti.com>,
	Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/2] arm: keystone: enable watchdog support
Date: Tue, 10 Dec 2013 16:53:53 +0200	[thread overview]
Message-ID: <52A72B01.9090305@ti.com> (raw)
In-Reply-To: <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>

+ CC
devicetree@vger.kernel.org
linux-arm-kernel@lists.infradead.org
linux-kernel@vger.kernel.org

On 12/10/2013 04:47 PM, Ivan Khoronzhuk wrote:
> After Keystone watchdog driver updates are already merged we can
> enable WDT in config.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
> Based on
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
> keystone/master
>
>   arch/arm/configs/keystone_defconfig |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
> index 9943e5d..8bd940c 100644
> --- a/arch/arm/configs/keystone_defconfig
> +++ b/arch/arm/configs/keystone_defconfig
> @@ -129,6 +129,8 @@ CONFIG_SPI_DAVINCI=y
>   CONFIG_SPI_SPIDEV=y
>   # CONFIG_HWMON is not set
>   CONFIG_WATCHDOG=y
> +CONFIG_WATCHDOG_CORE=y
> +CONFIG_DAVINCI_WATCHDOG=y
>   # CONFIG_USB_SUPPORT is not set
>   CONFIG_DMADEVICES=y
>   CONFIG_COMMON_CLK_DEBUG=y
>


-- 
Regards,
Ivan Khoronzhuk

  parent reply	other threads:[~2013-12-10 14:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com>
2013-12-10 14:52 ` [PATCH 1/2] arm: dts: keystone: add watchdog entry ivan.khoronzhuk
2013-12-10 14:52   ` ivan.khoronzhuk
2013-12-10 14:52   ` ivan.khoronzhuk
     [not found] ` <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>
2013-12-10 14:53   ` ivan.khoronzhuk [this message]
2013-12-10 14:53     ` [PATCH 2/2] arm: keystone: enable watchdog support ivan.khoronzhuk
2013-12-10 14:53     ` ivan.khoronzhuk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A72B01.9090305@ti.com \
    --to=ivan.khoronzhuk@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.