summaryrefslogtreecommitdiffstats
path: root/hw/gpio/aspeed_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-47/+33Star
* hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas2021-10-121-4/+4
* hw: aspeed_gpio: Clarify GPIO controller nameJoel Stanley2021-09-201-13/+13
* hw: aspeed_gpio: Simplify 1.8V definesJoel Stanley2021-09-201-37/+36Star
* hw: aspeed_gpio: Fix memory sizeJoel Stanley2021-07-271-2/+1Star
* misc: Correct relative include pathPhilippe Mathieu-Daudé2021-06-051-1/+1
* hw/gpio/aspeed: spelling fix (addtional)Michael Tokarev2021-05-131-1/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* hw/gpio/aspeed_gpio: Remove dead assignmentPhilippe Mathieu-Daudé2020-05-041-1/+1
* hw/gpio/aspeed_gpio.c: Don't directly include assert.hPeter Maydell2020-04-031-2/+0Star
* gpio: fix memory leak in aspeed_gpio_init()PanNengyuan2019-12-161-0/+1
* hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater2019-10-241-4/+4
* hw/gpio: Add in AST2600 specific implementationRashmica Gupta2019-10-151-5/+137
* hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500Rashmica Gupta2019-09-131-0/+884