From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 01/24] firmware: Add basic support for TI System Control Interface (TI SCI) protocol
Date: Tue, 11 Sep 2018 20:40:56 -0400 [thread overview]
Message-ID: <20180912004056.GL4980@bill-the-cat> (raw)
In-Reply-To: <20180827102755.5784-2-lokeshvutla@ti.com>
On Mon, Aug 27, 2018 at 03:57:32PM +0530, Lokesh Vutla wrote:
> Texas Instrument's System Control Interface (TI SCI) message protocol is
> used in Texas Instrument's System on Chip (SoC) such as those in the K3
> family AM654 SoC to communicate between various compute processors with
> a central system controller entity.
>
> The TI SCI message protocol provides support for management of various
> hardware entities within the SoC. Add support driver to allow
> communication with system controller entity within the SoC using the
> mailbox client.
>
> This is mostly derived from the TI SCI driver in Linux located at
> drivers/firmware/ti_sci.c.
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180911/6bf1f176/attachment.sig>
next prev parent reply other threads:[~2018-09-12 0:40 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-27 10:27 [U-Boot] [PATCH v2 00/24] [2/3] Initial support Texas Instrument's AM654 Platform Lokesh Vutla
2018-08-27 10:27 ` [U-Boot] [PATCH v2 01/24] firmware: Add basic support for TI System Control Interface (TI SCI) protocol Lokesh Vutla
2018-09-12 0:40 ` Tom Rini [this message]
2018-08-27 10:27 ` [U-Boot] [PATCH v2 02/24] firmware: ti_sci: Add support for board configuration Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 03/24] firmware: ti_sci: Add support for device control Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 04/24] firmware: ti_sci: Add support for clock control Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 05/24] firmware: ti_sci: Add support for reboot core service Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 06/24] firmware: ti_sci: Add support for processor control services Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 07/24] dm: firmware: Automatically bind child devices Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 08/24] dm: reset: Update uclass to allow querying reset status Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 09/24] reset: Extend reset control with an optional data field Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 10/24] reset: Introduce TI System Control Interface (TI SCI) reset driver Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 11/24] clk: Extend clock control with an optional data field Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 12/24] clk: Introduce TI System Control Interface (TI SCI) clock driver Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 13/24] power domain: Add support for multiple powerdomains per device Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 14/24] power domain: Introduce TI System Control Interface (TI SCI) power domain driver Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 15/24] sysreset: Add TI System Control Interface (TI SCI) sysreset driver Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 16/24] mailbox: Allow attaching private data for mbox_chan Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 17/24] mailbox: Introduce K3 Secure Proxy Driver Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 18/24] spl: Allow mailbox drivers to be used within SPL Lokesh Vutla
2018-09-12 0:41 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 19/24] remoteproc: Allow for individual remoteproc initialization Lokesh Vutla
2018-09-12 0:42 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 20/24] remoteproc: Introduce K3 system controller Lokesh Vutla
2018-08-27 14:13 ` Tom Rini
2018-09-12 0:42 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 21/24] remoteproc: Introduce K3 remoteproc driver Lokesh Vutla
2018-09-12 0:42 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 22/24] spl: Allow remoteproc drivers to be used within SPL Lokesh Vutla
2018-09-12 0:42 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 23/24] mmc: k3_arasan: Add sdhci driver support for K3 family SoCs Lokesh Vutla
2018-09-12 0:42 ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:27 ` [U-Boot] [PATCH v2 24/24] gpio: do not include <asm/arch/gpio.h> for ARCH_K3 Lokesh Vutla
2018-09-12 0:42 ` [U-Boot] [U-Boot, v2, " Tom Rini
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=20180912004056.GL4980@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.