Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable usage of Marvell FW SIP services
@ 2020-12-17 17:46 kostap
  2020-12-17 17:46 ` [PATCH 1/2] thermal: armada: ap806: use firmware SiP services for thermal operations kostap
  2020-12-17 17:46 ` [PATCH 2/2] clk: mvebu: use firmware SiP service for accessing dfx register set kostap
  0 siblings, 2 replies; 8+ messages in thread
From: kostap @ 2020-12-17 17:46 UTC (permalink / raw)
  To: linux-clk, linux-pm
  Cc: mturquette, sboyd, miquel.raynal, rui.zhang, daniel.lezcano,
	amitk, mw, jaz, nadavh, bpeled, stefanc, Konstantin Porotchkin

From: Konstantin Porotchkin <kostap@marvell.com>

These patches enable usage of Arm Trusted Firmware SIP services on Marvell
Armada plaforms for acessing system registers that are not normally accessible
from kernel or user space (EL1/EL0), like DFX registers group.

Grzegorz Jaszczyk (2):
  thermal: armada: ap806: use firmware SiP services for thermal
    operations
  clk: mvebu: use firmware SiP service for accessing dfx register set

 drivers/clk/mvebu/ap-cpu-clk.c    | 141 +++++++++++++++++---
 drivers/thermal/armada_thermal.c  | 125 ++++++++++++++++-
 include/soc/marvell/armada8k/fw.h |  22 +++
 3 files changed, 269 insertions(+), 19 deletions(-)
 create mode 100644 include/soc/marvell/armada8k/fw.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] Enable usage of Marvell FW SIP services
@ 2021-02-11 13:48 kostap
  0 siblings, 0 replies; 8+ messages in thread
From: kostap @ 2021-02-11 13:48 UTC (permalink / raw)
  To: linux-pm, linux-clk, linux-kernel
  Cc: Julia.Lawall, amitk, daniel.lezcano, rui.zhang, miquel.raynal,
	sboyd, mturquette, mw, jaz, nadavh, stefanc, bpeled,
	Konstantin Porotchkin

From: Konstantin Porotchkin <kostap@marvell.com>

These patches enable usage of Arm Trusted Firmware SIP services on
Marvell Armada plaforms for accessing system registers that are not
normally accessible from kernel or user space (EL1/EL0), like DFX
registers group.

v2:
* use separate legacy/smc regmap functions registered at ap-cpu
  clock driver probe according to FW response

v3:
* fix build errors and rebase on clk-next branch

Grzegorz Jaszczyk (2):
  thermal: armada: ap806: use firmware SiP services for thermal
    operations
  clk: mvebu: use firmware SiP service for accessing dfx register set

 drivers/clk/mvebu/ap-cpu-clk.c    | 174 ++++++++++++++++++--
 drivers/thermal/armada_thermal.c  | 125 +++++++++++++-
 include/soc/marvell/armada8k/fw.h |  22 +++
 3 files changed, 302 insertions(+), 19 deletions(-)
 create mode 100644 include/soc/marvell/armada8k/fw.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-11 13:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-17 17:46 [PATCH 0/2] Enable usage of Marvell FW SIP services kostap
2020-12-17 17:46 ` [PATCH 1/2] thermal: armada: ap806: use firmware SiP services for thermal operations kostap
2020-12-18  5:27   ` kernel test robot
2020-12-18  7:12   ` kernel test robot
2020-12-17 17:46 ` [PATCH 2/2] clk: mvebu: use firmware SiP service for accessing dfx register set kostap
2020-12-20  0:16   ` Stephen Boyd
2020-12-29 22:51     ` Grzegorz Jaszczyk
  -- strict thread matches above, loose matches on Subject: below --
2021-02-11 13:48 [PATCH 0/2] Enable usage of Marvell FW SIP services kostap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox