All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v5 04/29] tpm: cr50: Add a comment for cr50_priv
Date: Thu, 16 Apr 2020 13:33:38 +0800	[thread overview]
Message-ID: <CAEUhbmWU88H3Z0Nd+s0Eq7ikeV7_mkcOiKQCNrUcEkGCf=J0tg@mail.gmail.com> (raw)
In-Reply-To: <20200408165737.v5.4.I405998b384e2bb25cbfb3179a8375c586bf0ce7a@changeid>

On Thu, Apr 9, 2020 at 6:58 AM Simon Glass <sjg@chromium.org> wrote:
>
> Add a comment for the private structure
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - Drop the other comment change since it is already applied
>
>  drivers/tpm/cr50_i2c.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
>

applied to u-boot-x86, thanks!

  reply	other threads:[~2020-04-16  5:33 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 22:57 [PATCH v5 00/29] dm: Add programmatic generation of ACPI tables (part A) Simon Glass
2020-04-08 22:57 ` [PATCH v5 01/29] cpu: Support querying the address width Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 02/29] spi: Add SPI mode enums Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 03/29] tpm: cr50: Release locality on exit Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 04/29] tpm: cr50: Add a comment for cr50_priv Simon Glass
2020-04-16  5:33   ` Bin Meng [this message]
2020-04-08 22:57 ` [PATCH v5 05/29] tpm: cr50: Use the correct GPIO binding Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 06/29] tpm: Don't cleanup unless an error happens Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 07/29] dm: pci: Allow disabling auto-config for a device Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 08/29] x86: Correct wording of coreboot source code Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 09/29] x86: apl: Move p2sb ofdata reading to the correct method Simon Glass
2020-04-16  5:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 10/29] pci: Adjust dm_pci_read_bar32() to return errors correctly Simon Glass
2020-04-09  9:06   ` Andy Shevchenko
2020-04-09  9:38     ` Mark Kettenis
2020-04-09 16:25       ` Simon Glass
2020-04-08 22:57 ` [PATCH v5 11/29] x86: apl: Add Global NVS table header Simon Glass
2020-04-16  5:45   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 12/29] dm: core: Add basic ACPI support Simon Glass
2020-04-09  9:02   ` Andy Shevchenko
2020-04-09 16:25     ` Simon Glass
2020-04-08 22:57 ` [PATCH v5 13/29] dts: Add a binding for hid-over-i2c Simon Glass
2020-04-16  5:40   ` Bin Meng
2020-04-16  5:46     ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree Simon Glass
2020-04-16  5:52   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 15/29] acpi: Add a simple sandbox test Simon Glass
2020-04-16  5:53   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 16/29] x86: Move acpi_s3.h to include/acpi/ Simon Glass
2020-04-16  6:06   ` Bin Meng
2020-04-16  6:17   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 17/29] x86: Move acpi_table header to main include/ directory Simon Glass
2020-04-16  6:17   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 18/29] acpi: Add an __ACPI__ preprocessor symbol Simon Glass
2020-04-16  6:17   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 19/29] acpi: Add a central location for table version numbers Simon Glass
2020-04-16  6:09   ` Bin Meng
2020-04-16  6:17   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 20/29] acpi: Add support for DMAR Simon Glass
2020-04-16  6:17   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 21/29] test: Add hexdump.h to the unit test header Simon Glass
2020-04-16  6:33   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 22/29] acpi: Add a method to write tables for a device Simon Glass
2020-04-16  6:35   ` Bin Meng
2020-04-08 22:57 ` [PATCH v5 23/29] acpi: Convert part of acpi_table to use acpi_ctx Simon Glass
2020-04-08 22:57 ` [PATCH v5 24/29] x86: Allow devices to write ACPI tables Simon Glass
2020-04-08 22:57 ` [PATCH v5 25/29] acpi: Drop code for missing XSDT from acpi_write_rsdp() Simon Glass
2020-04-08 22:57 ` [PATCH v5 26/29] acpi: Move acpi_add_table() to generic code Simon Glass
2020-04-08 22:57 ` [PATCH v5 27/29] acpi: Put table-setup code in its own function Simon Glass
2020-04-08 22:57 ` [PATCH v5 28/29] acpi: Move the xsdt pointer to acpi_ctx Simon Glass
2020-04-08 22:57 ` [PATCH v5 29/29] acpi: Add an acpi command Simon Glass
2020-04-14 12:21 ` Antwort: [PATCH v5 27/29] acpi: Put table-setup code in its own function Wolfgang Wallner
2020-04-14 12:56 ` Antwort: [PATCH v5 16/29] x86: Move acpi_s3.h to include/acpi/ Wolfgang Wallner
2020-04-15 14:24 ` [PATCH v5 00/29] dm: Add programmatic generation of ACPI tables (part A) Simon Glass
2020-04-15 14:33   ` Bin Meng
2020-04-15 16:16 ` Antwort: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree Wolfgang Wallner
2020-04-15 16:35   ` Andy Shevchenko
2020-04-16  8:27   ` Antwort: " Wolfgang Wallner
2020-04-16 10:34     ` Andy Shevchenko

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='CAEUhbmWU88H3Z0Nd+s0Eq7ikeV7_mkcOiKQCNrUcEkGCf=J0tg@mail.gmail.com' \
    --to=bmeng.cn@gmail.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.