All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 16/57] i2c: Add a generic driver to generate ACPI info
Date: Mon, 31 Aug 2020 14:38:48 +0300	[thread overview]
Message-ID: <20200831113848.GG1891694@smile.fi.intel.com> (raw)
In-Reply-To: <a4846f0a-c726-7d86-6a5d-0ff41148d127@denx.de>

On Mon, Aug 31, 2020 at 12:41:01PM +0200, Heiko Schocher wrote:
> Am 30.08.2020 um 01:31 schrieb Simon Glass:

...

> > + - reset-off-delay-ms : Delay after asserting reset (during power off)
> > + - enable-delay-ms : Delay after asserting enable
> > + - enable-off-delay-m s: Delay after de-asserting enable (during power off)
> 
> typo s/m s/ms

It's rather space on a wrong position.

> > + - stop-delay-ms : Delay after de-aserting stop
> > + - stop-off-delay-ms : Delay after asserting stop (during power off)

-- 
With Best Regards,
Andy Shevchenko

  reply	other threads:[~2020-08-31 11:38 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-29 23:31 [PATCH v2 00/57] dm: Add programatic generation of ACPI tables (part D) Simon Glass
2020-08-29 23:31 ` [PATCH v2 01/57] x86: acpi: Add cros_ec tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 02/57] x86: acpi: Add base asl files for common x86 devices Simon Glass
2020-08-29 23:31 ` [PATCH v2 03/57] x86: acpi: apl: Add asl files for Apollo Lake Simon Glass
2020-08-29 23:31 ` [PATCH v2 04/57] x86: acpi: Add DPTF asl files Simon Glass
2020-08-29 23:31 ` [PATCH v2 05/57] x86: apl: Correct PCIE_ECAM_BASE Simon Glass
2020-08-29 23:31 ` [PATCH v2 06/57] x86: Add a config for the systemagent PCIEX regions size Simon Glass
2020-08-29 23:31 ` [PATCH v2 07/57] x86: Add a common global NVS structure Simon Glass
2020-08-29 23:31 ` [PATCH v2 08/57] x86: acpi: Support external GNVS tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 09/57] x86: acpi: Expand the GNVS Simon Glass
2020-08-29 23:31 ` [PATCH v2 10/57] x86: coral: Add ACPI tables for coral Simon Glass
2020-08-29 23:31 ` [PATCH v2 11/57] acpi: Add support for writing a _PRW Simon Glass
2020-08-29 23:31 ` [PATCH v2 12/57] acpi: Add support for conditions and return values Simon Glass
2020-08-29 23:31 ` [PATCH v2 13/57] acpi: Support generating a multi-function _DSM for devices Simon Glass
2020-08-29 23:31 ` [PATCH v2 14/57] dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() Simon Glass
2020-08-29 23:31 ` [PATCH v2 15/57] x86: link: Allow more space for U-Boot Simon Glass
2020-08-29 23:31 ` [PATCH v2 16/57] i2c: Add a generic driver to generate ACPI info Simon Glass
2020-08-31 10:41   ` Heiko Schocher
2020-08-31 11:38     ` Andy Shevchenko [this message]
2020-08-29 23:31 ` [PATCH v2 17/57] x86: Add wake sources for the acpi_gpe driver Simon Glass
2020-08-29 23:31 ` [PATCH v2 18/57] x86: apl: Support writing the IntelGraphicsMem table Simon Glass
2020-08-29 23:31 ` [PATCH v2 19/57] x86: acpi: Add a common routine to write WiFi info Simon Glass
2020-08-29 23:31 ` [PATCH v2 20/57] x86: Add some definitions for SMM Simon Glass
2020-08-29 23:31 ` [PATCH v2 21/57] x86: apl: Add power-management definitions Simon Glass
2020-08-29 23:31 ` [PATCH v2 22/57] x86: apl: Update iomap for ACPI Simon Glass
2020-08-29 23:31 ` [PATCH v2 23/57] x86: Add a few common Intel CPU functions Simon Glass
2020-08-29 23:31 ` [PATCH v2 24/57] x86: acpi: Support generation of the HPET table Simon Glass
2020-08-29 23:31 ` [PATCH v2 25/57] x86: acpi: Support generation of the DBG2 table Simon Glass
2020-08-29 23:31 ` [PATCH v2 26/57] acpi: Add support for generating processor tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 27/57] x86: acpi: Add PCT and PTC tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 28/57] acpi: Add more support for generating processor tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 29/57] x86: acpi: Add common Intel ACPI tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 30/57] x86: Support Atom SoCs using SWSMISCI rather than the SWSCI Simon Glass
2020-08-29 23:31 ` [PATCH v2 31/57] x86: acpi: Add support for additional Intel tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 32/57] x86: apl: Allow reading hostbridge base addresses Simon Glass
2020-08-29 23:31 ` [PATCH v2 33/57] p2sb: Add some definitions used for ACPI Simon Glass
2020-08-29 23:31 ` [PATCH v2 34/57] x86: apl: Generate required ACPI tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 35/57] x86: apl: Add support for hostbridge ACPI generation Simon Glass
2020-08-29 23:31 ` [PATCH v2 36/57] x86: apl: Generate CPU tables Simon Glass
2020-08-29 23:31 ` [PATCH v2 37/57] x86: apl: Generate ACPI table for LPC Simon Glass
2020-08-29 23:31 ` [PATCH v2 38/57] x86: apl: Drop unnecessary code in PMC driver Simon Glass
2020-08-29 23:31 ` [PATCH v2 39/57] tpm: cr50: Add ACPI support Simon Glass
2020-08-29 23:31 ` [PATCH v2 40/57] x86: fsp: Update the FSP API with the end-firmware method Simon Glass
2020-08-29 23:32 ` [PATCH v2 41/57] x86: cpu: Report address width from cpu_get_info() Simon Glass
2020-08-29 23:32 ` [PATCH v2 42/57] x86: Sort the MTRR table Simon Glass
2020-08-29 23:32 ` [PATCH v2 43/57] x86: Notify the FSP of the 'end firmware' event Simon Glass
2020-08-29 23:32 ` [PATCH v2 44/57] x86: Correct the assembly guard in e820.h Simon Glass
2020-08-29 23:32 ` [PATCH v2 45/57] x86: Add a header guard to asm/acpi_table.h Simon Glass
2020-08-29 23:32 ` [PATCH v2 46/57] x86: Correct handling of MADT table CPUs Simon Glass
2020-08-29 23:32 ` [PATCH v2 47/57] acpi: tpm: Add a TPM2 table Simon Glass
2020-08-29 23:32 ` [PATCH v2 48/57] acpi: tpm: Add a TPM1 table Simon Glass
2020-08-29 23:32 ` [PATCH v2 49/57] x86: acpi: Set the log category for x86 table generation Simon Glass
2020-08-29 23:32 ` [PATCH v2 50/57] x86: coral: Add audio descriptor files Simon Glass
2020-08-29 23:32 ` [PATCH v2 51/57] x86: apl: Check low-level init in FSP-S pre-init Simon Glass
2020-08-29 23:32 ` [PATCH v2 52/57] x86: fsp: Add more debugging for silicon init Simon Glass
2020-08-29 23:32 ` [PATCH v2 53/57] x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() Simon Glass
2020-08-29 23:32 ` [PATCH v2 54/57] acpi: Use defines for field lengths Simon Glass
2020-08-29 23:32 ` [PATCH v2 55/57] x86: Add a way to add to the e820 memory table Simon Glass
2020-08-29 23:32 ` [PATCH v2 56/57] x86: Move include of bitops out of ACPI region Simon Glass
2020-08-29 23:32 ` [PATCH v2 57/57] x86: coral: Update config and device tree for ACPI Simon Glass
2020-09-04 14:16 ` [PATCH v2 08/57] x86: acpi: Support external GNVS tables Wolfgang Wallner
2020-09-06 15:56   ` Simon Glass

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=20200831113848.GG1891694@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.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.