From patchwork Fri Jun 7 16:24:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 10982339 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CFACA924 for ; Fri, 7 Jun 2019 16:24:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BF48426222 for ; Fri, 7 Jun 2019 16:24:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B334C28B9A; Fri, 7 Jun 2019 16:24:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5482926222 for ; Fri, 7 Jun 2019 16:24:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730599AbfFGQYo (ORCPT ); Fri, 7 Jun 2019 12:24:44 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:59068 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730059AbfFGQYo (ORCPT ); Fri, 7 Jun 2019 12:24:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1559924681; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=mcQ/t/D7ql8zsl47FLhRZOVHwEqpOyHcf2rB4FvEu7U=; b=qNm+4cQaAJhBObHd+lCjEySlXv/b0p4Av4oSvs4sTyq2KxwFNWIKkxFHcLLhAuZG8ov8fo 9WdYpspyCYE6EaRuuDvWTL3Co9B+mRtaCyjQGYFvdQAhB9kmaOYpai3bCFiKIgix2PZy5y 6BtHGkDPhKx6CDXR6Ez92qFOVzHaAbc= From: Paul Cercueil To: Guenter Roeck , Wim Van Sebroeck Cc: od@zcrc.me, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] JZ4740 watchdog cleanups Date: Fri, 7 Jun 2019 18:24:25 +0200 Message-Id: <20190607162429.17915-1-paul@crapouillou.net> MIME-Version: 1.0 Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP V1 patchset didn't apply anymore on v5.2-rc3 so I rebased on top of it. The previous patch 4/4 (which added SPDX license notifier) has been dropped since somebody else did the job in -rc3. So I added another cleanup as patch 4/4, and I tweaked patch 2/4 to adjust to Guenter's feedback on V1. Cheers -Paul