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: <HK0PR06MB3779B539AB32EAF7A87BA5A391139@HK0PR06MB3779.apcprd06.prod.outlook.com>
Date:   Fri, 18 Mar 2022 06:45:55 +0000
From:   ChiaWei Wang <chiawei_wang@...eedtech.com>
To:     Yong Li <yong.b.li@...ux.intel.com>,
        "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "joel@....id.au" <joel@....id.au>,
        "andrew@...id.au" <andrew@...id.au>,
        "cyrilbur@...il.com" <cyrilbur@...il.com>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "linux-aspeed@...ts.ozlabs.org" <linux-aspeed@...ts.ozlabs.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "openbmc@...ts.ozlabs.org" <openbmc@...ts.ozlabs.org>
CC:     "Li, Yong B" <yong.b.li@...el.com>
Subject: RE: [PATCH v2 0/2] aspeed: Add LPC mailbox support

Hi All,

Do you have any suggestion to revise this patch series?
It has been verified with AST2500 and AST2600 A3 EVBs.

Thanks,
Chiawei

> From: Yong Li <yong.b.li@...ux.intel.com>
> Sent: Tuesday, March 1, 2022 8:34 AM
> 
> @andrew@...id.au @Chia-Wei Wang @joel@....id.au
> 
> Just want to check the latest status about this mailbox driver. I would like to get
> this driver upstreamed too.
> 
> Thanks,
> Yong
> 
> -----Original Message-----
> From: openbmc
> <openbmc-bounces+yong.b.li=linux.intel.com@...ts.ozlabs.org>
> On Behalf Of Chia-Wei Wang
> Sent: Tuesday, August 17, 2021 10:59 AM
> To: robh+dt@...nel.org; joel@....id.au; andrew@...id.au;
> cyrilbur@...il.com; devicetree@...r.kernel.org;
> linux-arm-kernel@...ts.infradead.org;
> linux-aspeed@...ts.ozlabs.org; linux-kernel@...r.kernel.org;
> openbmc@...ts.ozlabs.org
> Subject: [PATCH v2 0/2] aspeed: Add LPC mailbox support
> 
> Add driver support for the LPC mailbox controller of ASPEED SoCs.
> 
> v2:
>  - Fix error handling for copy_to_user
>  - Fix incorrect type in the .poll initializer
> 
> Chia-Wei Wang (2):
>   soc: aspeed: Add LPC mailbox support
>   ARM: dts: aspeed: Add mailbox to device tree
> 
>  arch/arm/boot/dts/aspeed-g4.dtsi     |   7 +
>  arch/arm/boot/dts/aspeed-g5.dtsi     |   8 +-
>  arch/arm/boot/dts/aspeed-g6.dtsi     |   7 +
>  drivers/soc/aspeed/Kconfig           |  10 +
>  drivers/soc/aspeed/Makefile          |   9 +-
>  drivers/soc/aspeed/aspeed-lpc-mbox.c | 418
> +++++++++++++++++++++++++++
>  6 files changed, 454 insertions(+), 5 deletions(-)  create mode 100644
> drivers/soc/aspeed/aspeed-lpc-mbox.c
> 
> --
> 2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ