RE: [PATCH v2 0/2] aspeed: Add LPC mailbox support

ChiaWei Wang posted 2 patches 4 years, 3 months ago
Only 0 patches received!
RE: [PATCH v2 0/2] aspeed: Add LPC mailbox support
Posted by ChiaWei Wang 4 years, 3 months ago
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@linux.intel.com>
> Sent: Tuesday, March 1, 2022 8:34 AM
> 
> @andrew@aj.id.au @Chia-Wei Wang @joel@jms.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@lists.ozlabs.org>
> On Behalf Of Chia-Wei Wang
> Sent: Tuesday, August 17, 2021 10:59 AM
> To: robh+dt@kernel.org; joel@jms.id.au; andrew@aj.id.au;
> cyrilbur@gmail.com; devicetree@vger.kernel.org;
> linux-arm-kernel@lists.infradead.org;
> linux-aspeed@lists.ozlabs.org; linux-kernel@vger.kernel.org;
> openbmc@lists.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