From: rask@formelder.dk (Rask Ingemann Lambertsen)
To: linux-arm-kernel@lists.infradead.org
Subject: [v5,3/7] rtc: ac100: Add RTC driver for X-Powers AC100
Date: Sun, 5 Feb 2017 22:33:13 +0100 [thread overview]
Message-ID: <20170205213312.pcoxq2di54ur7ncv@localhost> (raw)
In-Reply-To: <1467988422-17934-4-git-send-email-wens@csie.org>
On Fri, Jul 08, 2016 at 10:33:38PM +0800, Chen-Yu Tsai wrote:
> X-Powers AC100 is a codec / RTC combo chip. This driver supports
> the RTC sub-device.
Don't we also want to build this driver by default, at least for
sunxi_defconfig, but possibly for multi_v7_defconfig as well?
-------------------- >8 --------------------
Subject: [PATCH] ARM: sunxi_defconfig: Enable AC100 RTC driver
Enable the AC100 RTC driver so boards with it can keep track of time.
Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk>
---
arch/arm/configs/sunxi_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index da92c25..5cd5dd70 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -87,6 +87,7 @@ CONFIG_THERMAL_OF=y
CONFIG_CPU_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_SUNXI_WATCHDOG=y
+CONFIG_MFD_AC100=y
CONFIG_MFD_AXP20X=y
CONFIG_MFD_AXP20X_I2C=y
CONFIG_MFD_AXP20X_RSB=y
@@ -129,6 +130,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_INTF_SYSFS is not set
# CONFIG_RTC_INTF_PROC is not set
+CONFIG_RTC_DRV_AC100=y
CONFIG_RTC_DRV_SUN6I=y
CONFIG_RTC_DRV_SUNXI=y
CONFIG_DMADEVICES=y
--
2.10.2
--
Rask Ingemann Lambertsen
WARNING: multiple messages have this Message-ID (diff)
From: Rask Ingemann Lambertsen <rask@formelder.dk>
To: Chen-Yu Tsai <wens@csie.org>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
Russell King <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [v5,3/7] rtc: ac100: Add RTC driver for X-Powers AC100
Date: Sun, 5 Feb 2017 22:33:13 +0100 [thread overview]
Message-ID: <20170205213312.pcoxq2di54ur7ncv@localhost> (raw)
In-Reply-To: <1467988422-17934-4-git-send-email-wens@csie.org>
On Fri, Jul 08, 2016 at 10:33:38PM +0800, Chen-Yu Tsai wrote:
> X-Powers AC100 is a codec / RTC combo chip. This driver supports
> the RTC sub-device.
Don't we also want to build this driver by default, at least for
sunxi_defconfig, but possibly for multi_v7_defconfig as well?
-------------------- >8 --------------------
Subject: [PATCH] ARM: sunxi_defconfig: Enable AC100 RTC driver
Enable the AC100 RTC driver so boards with it can keep track of time.
Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk>
---
arch/arm/configs/sunxi_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index da92c25..5cd5dd70 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -87,6 +87,7 @@ CONFIG_THERMAL_OF=y
CONFIG_CPU_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_SUNXI_WATCHDOG=y
+CONFIG_MFD_AC100=y
CONFIG_MFD_AXP20X=y
CONFIG_MFD_AXP20X_I2C=y
CONFIG_MFD_AXP20X_RSB=y
@@ -129,6 +130,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_INTF_SYSFS is not set
# CONFIG_RTC_INTF_PROC is not set
+CONFIG_RTC_DRV_AC100=y
CONFIG_RTC_DRV_SUN6I=y
CONFIG_RTC_DRV_SUNXI=y
CONFIG_DMADEVICES=y
--
2.10.2
--
Rask Ingemann Lambertsen
next prev parent reply other threads:[~2017-02-05 21:33 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 14:33 [rtc-linux] [PATCH v5 0/7] mfd: ac100: Add support for X-Powers AC100 audio codec / RTC combo IC Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC " Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-08-08 11:50 ` [rtc-linux] " Lee Jones
2016-08-08 11:50 ` Lee Jones
2016-08-08 11:50 ` Lee Jones
2016-08-08 11:56 ` [rtc-linux] " Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 2/7] mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC " Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-08-08 11:56 ` [rtc-linux] " Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 3/7] rtc: ac100: Add RTC driver for X-Powers AC100 Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 16:21 ` [rtc-linux] " Alexandre Belloni
2016-07-08 16:21 ` Alexandre Belloni
2016-07-08 16:21 ` Alexandre Belloni
2016-07-08 16:21 ` Alexandre Belloni
2016-08-08 11:57 ` [rtc-linux] " Lee Jones
2016-08-08 11:57 ` Lee Jones
2016-08-08 11:57 ` Lee Jones
2016-08-08 11:57 ` Lee Jones
2017-02-05 21:33 ` Rask Ingemann Lambertsen [this message]
2017-02-05 21:33 ` [v5,3/7] " Rask Ingemann Lambertsen
2017-02-06 3:29 ` Chen-Yu Tsai
2017-02-06 3:29 ` Chen-Yu Tsai
2017-02-06 18:15 ` Rask Ingemann Lambertsen
2017-02-06 18:15 ` Rask Ingemann Lambertsen
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 4/7] rtc: ac100: Add clk output support Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 16:29 ` [rtc-linux] " Alexandre Belloni
2016-07-08 16:29 ` Alexandre Belloni
2016-07-08 16:29 ` Alexandre Belloni
2016-07-08 16:29 ` Alexandre Belloni
2016-08-08 11:56 ` [rtc-linux] " Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-08-08 11:56 ` Lee Jones
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 5/7] ARM: dts: sun9i: a80-optimus: Add device node for AC100 Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 6/7] ARM: dts: sun9i: cubieboard4: " Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` [rtc-linux] [PATCH v5 7/7] ARM: dts: sun9i: Switch to the AC100 RTC clock outputs for osc32k Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-08 14:33 ` Chen-Yu Tsai
2016-07-11 6:50 ` [rtc-linux] " Maxime Ripard
2016-07-11 6:50 ` Maxime Ripard
2016-07-11 6:50 ` Maxime Ripard
2016-07-11 6:50 ` Maxime Ripard
2016-07-12 2:02 ` [rtc-linux] " Chen-Yu Tsai
2016-07-12 2:02 ` Chen-Yu Tsai
2016-07-12 2:02 ` Chen-Yu Tsai
2016-08-16 7:20 ` [rtc-linux] " Chen-Yu Tsai
2016-08-16 7:20 ` Chen-Yu Tsai
2016-08-16 7:20 ` Chen-Yu Tsai
2016-08-16 7:20 ` Chen-Yu Tsai
2016-08-08 12:01 ` [rtc-linux] Re: [PATCH v5 0/7] mfd: ac100: Add support for X-Powers AC100 audio codec / RTC combo IC Lee Jones
2016-08-08 12:01 ` Lee Jones
2016-08-08 12:01 ` Lee Jones
2016-08-08 12:01 ` Lee Jones
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=20170205213312.pcoxq2di54ur7ncv@localhost \
--to=rask@formelder.dk \
--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 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.