All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Chen-Yu Tsai <wens@csie.org>
Cc: Wim Van Sebroeck <wim@iguana.be>,
	Guenter Roeck <linux@roeck-us.net>,
	linux-watchdog@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/2] watchdog: sunxi: Add A31 watchdog support
Date: Sun, 21 Sep 2014 18:46:29 +0200	[thread overview]
Message-ID: <20140921164629.GB15315@lukather> (raw)
In-Reply-To: <1411315519-26257-1-git-send-email-wens@csie.org>

[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]

Hi,

On Mon, Sep 22, 2014 at 12:05:17AM +0800, Chen-Yu Tsai wrote:
> Hi,
> 
> This is v2 of the Allwinner A31 watchdog support series. This series adds
> support for the watchdog hardware found in Allwinner A31 and later SoCs.
> These new chips have multiple watchdogs, with separate interrupt lines
> and registers, but the basic layout and operation is the same. This series
> is based on Guenter's restart handler series.
> 
> Patch 1 prepares the sunxi-wdt driver for varying register offsets tied to
> compatible strings. Various ioread32/iowrite32 calls have been replaced with
> readl/writel as well.
> 
> Patch 2 adds the sun6i compatible string with accompanying register offset
> data.
> 
> I tested this series on my Cubieboard (sun4i) and A23 tablet (sun8i), which
> has the same watchdog hardware as the A31 (sun6i). This covers the 2 classes
> of hardware supported.
> 
> After this series is merged, we can remove the power/reset driver for sun6i.
> 
> 
> Changes since v1:
>   - Mention replacing ioread32/iowrite32 calls in patch 1 commit message.

On the whole series,

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] watchdog: sunxi: Add A31 watchdog support
Date: Sun, 21 Sep 2014 18:46:29 +0200	[thread overview]
Message-ID: <20140921164629.GB15315@lukather> (raw)
In-Reply-To: <1411315519-26257-1-git-send-email-wens@csie.org>

Hi,

On Mon, Sep 22, 2014 at 12:05:17AM +0800, Chen-Yu Tsai wrote:
> Hi,
> 
> This is v2 of the Allwinner A31 watchdog support series. This series adds
> support for the watchdog hardware found in Allwinner A31 and later SoCs.
> These new chips have multiple watchdogs, with separate interrupt lines
> and registers, but the basic layout and operation is the same. This series
> is based on Guenter's restart handler series.
> 
> Patch 1 prepares the sunxi-wdt driver for varying register offsets tied to
> compatible strings. Various ioread32/iowrite32 calls have been replaced with
> readl/writel as well.
> 
> Patch 2 adds the sun6i compatible string with accompanying register offset
> data.
> 
> I tested this series on my Cubieboard (sun4i) and A23 tablet (sun8i), which
> has the same watchdog hardware as the A31 (sun6i). This covers the 2 classes
> of hardware supported.
> 
> After this series is merged, we can remove the power/reset driver for sun6i.
> 
> 
> Changes since v1:
>   - Mention replacing ioread32/iowrite32 calls in patch 1 commit message.

On the whole series,

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140921/5f1178ab/attachment.sig>

  parent reply	other threads:[~2014-09-21 16:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-21 16:05 [PATCH v2 0/2] watchdog: sunxi: Add A31 watchdog support Chen-Yu Tsai
2014-09-21 16:05 ` Chen-Yu Tsai
2014-09-21 16:05 ` [PATCH v2 1/2] watchdog: sunxi: support parameterized compatible strings Chen-Yu Tsai
2014-09-21 16:05   ` Chen-Yu Tsai
2014-09-21 16:32   ` Guenter Roeck
2014-09-21 16:32     ` Guenter Roeck
2014-09-26  8:29     ` Chen-Yu Tsai
2014-09-26  8:29       ` Chen-Yu Tsai
2014-09-26 13:58       ` Guenter Roeck
2014-09-26 13:58         ` Guenter Roeck
2014-09-21 16:05 ` [PATCH v2 2/2] watchdog: sunxi: Add A31 watchdog support Chen-Yu Tsai
2014-09-21 16:05   ` Chen-Yu Tsai
2014-09-21 16:32   ` Guenter Roeck
2014-09-21 16:32     ` Guenter Roeck
2014-09-21 16:46 ` Maxime Ripard [this message]
2014-09-21 16:46   ` [PATCH v2 0/2] " Maxime Ripard

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=20140921164629.GB15315@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=wens@csie.org \
    --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.