All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Fabio Baltieri <fabio.baltieri@linaro.org>
Cc: linux-watchdog@vger.kernel.org, Wim Van Sebroeck <wim@iguana.be>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Lee Jones <lee.jones@linaro.org>,
	Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Subject: Re: [PATCH 3/4] watchdog: add support for ux500_wdt watchdog
Date: Tue, 22 Jan 2013 04:27:45 +0100	[thread overview]
Message-ID: <20130122032745.GP7409@sortiz-mobl> (raw)
In-Reply-To: <1358509214-22407-4-git-send-email-fabio.baltieri@linaro.org>

Hi Fabio, Wim,

On Fri, Jan 18, 2013 at 12:40:13PM +0100, Fabio Baltieri wrote:
> This patch adds support for the ux500_wdt watchdog that is found in
> ST-Ericsson Ux500 platform.  The driver is based on PRCMU APIs.
> 
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> ---
>  drivers/watchdog/Kconfig                |  12 +++
>  drivers/watchdog/Makefile               |   1 +
>  drivers/watchdog/ux500_wdt.c            | 171 ++++++++++++++++++++++++++++++++
>  include/linux/platform_data/ux500_wdt.h |  19 ++++
>  4 files changed, 203 insertions(+)
>  create mode 100644 drivers/watchdog/ux500_wdt.c
>  create mode 100644 include/linux/platform_data/ux500_wdt.h
There is a dependency between this one an the first patch.
Wim, would you like me to carry this patch through the MFD tree ?

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

WARNING: multiple messages have this Message-ID (diff)
From: sameo@linux.intel.com (Samuel Ortiz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] watchdog: add support for ux500_wdt watchdog
Date: Tue, 22 Jan 2013 04:27:45 +0100	[thread overview]
Message-ID: <20130122032745.GP7409@sortiz-mobl> (raw)
In-Reply-To: <1358509214-22407-4-git-send-email-fabio.baltieri@linaro.org>

Hi Fabio, Wim,

On Fri, Jan 18, 2013 at 12:40:13PM +0100, Fabio Baltieri wrote:
> This patch adds support for the ux500_wdt watchdog that is found in
> ST-Ericsson Ux500 platform.  The driver is based on PRCMU APIs.
> 
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> ---
>  drivers/watchdog/Kconfig                |  12 +++
>  drivers/watchdog/Makefile               |   1 +
>  drivers/watchdog/ux500_wdt.c            | 171 ++++++++++++++++++++++++++++++++
>  include/linux/platform_data/ux500_wdt.h |  19 ++++
>  4 files changed, 203 insertions(+)
>  create mode 100644 drivers/watchdog/ux500_wdt.c
>  create mode 100644 include/linux/platform_data/ux500_wdt.h
There is a dependency between this one an the first patch.
Wim, would you like me to carry this patch through the MFD tree ?

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

  reply	other threads:[~2013-01-22  3:27 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-18 11:40 [PATCH 0/4] add ux500_wdt support Fabio Baltieri
2013-01-18 11:40 ` Fabio Baltieri
2013-01-18 11:40 ` [PATCH 1/4] mfd: dbx500-prcmu: add watchdog ID definitions Fabio Baltieri
2013-01-18 11:40   ` Fabio Baltieri
2013-01-18 11:40 ` [PATCH 2/4] mfd: dbx500-prcmu: export a9wdog functions Fabio Baltieri
2013-01-18 11:40   ` Fabio Baltieri
2013-01-18 11:40 ` [PATCH 3/4] watchdog: add support for ux500_wdt watchdog Fabio Baltieri
2013-01-18 11:40   ` Fabio Baltieri
2013-01-22  3:27   ` Samuel Ortiz [this message]
2013-01-22  3:27     ` Samuel Ortiz
2013-01-22  9:43     ` Wim Van Sebroeck
2013-01-28 21:12   ` Wim Van Sebroeck
2013-01-29  8:43     ` Fabio Baltieri
2013-01-29  8:43       ` Fabio Baltieri
2013-01-29  8:57     ` [PATCH v2 " Fabio Baltieri
2013-01-29  8:57       ` Fabio Baltieri
2013-01-29  9:20       ` Wim Van Sebroeck
2013-01-18 11:40 ` [PATCH 4/4] mfd: db8500-prcmu: add ux500_wdt mfd_cell Fabio Baltieri
2013-01-18 11:40   ` Fabio Baltieri
2013-01-21 14:50 ` [PATCH 0/4] add ux500_wdt support Linus Walleij
2013-01-21 14:50   ` Linus Walleij
2013-02-03 17:07 ` Samuel Ortiz
2013-02-03 17:07   ` Samuel Ortiz

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=20130122032745.GP7409@sortiz-mobl \
    --to=sameo@linux.intel.com \
    --cc=fabio.baltieri@linaro.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=srinidhi.kasagar@stericsson.com \
    --cc=wim@iguana.be \
    /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.