linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM64: juno: SCPI and dependent drivers for v4.3
@ 2015-08-05 10:22 Sudeep Holla
  2015-08-13 12:40 ` Olof Johansson
  0 siblings, 1 reply; 8+ messages in thread
From: Sudeep Holla @ 2015-08-05 10:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,


Here is the first pull request for SCPI, clock and cpufreq support on
ARM64 Juno development platform for v4.3

Regards,
Sudeep

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

    Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

    git://linux-arm.org/linux-skn.git juno_dvfs

for you to fetch changes up to a42b1bbf7bf9a2a1fa4b0deff66581b83541b819:

    arm64: dts: add clock support for all the cpus (2015-08-05 11:03:09 
+0100)

----------------------------------------------------------------
Sudeep Holla (8):
        Documentation: add DT binding for ARM System Control and Power 
Interface(SCPI) protocol
        firmware: add support for ARM System Control and Power 
Interface(SCPI) protocol
        clk: add support for clocks provided by SCP(System Control 
Processor)
        clk: scpi: add support for cpufreq virtual device
        cpufreq: arm_big_little: add SCPI interface driver
        arm64: dts: add SRAM, MHU mailbox and SCPI support on Juno
        arm64: dts: add CPU topology on Juno
        arm64: dts: add clock support for all the cpus

   Documentation/devicetree/bindings/arm/arm,scpi.txt | 150 +++
   MAINTAINERS                                        |  10 +
   arch/arm64/boot/dts/arm/juno-base.dtsi             |  54 ++
   arch/arm64/boot/dts/arm/juno-r1.dts                |  32 +
   arch/arm64/boot/dts/arm/juno.dts                   |  32 +
   drivers/clk/Kconfig                                |  10 +
   drivers/clk/Makefile                               |   1 +
   drivers/clk/clk-scpi.c                             | 325 +++++++
   drivers/cpufreq/Kconfig.arm                        |   9 +
   drivers/cpufreq/Makefile                           |   1 +
   drivers/cpufreq/scpi-cpufreq.c                     | 124 +++
   drivers/firmware/Kconfig                           |  19 +
   drivers/firmware/Makefile                          |   1 +
   drivers/firmware/arm_scpi.c                        | 711 +++++++++++++
   include/linux/scpi_protocol.h                      |  61 ++
   15 files changed, 1540 insertions(+)
   create mode 100644 Documentation/devicetree/bindings/arm/arm,scpi.txt
   create mode 100644 drivers/clk/clk-scpi.c
   create mode 100644 drivers/cpufreq/scpi-cpufreq.c
   create mode 100644 drivers/firmware/arm_scpi.c
   create mode 100644 include/linux/scpi_protocol.h

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

end of thread, other threads:[~2015-08-26  9:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 10:22 [GIT PULL] ARM64: juno: SCPI and dependent drivers for v4.3 Sudeep Holla
2015-08-13 12:40 ` Olof Johansson
2015-08-13 14:24   ` Catalin Marinas
2015-08-13 14:53     ` Sudeep Holla
2015-08-21 16:17       ` Olof Johansson
2015-08-21 17:37         ` Sudeep Holla
2015-08-25 21:47         ` Heiko Stuebner
2015-08-26  9:01           ` Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).