From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: MIME-Version: 1.0 Sender: wens213@gmail.com In-Reply-To: <541EFD9A.2000406@roeck-us.net> References: <1411315519-26257-1-git-send-email-wens@csie.org> <1411315519-26257-2-git-send-email-wens@csie.org> <541EFD9A.2000406@roeck-us.net> From: Chen-Yu Tsai Date: Fri, 26 Sep 2014 16:29:18 +0800 Message-ID: Subject: Re: [PATCH v2 1/2] watchdog: sunxi: support parameterized compatible strings To: Guenter Roeck Cc: Wim Van Sebroeck , Maxime Ripard , linux-watchdog@vger.kernel.org, linux-arm-kernel Content-Type: text/plain; charset=UTF-8 List-ID: On Mon, Sep 22, 2014 at 12:32 AM, Guenter Roeck wrote: > On 09/21/2014 09:05 AM, Chen-Yu Tsai wrote: >> >> This patch adds support for hardware parameters tied to compatible >> strings, so similar hardware can reuse the driver. >> >> This will be used to support the newer watchdog found in A31 and >> later SoCs. Differences in the new hardware include separate >> interrupt lines for each watchdog, and corresponding interrupt >> control/status registers. Watchdog control registers were also >> slightly rearranged. >> >> Also replace ioread32()/iowrite32() with readl()/writel() in various >> places changed. >> >> Signed-off-by: Chen-Yu Tsai > > > Reviewed-by: Guenter Roeck > Hi Guenter, Are you submitting the restart handler patches for inclusion in 3.18? If so, are you taking any related patches or patches depending on that series? Thanks ChenYu From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Fri, 26 Sep 2014 16:29:18 +0800 Subject: [PATCH v2 1/2] watchdog: sunxi: support parameterized compatible strings In-Reply-To: <541EFD9A.2000406@roeck-us.net> References: <1411315519-26257-1-git-send-email-wens@csie.org> <1411315519-26257-2-git-send-email-wens@csie.org> <541EFD9A.2000406@roeck-us.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Sep 22, 2014 at 12:32 AM, Guenter Roeck wrote: > On 09/21/2014 09:05 AM, Chen-Yu Tsai wrote: >> >> This patch adds support for hardware parameters tied to compatible >> strings, so similar hardware can reuse the driver. >> >> This will be used to support the newer watchdog found in A31 and >> later SoCs. Differences in the new hardware include separate >> interrupt lines for each watchdog, and corresponding interrupt >> control/status registers. Watchdog control registers were also >> slightly rearranged. >> >> Also replace ioread32()/iowrite32() with readl()/writel() in various >> places changed. >> >> Signed-off-by: Chen-Yu Tsai > > > Reviewed-by: Guenter Roeck > Hi Guenter, Are you submitting the restart handler patches for inclusion in 3.18? If so, are you taking any related patches or patches depending on that series? Thanks ChenYu