All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 1/2] clk: aspeed: Add video engine reset index definition
Date: Tue, 11 Dec 2018 14:12:40 -0600	[thread overview]
Message-ID: <1544559161-21468-2-git-send-email-eajames@linux.ibm.com> (raw)
In-Reply-To: <1544559161-21468-1-git-send-email-eajames@linux.ibm.com>

Add an index into the array of resets kept in the Aspeed clock driver
for the video engine. This isn't a HW bit definition.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 include/dt-bindings/clock/aspeed-clock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index f437386..15a9059 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -50,5 +50,6 @@
 #define ASPEED_RESET_I2C		7
 #define ASPEED_RESET_AHB		8
 #define ASPEED_RESET_CRT1		9
+#define ASPEED_RESET_VIDEO		10
 
 #endif
-- 
1.8.3.1


WARNING: multiple messages have this Message-ID (diff)
From: Eddie James <eajames@linux.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: linux-aspeed@lists.ozlabs.org, andrew@aj.id.au, sboyd@kernel.org,
	mturquette@baylibre.com, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, joel@jms.id.au,
	Eddie James <eajames@linux.ibm.com>
Subject: [PATCH 1/2] clk: aspeed: Add video engine reset index definition
Date: Tue, 11 Dec 2018 14:12:40 -0600	[thread overview]
Message-ID: <1544559161-21468-2-git-send-email-eajames@linux.ibm.com> (raw)
In-Reply-To: <1544559161-21468-1-git-send-email-eajames@linux.ibm.com>

Add an index into the array of resets kept in the Aspeed clock driver
for the video engine. This isn't a HW bit definition.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 include/dt-bindings/clock/aspeed-clock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index f437386..15a9059 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -50,5 +50,6 @@
 #define ASPEED_RESET_I2C		7
 #define ASPEED_RESET_AHB		8
 #define ASPEED_RESET_CRT1		9
+#define ASPEED_RESET_VIDEO		10
 
 #endif
-- 
1.8.3.1


WARNING: multiple messages have this Message-ID (diff)
From: Eddie James <eajames@linux.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: linux-aspeed@lists.ozlabs.org, andrew@aj.id.au,
	mturquette@baylibre.com, Eddie James <eajames@linux.ibm.com>,
	sboyd@kernel.org, joel@jms.id.au, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] clk: aspeed: Add video engine reset index definition
Date: Tue, 11 Dec 2018 14:12:40 -0600	[thread overview]
Message-ID: <1544559161-21468-2-git-send-email-eajames@linux.ibm.com> (raw)
In-Reply-To: <1544559161-21468-1-git-send-email-eajames@linux.ibm.com>

Add an index into the array of resets kept in the Aspeed clock driver
for the video engine. This isn't a HW bit definition.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 include/dt-bindings/clock/aspeed-clock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index f437386..15a9059 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -50,5 +50,6 @@
 #define ASPEED_RESET_I2C		7
 #define ASPEED_RESET_AHB		8
 #define ASPEED_RESET_CRT1		9
+#define ASPEED_RESET_VIDEO		10
 
 #endif
-- 
1.8.3.1


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

  reply	other threads:[~2018-12-11 20:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 20:12 [PATCH 0/2] clk: aspeed: Setup video engine clocking Eddie James
2018-12-11 20:12 ` Eddie James
2018-12-11 20:12 ` Eddie James
2018-12-11 20:12 ` Eddie James [this message]
2018-12-11 20:12   ` [PATCH 1/2] clk: aspeed: Add video engine reset index definition Eddie James
2018-12-11 20:12   ` Eddie James
2018-12-11 20:12 ` [PATCH 2/2] clk: aspeed: Setup video engine clocking Eddie James
2018-12-11 20:12   ` Eddie James
2018-12-11 20:12   ` Eddie James
2018-12-14  1:02   ` Joel Stanley
2018-12-14  1:02     ` Joel Stanley
2018-12-14  1:02     ` Joel Stanley
2018-12-14 15:47     ` Eddie James
2018-12-14 15:47       ` Eddie James
2018-12-14 15:47       ` Eddie James
2019-01-30 19:28       ` Stephen Boyd
2019-01-30 19:28         ` Stephen Boyd
2019-01-30 19:28         ` Stephen Boyd

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=1544559161-21468-2-git-send-email-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=linux-aspeed@lists.ozlabs.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.