linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rrajk@nvidia.com (Rajkumar Rampelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/10] arm64: defconfig: Enable Generic PWM based Tachometer driver
Date: Wed, 21 Feb 2018 12:28:58 +0530	[thread overview]
Message-ID: <1519196339-9377-10-git-send-email-rrajk@nvidia.com> (raw)
In-Reply-To: <1519196339-9377-1-git-send-email-rrajk@nvidia.com>

Enable Generic PWM based Tachometer driver which implements a simple
interface for monitoring the speed of a fan in roatations per minute,
and exposes it to the user space by using the hwmon's sysfs interface.
Enable this driver as a module in the ARM64 defconfig.

Signed-off-by: Rajkumar Rampelli <rrajk@nvidia.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8b2bda7..1b29109 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -321,6 +321,7 @@ CONFIG_BATTERY_BQ27XXX=y
 CONFIG_SENSORS_ARM_SCPI=y
 CONFIG_SENSORS_LM90=m
 CONFIG_SENSORS_INA2XX=m
+CONFIG_GENERIC_PWM_TACHOMETER=m
 CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
 CONFIG_CPU_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
-- 
2.1.4

  parent reply	other threads:[~2018-02-21  6:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-21  6:58 [PATCH 00/10] Implementation of Tegra Tachometer driver Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 01/10] pwm: core: Add support for PWM HW driver with pwm capture only Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 02/10] dt-bindings: Tegra186 tachometer device tree bindings Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 03/10] pwm: tegra: Add PWM based Tachometer driver Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 04/10] hwmon: generic-pwm-tachometer: Add DT binding details Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Rajkumar Rampelli
2018-02-21  7:15   ` Mikko Perttunen
2018-02-21 14:46     ` Guenter Roeck
2018-02-21 15:20       ` Mikko Perttunen
2018-02-21 16:08         ` Guenter Roeck
2018-02-23 11:45           ` RAJKUMAR
2018-03-01 22:08         ` Rob Herring
2018-02-21 14:50   ` Guenter Roeck
2018-02-28  5:38     ` Rajkumar Rampelli
2018-02-28  5:58       ` Guenter Roeck
2018-02-28  6:12         ` Rajkumar Rampelli
2018-02-28  7:03           ` Mikko Perttunen
2018-02-28 14:29             ` Guenter Roeck
2018-03-07  9:47               ` Rajkumar Rampelli
2018-03-07 14:20                 ` Guenter Roeck
2018-03-08  6:06                   ` Laxman Dewangan
2018-03-08 14:31                     ` Guenter Roeck
2018-03-08 15:21                       ` Laxman Dewangan
2018-03-08  7:57                   ` Mikko Perttunen
2018-03-08 14:33                     ` Guenter Roeck
2018-02-21  6:58 ` [PATCH 06/10] arm64: tegra: Add Tachometer Controller on Tegra186 Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 07/10] arm64: tegra: Add PWM based Tachometer support " Rajkumar Rampelli
2018-02-21  6:58 ` [PATCH 08/10] arm64: defconfig: enable Nvidia Tegra Tachometer as a module Rajkumar Rampelli
2018-02-21  6:58 ` Rajkumar Rampelli [this message]
2018-02-21  6:58 ` [PATCH 10/10] arm64: tegra: Add PWM controller on Tegra186 soc Rajkumar Rampelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519196339-9377-10-git-send-email-rrajk@nvidia.com \
    --to=rrajk@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).