Re: [Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model

2019-07-14 Thread Rashmica Gupta
Doh! Forgot the v2 tag! On Mon, 2019-07-15 at 16:19 +1000, Rashmica Gupta wrote: > Rebased on Peter's target-arm.next branch. > > v2: Addressed Andrew's feedback, added debounce regs, renamed get/set > to > read/write to minimise confusion with a 'set' of registers. > > Rashmica Gupta (2): > h

[Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model

2019-07-14 Thread Rashmica Gupta
Rebased on Peter's target-arm.next branch. v2: Addressed Andrew's feedback, added debounce regs, renamed get/set to read/write to minimise confusion with a 'set' of registers. Rashmica Gupta (2): hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500 aspeed: add a GPIO controller to the

Re: [Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model

2019-06-18 Thread Cédric Le Goater
On 18/06/2019 10:51, Rashmica Gupta wrote: > 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 p

[Qemu-devel] [PATCH 0/2] Add Aspeed GPIO controller model

2019-06-18 Thread Rashmica Gupta
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