Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495739

[PATCH v4 5/8] scpi: grow MAX_DVFS_OPPS to 16 entries

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH v4 5/8] scpi: grow MAX_DVFS_OPPS to 16 entries
Date 2016-10-05 09:40 +0200
Message-ID <soOY2-67p-33@gated-at.bofh.it> (permalink)
References <soOY1-67p-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Since Amlogic SoCs reports more than 8 OPPs per domains, grow the structure
size to 16.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/firmware/arm_scpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/firmware/arm_scpi.c b/drivers/firmware/arm_scpi.c
index 21fafbe..bc15348 100644
--- a/drivers/firmware/arm_scpi.c
+++ b/drivers/firmware/arm_scpi.c
@@ -70,7 +70,7 @@
 #define SCPI_SLOT		0
 
 #define MAX_DVFS_DOMAINS	8
-#define MAX_DVFS_OPPS		8
+#define MAX_DVFS_OPPS		16
 #define DVFS_LATENCY(hdr)	(le32_to_cpu(hdr) >> 16)
 #define DVFS_OPP_COUNT(hdr)	((le32_to_cpu(hdr) >> 8) & 0xff)
 
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/8] Add support for legacy SCPI protocol Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 09:40 +0200
  [PATCH v4 3/8] scpi: Do not fail if get_capabilities is not implemented Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 09:40 +0200
  [PATCH v4 4/8] scpi: Add support for Legacy match table for Amlogic GXBB SoC Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 09:40 +0200
  [PATCH v4 2/8] scpi: Add alternative legacy structures, functions and macros Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 09:40 +0200
    Re: [PATCH v4 2/8] scpi: Add alternative legacy structures, functions  and macros Sudeep Holla <sudeep.holla@arm.com> - 2016-10-10 16:40 +0200
  [PATCH v4 6/8] dt-bindings: Add support for Amlogic GXBB SCPI Interface Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 09:40 +0200
  [PATCH v4 5/8] scpi: grow MAX_DVFS_OPPS to 16 entries Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 09:40 +0200

csiph-web