From patchwork Fri Apr 12 07:36:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sugaya Taichi X-Patchwork-Id: 162092 Delivered-To: patch@linaro.org Received: by 2002:a02:c6d8:0:0:0:0:0 with SMTP id r24csp298215jan; Fri, 12 Apr 2019 00:36:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqwvKH6q0rUJGcWb8IORSUqQBxK1DYa+OLHB26lHA1D1lZr8jgraQzyqh/Y/xbGfquRMTym0 X-Received: by 2002:a65:608a:: with SMTP id t10mr40447622pgu.125.1555054616082; Fri, 12 Apr 2019 00:36:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555054616; cv=none; d=google.com; s=arc-20160816; b=TqC5a6wgO4lMtZ7Jxr2LaXFDd2JdflMXVrvu3iuvNcm/KlESvXgfrabGLHmXVJL5VS oM4qV4hIBEJqM/lV5plZL7iHymd6qpAZjdBMAko2DeSO05uTnBdKJ40HVxHBo7HQoOgt 5/XYC5zYXN/H9+XHYub8LbRJi4sYxF6RaoaCPBoFpiA8dD1hQXCxBg6RLpjKAHHCyO3a or7xPBNrz6oa04AsnXRzJPNxsm7is8oU/pN6BhhLRA1K4+qpnWYgnCUiurJ3F9hBJsH0 FfhVyntkwRoC3SwWlnsDloaLmytA7vcbqKYM62oSsxcVDA5JFUWQJT2WXiJT4WiStDOE BWGg== 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 v10si37123865plo.439.2019.04.12.00.36.55; Fri, 12 Apr 2019 00:36:56 -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 S1727091AbfDLHgy (ORCPT + 31 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