From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 16/24] mailbox: Allow attaching private data for mbox_chan
Date: Tue, 11 Sep 2018 20:41:51 -0400 [thread overview]
Message-ID: <20180912004151.GA4980@bill-the-cat> (raw)
In-Reply-To: <20180827102755.5784-17-lokeshvutla@ti.com>
On Mon, Aug 27, 2018 at 03:57:47PM +0530, Lokesh Vutla wrote:
> Sometimes mbox controllers wants to store private data in
> mbox_chan so that it can be used at a later point of time.
> Adding support for hooking private data.
>
> Reviewed-by: Tom Rini <trini@konsulko.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/5343b283/attachment.sig>
next prev parent 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 ` [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 ` Tom Rini [this message]
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=20180912004151.GA4980@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox