All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anand Moon <linux.amoon@gmail.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Cc: Rob Herring <robh+dt@kernel.org>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Christian Hewitt <christianshewitt@gmail.com>,
	Anand Moon <linux.amoon@gmail.com>
Subject: [PATCH v3 2/2] arm64: defconfig: Enable RTC devices for Amlogic boards
Date: Thu, 20 Aug 2020 17:43:23 +0530	[thread overview]
Message-ID: <20200820121323.564-3-linux.amoon@gmail.com> (raw)
In-Reply-To: <20200820121323.564-1-linux.amoon@gmail.com>

Enables the RTC PCF8563 driver used on Amlogic Libretech-pc
and Odroid-N2 boards supported in mainline kernel.

Cc: Kevin Hilman <khilman@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e0f33826819f..3d9756833e0e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -773,6 +773,7 @@ CONFIG_RTC_DRV_DS1307=m
 CONFIG_RTC_DRV_MAX77686=y
 CONFIG_RTC_DRV_RK808=m
 CONFIG_RTC_DRV_PCF85363=m
+CONFIG_RTC_DRV_PCF8563=m
 CONFIG_RTC_DRV_RX8581=m
 CONFIG_RTC_DRV_RV8803=m
 CONFIG_RTC_DRV_S5M=y
-- 
2.28.0


WARNING: multiple messages have this Message-ID (diff)
From: Anand Moon <linux.amoon@gmail.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Christian Hewitt <christianshewitt@gmail.com>,
	Anand Moon <linux.amoon@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: [PATCH v3 2/2] arm64: defconfig: Enable RTC devices for Amlogic boards
Date: Thu, 20 Aug 2020 17:43:23 +0530	[thread overview]
Message-ID: <20200820121323.564-3-linux.amoon@gmail.com> (raw)
In-Reply-To: <20200820121323.564-1-linux.amoon@gmail.com>

Enables the RTC PCF8563 driver used on Amlogic Libretech-pc
and Odroid-N2 boards supported in mainline kernel.

Cc: Kevin Hilman <khilman@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e0f33826819f..3d9756833e0e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -773,6 +773,7 @@ CONFIG_RTC_DRV_DS1307=m
 CONFIG_RTC_DRV_MAX77686=y
 CONFIG_RTC_DRV_RK808=m
 CONFIG_RTC_DRV_PCF85363=m
+CONFIG_RTC_DRV_PCF8563=m
 CONFIG_RTC_DRV_RX8581=m
 CONFIG_RTC_DRV_RV8803=m
 CONFIG_RTC_DRV_S5M=y
-- 
2.28.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Anand Moon <linux.amoon@gmail.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Christian Hewitt <christianshewitt@gmail.com>,
	Anand Moon <linux.amoon@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: [PATCH v3 2/2] arm64: defconfig: Enable RTC devices for Amlogic boards
Date: Thu, 20 Aug 2020 17:43:23 +0530	[thread overview]
Message-ID: <20200820121323.564-3-linux.amoon@gmail.com> (raw)
In-Reply-To: <20200820121323.564-1-linux.amoon@gmail.com>

Enables the RTC PCF8563 driver used on Amlogic Libretech-pc
and Odroid-N2 boards supported in mainline kernel.

Cc: Kevin Hilman <khilman@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e0f33826819f..3d9756833e0e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -773,6 +773,7 @@ CONFIG_RTC_DRV_DS1307=m
 CONFIG_RTC_DRV_MAX77686=y
 CONFIG_RTC_DRV_RK808=m
 CONFIG_RTC_DRV_PCF85363=m
+CONFIG_RTC_DRV_PCF8563=m
 CONFIG_RTC_DRV_RX8581=m
 CONFIG_RTC_DRV_RV8803=m
 CONFIG_RTC_DRV_S5M=y
-- 
2.28.0


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2020-08-20 12:14 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20 12:13 [PATCH v3 0/2]Enable RTC on Odroid N2 Anand Moon
2020-08-20 12:13 ` Anand Moon
2020-08-20 12:13 ` Anand Moon
2020-08-20 12:13 ` [PATCH v3 1/2] arm64: dts: meson-g12b-odroid-n2: Enable RTC controller node Anand Moon
2020-08-20 12:13   ` Anand Moon
2020-08-20 12:13   ` Anand Moon
2020-08-20 19:33   ` Kevin Hilman
2020-08-20 19:33     ` Kevin Hilman
2020-08-20 19:33     ` Kevin Hilman
2020-08-21  4:43     ` Anand Moon
2020-08-21  4:43       ` Anand Moon
2020-08-21  4:43       ` Anand Moon
2020-08-24 13:41       ` Anand Moon
2020-08-24 13:41         ` Anand Moon
2020-08-24 13:41         ` Anand Moon
2020-08-24 13:50         ` Neil Armstrong
2020-08-24 13:50           ` Neil Armstrong
2020-08-24 13:50           ` Neil Armstrong
2020-08-24 13:57           ` Anand Moon
2020-08-24 13:57             ` Anand Moon
2020-08-24 13:57             ` Anand Moon
2020-08-24 14:30           ` Jerome Brunet
2020-08-24 14:30             ` Jerome Brunet
2020-08-24 14:30             ` Jerome Brunet
2020-08-25  9:01             ` Anand Moon
2020-08-25  9:01               ` Anand Moon
2020-08-25  9:01               ` Anand Moon
2020-08-25 14:30               ` Jerome Brunet
2020-08-25 14:30                 ` Jerome Brunet
2020-08-25 14:30                 ` Jerome Brunet
2020-08-26  6:59                 ` Anand Moon
2020-08-26  6:59                   ` Anand Moon
2020-08-26  6:59                   ` Anand Moon
2020-08-29 16:31                   ` Anand Moon
2020-08-29 16:31                     ` Anand Moon
2020-08-29 16:31                     ` Anand Moon
2020-08-29 19:56                     ` Martin Blumenstingl
2020-08-29 19:56                       ` Martin Blumenstingl
2020-08-29 19:56                       ` Martin Blumenstingl
2020-08-30 13:11                       ` Anand Moon
2020-08-30 13:11                         ` Anand Moon
2020-08-30 13:11                         ` Anand Moon
2020-08-30 14:04                         ` Martin Blumenstingl
2020-08-30 14:04                           ` Martin Blumenstingl
2020-08-30 14:04                           ` Martin Blumenstingl
2020-08-30 20:05                           ` Anand Moon
2020-08-30 20:05                             ` Anand Moon
2020-08-30 20:05                             ` Anand Moon
2020-08-20 12:13 ` Anand Moon [this message]
2020-08-20 12:13   ` [PATCH v3 2/2] arm64: defconfig: Enable RTC devices for Amlogic boards Anand Moon
2020-08-20 12:13   ` Anand Moon

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=20200820121323.564-3-linux.amoon@gmail.com \
    --to=linux.amoon@gmail.com \
    --cc=christianshewitt@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    --cc=robh+dt@kernel.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.