From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Tue, 16 Jun 2020 13:31:35 +0200 Subject: [PATCH v3 20/35] acpi: Support writing a GPIO In-Reply-To: <20200613205459.v3.20.I768a728895dcce8d3bf6303837dd3b35cf9b28e5@changeid> References: <20200613205459.v3.20.I768a728895dcce8d3bf6303837dd3b35cf9b28e5@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, -----"Simon Glass" schrieb: ----- > Betreff: [PATCH v3 20/35] acpi: Support writing a GPIO > > Allowing writing out a reference to a GPIO within the ACPI output. This > can be used by ACPI code to access a GPIO at runtime. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Use an enum for the GPIO priority > - Add error checking > > include/acpi/acpi_dp.h | 20 ++++++++++++++++++++ > lib/acpi/acpi_dp.c | 23 +++++++++++++++++++++++ > test/dm/acpi_dp.c | 40 ++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 83 insertions(+) Reviewed-by: Wolfgang Wallner