qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model
@ 2019-06-18  8:51 Rashmica Gupta
  2019-06-18  8:51 ` [Qemu-devel] [PATCH 1/2] hw/gpio: Add basic Aspeed GPIO model Rashmica Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Rashmica Gupta @ 2019-06-18  8:51 UTC (permalink / raw)
  To: qemu-arm; +Cc: andrew, clg, qemu-devel, Rashmica Gupta, joel

Hi,

These two patches add a bunch of the functionality of the ast2400 and
ast2500 gpio controllers. 

This is based off upstream/master with two of Cédric's patches:
- aspeed: add a per SoC mapping for the interrupt space
- aspeed: add a per SoC mapping for the memory space


Any feedback would be great!

Rashmica Gupta (2):
  hw/gpio: Add basic Aspeed GPIO model
  aspeed: add a GPIO controller to the SoC

 hw/arm/aspeed_soc.c           |  17 +
 hw/gpio/Makefile.objs         |   1 +
 hw/gpio/aspeed_gpio.c         | 869 ++++++++++++++++++++++++++++++++++
 include/hw/arm/aspeed_soc.h   |   3 +
 include/hw/gpio/aspeed_gpio.h |  76 +++
 5 files changed, 966 insertions(+)
 create mode 100644 hw/gpio/aspeed_gpio.c
 create mode 100644 include/hw/gpio/aspeed_gpio.h

-- 
2.17.2



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

end of thread, other threads:[~2019-07-15  2:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  8:51 [Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model Rashmica Gupta
2019-06-18  8:51 ` [Qemu-devel] [PATCH 1/2] hw/gpio: Add basic Aspeed GPIO model Rashmica Gupta
2019-06-18  9:04   ` Cédric Le Goater
2019-07-03  4:16   ` Andrew Jeffery
2019-07-15  2:36     ` Rashmica Gupta
2019-07-15  2:43       ` Andrew Jeffery
2019-06-18  8:51 ` [Qemu-devel] [PATCH 2/2] aspeed: add a GPIO controller to the SoC Rashmica Gupta
2019-06-18  9:21   ` Cédric Le Goater
2019-06-19  0:19     ` Rashmica Gupta
2019-06-18  9:24 ` [Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).