lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMRc=MdsgJOFK-U9pxK2NDjQ=MSCnq1oZtVALvKLwMbuHPrLGA@mail.gmail.com>
Date: Fri, 25 Oct 2024 09:25:44 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Yoshihiro Furudera <fj5100bi@...itsu.com>
Cc: Hoan Tran <hoan@...amperecomputing.com>, Serge Semin <fancer.lancer@...il.com>, 
	Linus Walleij <linus.walleij@...aro.org>, linux-gpio@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on
 Fujitsu MONAKA

On Fri, Oct 18, 2024 at 3:56 AM Yoshihiro Furudera <fj5100bi@...itsu.com> wrote:
>
> This patch enables DWAPB GPIO controller support on Fujitsu MONAKA.
>
> Signed-off-by: Yoshihiro Furudera <fj5100bi@...itsu.com>
> ---
>  drivers/gpio/gpio-dwapb.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c
> index 798235791f70..6113ab1bc8de 100644
> --- a/drivers/gpio/gpio-dwapb.c
> +++ b/drivers/gpio/gpio-dwapb.c
> @@ -694,6 +694,7 @@ static const struct acpi_device_id dwapb_acpi_match[] = {
>         {"HISI0181", GPIO_REG_OFFSET_V1},
>         {"APMC0D07", GPIO_REG_OFFSET_V1},
>         {"APMC0D81", GPIO_REG_OFFSET_V2},
> +       {"FUJI200A", GPIO_REG_OFFSET_V1},
>         { }
>  };
>  MODULE_DEVICE_TABLE(acpi, dwapb_acpi_match);
> --
> 2.34.1
>

Hoan, can you leave your Ack here, please?

Bart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ