Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp159373yba; Fri, 12 Apr 2019 00:37:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqx4w3AZmyyJ4I8+BJApjFofmoPzJdMbnrhxjmr/u5THYpeNbdjuacnqn81+s7H4e2AYRZ1C X-Received: by 2002:a63:9246:: with SMTP id s6mr52988685pgn.316.1555054677457; Fri, 12 Apr 2019 00:37:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555054677; cv=none; d=google.com; s=arc-20160816; b=WN6at8XZXPdt+Qs5ZdPwfmQhkwPIZ5Dl/E24fn5dKfS5MH02mIhoOb5N5uFT3iLNbW 5EAts3kcw1H1pZ5SICMzhs7H6bO1nk7ZA157S0ddU7ok1P2SZ9CoQZ5BVyPy4wkksyai RV/6q8vl3McHYn07vQNe3aV8WpHIn+pKyq6njR+Nk3pvXJCybKhCdpF3nBxGktqgPGTp K0nda4J57S5vUalkrhEDpbpZYeXMEkgjl9Y8RtItvz6FnQbQMkRpdLM1c14mAtzAM5v9 0eoIbvjBj3EGM3RnKjVuRa67HnvoghlIHHdNHYBMFwzkDGxMiqjuvsEBQVciyesjaAB7 doEw== 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=5JKf1BO4VYEk0caTG6ucvgD+5oQ2lW7XD7YBXPreuF0=; b=VeWJKSr9NVv0cbFYCaKIU50D6OlP+G48qXjCvCO8XGKYxznNmuhf6ECpPlwnHjOYMZ YWOKL5VWpNuXTUXb3iazzHCdlBSA//uk925G1txhigPCUQLRfnmvjtrT98PNWpI3jO5v XSlXE2e0XuBh+Lh07/L3KD73k7AyvwmMRpJ1ikI22T4Hc9YXb5KwZursjqKQZf3Cn77V OmPHNR4OtAGpXuzN4aWZ0k3muGVtWYiMwNYEOhE4wedbk+2viqLCtVARWRjoGyoCAkwx 9dQyptPfd4HM8VvId8u+0kwfu/s1hCTu3wiG6+Df9VSliE29NjnUnsS1vbZXuPv7AoTh Tehw== 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 a73si21238866pge.358.2019.04.12.00.37.41; Fri, 12 Apr 2019 00:37:57 -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 S1727025AbfDLHgy (ORCPT + 99 others); Fri, 12 Apr 2019 03:36:54 -0400 Received: from mx.socionext.com ([202.248.49.38]:45649 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726616AbfDLHgy (ORCPT ); Fri, 12 Apr 2019 03:36:54 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 12 Apr 2019 16:36:52 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id B99926117D; Fri, 12 Apr 2019 16:36:52 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Fri, 12 Apr 2019 16:36:52 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id 266181A15B7; Fri, 12 Apr 2019 16:36:52 +0900 (JST) Received: from M20VSDK.e01.socionext.com (unknown [10.213.118.34]) by yuzu.css.socionext.com (Postfix) with ESMTP id 09931120499; Fri, 12 Apr 2019 16:36:52 +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 v2 0/3] Bugfix and cleanup the timer driver for Milbeaut M10V Date: Fri, 12 Apr 2019 16:36:48 +0900 Message-Id: <1555054611-23566-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. Changes from v1: -Add "Fixes" tag. 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