From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
Date: Thu, 27 Oct 2016 12:30:31 +0300 [thread overview]
Message-ID: <e6b04eeb-ebfb-2da0-834b-1da440a35783@ti.com> (raw)
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
next reply other threads:[~2016-10-27 9:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-27 9:30 Tero Kristo [this message]
2016-11-28 16:42 ` [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10 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
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=e6b04eeb-ebfb-2da0-834b-1da440a35783@ti.com \
--to=t-kristo@ti.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox