From patchwork Fri Aug 9 11:59:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 11086315 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 0D98313AC for ; Fri, 9 Aug 2019 11:59:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F0C2F28BBF for ; Fri, 9 Aug 2019 11:59:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E4AB128C69; Fri, 9 Aug 2019 11:59:50 +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 54D6D28BBF for ; Fri, 9 Aug 2019 11:59:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726157AbfHIL7u (ORCPT ); Fri, 9 Aug 2019 07:59:50 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:57286 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726152AbfHIL7t (ORCPT ); Fri, 9 Aug 2019 07:59:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1565351987; 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=SmqGZ1fhKy+Ozn7/u/eOZiicRz2AS55x2H0mZNVURdw=; b=RXxr/UT4Wi8+QHzJJmycPI80Z1j/L6lAZnOWF3gnqM0YmLBXz6kxjpAnRoVJkUluNFeY6n GgpedU7IzsOJbz8ZSoPwrAOiNjKimqdxQ3x4anQcJdsFnfXls5YqP8D5V/Q4+W0EcOMhqS jirGeF5jyzDcmKH/oyzcexo7dMx0MKw= From: Paul Cercueil To: Wim Van Sebroeck , Guenter Roeck Cc: od@zcrc.me, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] watchdog: jz4740: Driver update Date: Fri, 9 Aug 2019 13:59:27 +0200 Message-Id: <20190809115930.6050-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 Hi, This patchset comes from a bigger patchset that was cut in smaller pieces for easier integration to mainline. (The patchset was https://lkml.org/lkml/2019/3/27/1837) The reviews were kept since the code mostly didn't change. The exception is the use of device_node_to_regmap() in patch 2/3. This function was added in a prior patch, now merged in the MIPS tree. For that reason this patchset is based on the ingenic-tcu-v5.4 branch of the MIPS tree (git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git). Thanks, -Paul