public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
@ 2016-10-27  9:30 Tero Kristo
  2016-11-28 16:42 ` Tero Kristo
  0 siblings, 1 reply; 6+ messages in thread
From: Tero Kristo @ 2016-10-27  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

This pull introduces the TI SCI protocol support for keystone family of 
devices, targeted for v4.10 merge window. We discussed with Santosh 
(keystone maintainer) that it would probably be better that I'll be 
sending the pull requests for this directly, avoiding one extra step of 
merges.

-Tero


The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

   https://github.com/t-kristo/linux-pm.git for-4.10-ti-sci-base

for you to fetch changes up to 912cffb4ed8612dc99ee0251cc0c9785855162cd:

   firmware: ti_sci: Add support for reboot core service (2016-10-27 
12:09:12 +0300)

----------------------------------------------------------------
Nishanth Menon (5):
       Documentation: Add support for TI System Control Interface 
(TI-SCI) protocol
       firmware: Add basic support for TI System Control Interface 
(TI-SCI) protocol
       firmware: ti_sci: Add support for Device control
       firmware: ti_sci: Add support for Clock control
       firmware: ti_sci: Add support for reboot core service

  .../devicetree/bindings/arm/keystone/ti,sci.txt    |   81 +
  MAINTAINERS                                        |   10 +
  drivers/firmware/Kconfig                           |   15 +
  drivers/firmware/Makefile                          |    1 +
  drivers/firmware/ti_sci.c                          | 1991 
++++++++++++++++++++
  drivers/firmware/ti_sci.h                          |  492 +++++
  include/linux/soc/ti/ti_sci_protocol.h             |  249 +++
  7 files changed, 2839 insertions(+)
  create mode 100644 
Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
  create mode 100644 drivers/firmware/ti_sci.c
  create mode 100644 drivers/firmware/ti_sci.h
  create mode 100644 include/linux/soc/ti/ti_sci_protocol.h

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

end of thread, other threads:[~2016-11-30 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27  9:30 [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10 Tero Kristo
2016-11-28 16:42 ` Tero Kristo
2016-11-30 16:43   ` Arnd Bergmann
2016-11-30 17:59     ` Tero Kristo
2016-11-30 21:09       ` Arnd Bergmann
2016-11-30 22:47         ` santosh.shilimkar at oracle.com

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