From: Rajkumar Rampelli <rrajk@nvidia.com>
To: <robh+dt@kernel.org>, <mark.rutland@arm.com>,
<thierry.reding@gmail.com>, <jonathanh@nvidia.com>,
<jdelvare@suse.com>, <linux@roeck-us.net>, <corbet@lwn.net>,
<catalin.marinas@arm.com>, <will.deacon@arm.com>,
<kstewart@linuxfoundation.org>, <gregkh@linuxfoundation.org>,
<pombredanne@nexb.com>, <mmaddireddy@nvidia.com>,
<mperttunen@nvidia.com>, <arnd@arndb.de>,
<gregory.clement@free-electrons.com>, <timur@codeaurora.org>,
<andy.gross@linaro.org>, <xuwei5@hisilicon.com>,
<elder@linaro.org>, <heiko@sntech.de>, <krzk@kernel.org>,
<ard.biesheuvel@linaro.org>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-pwm@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
<linux-hwmon@vger.kernel.org>, <linux-doc@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <ldewangan@nvidia.com>,
<rrajk@nvidia.com>
Subject: [PATCH 08/10] arm64: defconfig: enable Nvidia Tegra Tachometer as a module
Date: Wed, 21 Feb 2018 12:28:57 +0530 [thread overview]
Message-ID: <1519196339-9377-9-git-send-email-rrajk@nvidia.com> (raw)
In-Reply-To: <1519196339-9377-1-git-send-email-rrajk@nvidia.com>
Tegra Tachometer driver implements PWM capture to measure
period. 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 634b373..8b2bda7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -550,6 +550,7 @@ CONFIG_PWM_MESON=m
CONFIG_PWM_ROCKCHIP=y
CONFIG_PWM_SAMSUNG=y
CONFIG_PWM_TEGRA=m
+CONFIG_PWM_TEGRA_TACHOMETER=m
CONFIG_PHY_RCAR_GEN3_USB2=y
CONFIG_PHY_HI6220_USB=y
CONFIG_PHY_QCOM_USB_HS=y
--
2.1.4
WARNING: multiple messages have this Message-ID (diff)
From: Rajkumar Rampelli <rrajk@nvidia.com>
To: robh+dt@kernel.org, mark.rutland@arm.com,
thierry.reding@gmail.com, jonathanh@nvidia.com,
jdelvare@suse.com, linux@roeck-us.net, corbet@lwn.net,
catalin.marinas@arm.com, will.deacon@arm.com,
kstewart@linuxfoundation.org, gregkh@linuxfoundation.org,
pombredanne@nexb.com, mmaddireddy@nvidia.com,
mperttunen@nvidia.com, arnd@arndb.de,
gregory.clement@free-electrons.com, timur@codeaurora.org,
andy.gross@linaro.org, xuwei5@hisilicon.com, elder@linaro.org,
heiko@sntech.de, krzk@kernel.org, ard.biesheuvel@linaro.org
Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-doc@vger.kernel.org, rrajk@nvidia.com,
linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org,
ldewangan@nvidia.com, linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10] arm64: defconfig: enable Nvidia Tegra Tachometer as a module
Date: Wed, 21 Feb 2018 12:28:57 +0530 [thread overview]
Message-ID: <1519196339-9377-9-git-send-email-rrajk@nvidia.com> (raw)
In-Reply-To: <1519196339-9377-1-git-send-email-rrajk@nvidia.com>
Tegra Tachometer driver implements PWM capture to measure
period. 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 634b373..8b2bda7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -550,6 +550,7 @@ CONFIG_PWM_MESON=m
CONFIG_PWM_ROCKCHIP=y
CONFIG_PWM_SAMSUNG=y
CONFIG_PWM_TEGRA=m
+CONFIG_PWM_TEGRA_TACHOMETER=m
CONFIG_PHY_RCAR_GEN3_USB2=y
CONFIG_PHY_HI6220_USB=y
CONFIG_PHY_QCOM_USB_HS=y
--
2.1.4
WARNING: multiple messages have this Message-ID (diff)
From: rrajk@nvidia.com (Rajkumar Rampelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10] arm64: defconfig: enable Nvidia Tegra Tachometer as a module
Date: Wed, 21 Feb 2018 12:28:57 +0530 [thread overview]
Message-ID: <1519196339-9377-9-git-send-email-rrajk@nvidia.com> (raw)
In-Reply-To: <1519196339-9377-1-git-send-email-rrajk@nvidia.com>
Tegra Tachometer driver implements PWM capture to measure
period. 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 634b373..8b2bda7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -550,6 +550,7 @@ CONFIG_PWM_MESON=m
CONFIG_PWM_ROCKCHIP=y
CONFIG_PWM_SAMSUNG=y
CONFIG_PWM_TEGRA=m
+CONFIG_PWM_TEGRA_TACHOMETER=m
CONFIG_PHY_RCAR_GEN3_USB2=y
CONFIG_PHY_HI6220_USB=y
CONFIG_PHY_QCOM_USB_HS=y
--
2.1.4
next prev parent reply other threads:[~2018-02-21 7:00 UTC|newest]
Thread overview: 93+ 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 ` Rajkumar Rampelli
2018-02-21 6:58 ` 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 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` [PATCH 02/10] dt-bindings: Tegra186 tachometer device tree bindings Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` [PATCH 03/10] pwm: tegra: Add PWM based Tachometer driver Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` 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 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 7:15 ` Mikko Perttunen
2018-02-21 7:15 ` Mikko Perttunen
2018-02-21 7:15 ` Mikko Perttunen
2018-02-21 14:46 ` Guenter Roeck
2018-02-21 14:46 ` Guenter Roeck
2018-02-21 14:46 ` Guenter Roeck
2018-02-21 15:20 ` Mikko Perttunen
2018-02-21 15:20 ` Mikko Perttunen
2018-02-21 15:20 ` Mikko Perttunen
2018-02-21 16:08 ` Guenter Roeck
2018-02-21 16:08 ` Guenter Roeck
2018-02-21 16:08 ` Guenter Roeck
2018-02-23 11:45 ` RAJKUMAR
2018-02-23 11:45 ` RAJKUMAR
2018-02-23 11:45 ` RAJKUMAR
2018-03-01 22:08 ` Rob Herring
2018-03-01 22:08 ` Rob Herring
2018-03-01 22:08 ` Rob Herring
2018-02-21 14:50 ` Guenter Roeck
2018-02-21 14:50 ` Guenter Roeck
2018-02-21 14:50 ` Guenter Roeck
2018-02-28 5:38 ` Rajkumar Rampelli
2018-02-28 5:38 ` Rajkumar Rampelli
2018-02-28 5:38 ` Rajkumar Rampelli
2018-02-28 5:58 ` Guenter Roeck
2018-02-28 5:58 ` Guenter Roeck
2018-02-28 6:07 ` Rajkumar Rampelli
2018-02-28 6:07 ` Rajkumar Rampelli
2018-02-28 6:12 ` Rajkumar Rampelli
2018-02-28 6:12 ` Rajkumar Rampelli
2018-02-28 6:12 ` Rajkumar Rampelli
2018-02-28 7:03 ` Mikko Perttunen
2018-02-28 7:03 ` Mikko Perttunen
2018-02-28 14:29 ` Guenter Roeck
2018-02-28 14:29 ` Guenter Roeck
2018-03-07 9:47 ` Rajkumar Rampelli
2018-03-07 9:47 ` Rajkumar Rampelli
2018-03-07 9:47 ` Rajkumar Rampelli
2018-03-07 9:47 ` Rajkumar Rampelli
2018-03-07 14:20 ` Guenter Roeck
2018-03-07 14:20 ` Guenter Roeck
2018-03-07 14:20 ` Guenter Roeck
2018-03-08 6:06 ` Laxman Dewangan
2018-03-08 6:06 ` Laxman Dewangan
2018-03-08 6:06 ` Laxman Dewangan
2018-03-08 6:06 ` Laxman Dewangan
2018-03-08 14:31 ` Guenter Roeck
2018-03-08 14:31 ` Guenter Roeck
2018-03-08 14:31 ` Guenter Roeck
2018-03-08 15:21 ` Laxman Dewangan
2018-03-08 15:21 ` Laxman Dewangan
2018-03-08 15:21 ` Laxman Dewangan
2018-03-08 15:21 ` Laxman Dewangan
2018-03-08 7:57 ` Mikko Perttunen
2018-03-08 7:57 ` Mikko Perttunen
2018-03-08 7:57 ` Mikko Perttunen
2018-03-08 7:57 ` Mikko Perttunen
2018-03-08 14:33 ` Guenter Roeck
2018-03-08 14:33 ` Guenter Roeck
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 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` [PATCH 07/10] arm64: tegra: Add PWM based Tachometer support " Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli [this message]
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
2018-02-21 6:58 ` [PATCH 09/10] arm64: defconfig: Enable Generic PWM based Tachometer driver Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` [PATCH 10/10] arm64: tegra: Add PWM controller on Tegra186 soc Rajkumar Rampelli
2018-02-21 6:58 ` Rajkumar Rampelli
2018-02-21 6:58 ` 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-9-git-send-email-rrajk@nvidia.com \
--to=rrajk@nvidia.com \
--cc=andy.gross@linaro.org \
--cc=ard.biesheuvel@linaro.org \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=elder@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=gregory.clement@free-electrons.com \
--cc=heiko@sntech.de \
--cc=jdelvare@suse.com \
--cc=jonathanh@nvidia.com \
--cc=krzk@kernel.org \
--cc=kstewart@linuxfoundation.org \
--cc=ldewangan@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mark.rutland@arm.com \
--cc=mmaddireddy@nvidia.com \
--cc=mperttunen@nvidia.com \
--cc=pombredanne@nexb.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=timur@codeaurora.org \
--cc=will.deacon@arm.com \
--cc=xuwei5@hisilicon.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.