From patchwork Mon Mar 25 03:05:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sugaya Taichi X-Patchwork-Id: 161015 Delivered-To: patch@linaro.org Received: by 2002:a02:c6d8:0:0:0:0:0 with SMTP id r24csp3462541jan; Sun, 24 Mar 2019 20:05:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqw8DD7KvA5WOYgWLbHLvA016ExRNYV6gRXD6Rpm1gQi4FpsgqEz6IOP5t4qG8V7jMC2HuIs X-Received: by 2002:a63:87c1:: with SMTP id i184mr21042560pge.265.1553483147244; Sun, 24 Mar 2019 20:05:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553483147; cv=none; d=google.com; s=arc-20160816; b=lAIaG/IVEcCYdknkqkEX5ZzQ5XddKHBr6XKEufIG8mjzpCxV6jxKXn7CCfSvi2NMW5 AIk7BQq+s7Iohy3Dp5fcU9UReKDQ5M8jhjwKdNuSxd/PdO0NG0GW6jbZnM+IzAd4WwWR HNNjl38fvTB3NdH06dVbPDaMEqdn+hN3x+haTA3Dfsr3H/lAXSYbD14FTT9QpNquFNip FV2h87qxe3c8GzRrGP+eleyJa4lw6VV3Rv0+jUNHONC65zZQD6RqfEcBF0+YeFz5YtYn WzLBWayFu/m3HE0ifryCRowrTRlQndf7h3fLlFzawa2q15IaOXXYItJmih6+zqUTkEto 4rTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=mhdoPUlxLC6w7BRBurwq7egkS4Jp4GKbZK4PC1nYPMk=; b=Yu47EoG14SgybrtPr0+xSNxGOw1UAPTYr1Mu83vpET10U/Nt3MxOoHZWwnawW++uov 7p8Qfxi/ASTpq3kO2W5Uh4wOreAx7uGeiuZa7lAOw92EPpq+oMzeAQeMgYrO+lylGVHN kIyDSgLgCuE4ELnazW+6dAS/nZ8qlfUgXZV1qzdsoeiYtENjDS5jUcaQhGQJG2O4C9Ob 5s5XcEryo41NtZzSA9YgG1ifNEuZAUS04D9kpZKy3At52uo6mwNmmV1Gpigmenx03exp xyzAx7VBcLdIsKnHjjfiq8jTWYD3HVJ/9Mjfz3LOZgvBgIBSGZi2/88l0XpGy+eCtNwY tj6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n14si12126736pgl.277.2019.03.24.20.05.46; Sun, 24 Mar 2019 20:05:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729425AbfCYDFm (ORCPT + 31 others); Sun, 24 Mar 2019 23:05:42 -0400 Received: from mx.socionext.com ([202.248.49.38]:52827 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729368AbfCYDFl (ORCPT ); Sun, 24 Mar 2019 23:05:41 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 25 Mar 2019 12:05:39 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 5E607180085; Mon, 25 Mar 2019 12:05:39 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Mon, 25 Mar 2019 12:05:39 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by iyokan.css.socionext.com (Postfix) with ESMTP id EE9084031A; Mon, 25 Mar 2019 12:05:38 +0900 (JST) Received: from M20VSDK.e01.socionext.com (unknown [10.213.118.34]) by yuzu.css.socionext.com (Postfix) with ESMTP id D2752120459; Mon, 25 Mar 2019 12:05:38 +0900 (JST) From: Sugaya Taichi To: Daniel Lezcano , Thomas Gleixner , linux-kernel@vger.kernel.org Cc: Takao Orito , Kazuhiro Kasai , Shinji Kanematsu , Jassi Brar , Masami Hiramatsu , Sugaya Taichi Subject: [PATCH 0/3] Bugfix and cleanup the timer driver for Milbeaut M10V Date: Mon, 25 Mar 2019 12:05:46 +0900 Message-Id: <1553483149-8922-1-git-send-email-sugaya.taichi@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series fixes a bug and cleanup code about timer driver for Milbeaut M10V. Since it is difficult to separate, it is integrated into a series. Sugaya Taichi (3): clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer clocksource/drivers/timer-milbeaut: Add shutdown function clocksource/drivers/timer-milbeaut: Cleanup common register accesses drivers/clocksource/timer-milbeaut.c | 66 +++++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 19 deletions(-) -- 1.9.1