Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp2816487img; Sun, 24 Mar 2019 20:06:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqx1/Bo2dB7urrBE4C9rVNyT03IGaU8euQ+ls68bsFE13eh+uWIwKRdRLS1dssnioE7rkcyt X-Received: by 2002:a63:5149:: with SMTP id r9mr21258858pgl.142.1553483200833; Sun, 24 Mar 2019 20:06:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553483200; cv=none; d=google.com; s=arc-20160816; b=chMpma5SlZ/hPh0VxDJpH+S/42MTaGzcA7FHy1wNVK9PJp3/1UlOA33DiC8fiLjv2V urnjmk/hZmqrB2fVGZFVtwqLKrSsYfRRHBF2yKzB4G1qgIlTVfg8dPumRTefNJ12vZmp 4iPVu/pILQesJwko3UmgNvxZV2D0Jxfcb4zYNUApUGn73pcQcgF/b1D9csvbMaEYDFEA VbfFj/dkrbRsFAE+azBMcbCBd5JMAJZF4a799GH2aSnvxH67EbbHG5fpwnFKLF7lPI1e DlvUo4WV90WI/mlqt3tUFR6mUGlRoSxopwOiVQHZM57IDXXf8pIvdrxdqwQWPvrpxtrY 4SBw== 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 m4si12257448pgp.29.2019.03.24.20.06.26; Sun, 24 Mar 2019 20:06:40 -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 S1729420AbfCYDFm (ORCPT + 99 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