All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 10/24] reset: Introduce TI System Control Interface (TI SCI) reset driver
Date: Tue, 11 Sep 2018 20:41:30 -0400	[thread overview]
Message-ID: <20180912004130.GU4980@bill-the-cat> (raw)
In-Reply-To: <20180827102755.5784-11-lokeshvutla@ti.com>

On Mon, Aug 27, 2018 at 03:57:41PM +0530, Lokesh Vutla wrote:

> From: Andreas Dannenberg <dannenberg@ti.com>
> 
> Some TI Keystone 2 and K3 family of SoCs contain a system controller
> (like the Power Management Micro Controller (PMMC) on 66AK2G SoCs and
> the Device Management and Security Controller on AM65x SoCs) that manage
> the low-level device control (like clocks, resets etc) for the various
> hardware modules present on the SoC. These device control operations are
> provided to the host processor OS through a communication protocol
> called the TI System Control Interface (TI SCI) protocol.
> 
> This patch adds a reset driver that communicates to the system
> controller over the TI SCI protocol for performing reset management of
> various devices present on the SoC. Various reset functionalities are
> achieved by the means of different TI SCI device operations provided by
> the TI SCI framework.
> 
> This code is loosely based on the drivers/reset/reset-ti-sci.c driver of
> the Linux kernel.
> 
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@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/1e445477/attachment.sig>

  reply	other threads:[~2018-09-12  0:41 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   ` [U-Boot] [U-Boot, v2, " Tom Rini
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   ` Tom Rini [this message]
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=20180912004130.GU4980@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.