All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] aspeed: Add LPC mailbox support
@ 2021-08-17  2:58 ` Chia-Wei Wang
  0 siblings, 0 replies; 23+ messages in thread
From: Chia-Wei Wang @ 2021-08-17  2:58 UTC (permalink / raw)
  To: linux-aspeed

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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2022-03-18  8:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-17  2:58 [PATCH v2 0/2] aspeed: Add LPC mailbox support Chia-Wei Wang
2021-08-17  2:58 ` Chia-Wei Wang
2021-08-17  2:58 ` Chia-Wei Wang
2021-08-17  2:58 ` [PATCH v2 1/2] soc: " Chia-Wei Wang
2021-08-17  2:58   ` Chia-Wei Wang
2021-08-17  2:58   ` Chia-Wei Wang
2022-03-18  7:05   ` Joel Stanley
2022-03-18  7:05     ` Joel Stanley
2022-03-18  7:05     ` Joel Stanley
2022-03-18  7:05     ` Joel Stanley
2022-03-18  7:59     ` ChiaWei Wang
2022-03-18  7:59       ` ChiaWei Wang
2022-03-18  7:59       ` ChiaWei Wang
2022-03-18  7:59       ` ChiaWei Wang
2021-08-17  2:58 ` [PATCH v2 2/2] ARM: dts: aspeed: Add mailbox to device tree Chia-Wei Wang
2021-08-17  2:58   ` Chia-Wei Wang
2021-08-17  2:58   ` Chia-Wei Wang
2022-03-01  0:34 ` [PATCH v2 0/2] aspeed: Add LPC mailbox support Yong Li
2022-03-01  0:34   ` Yong Li
2022-03-01  0:34   ` Yong Li
2022-03-18  6:45   ` ChiaWei Wang
2022-03-18  6:45     ` ChiaWei Wang
2022-03-18  6:45     ` ChiaWei Wang

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.