summaryrefslogtreecommitdiffstats
path: root/hw/gpio/aspeed_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* 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