aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio/aspeed_gpio.c
AgeCommit message (Expand)AuthorFilesLines
8 dayshw/gpio/aspeed: Add reg_table_count to AspeedGPIOClassZheyu Ma1-0/+17
2023-12-29hw/gpio: Constify VMStateRichard Henderson1-2/+2
2022-07-14hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas1-7/+8
2022-05-25hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin1-4/+4
2022-05-25hw/gpio support GPIO index mode for write operation.Jamin Lin1-0/+168
2022-05-25hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin1-0/+27
2022-05-25hw/gpio Add GPIO read/write trace event.Jamin Lin1-15/+39
2022-05-02hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas1-1/+1
2022-03-08hw: aspeed_gpio: Cleanup stray semicolon after switchAndrew Jeffery1-1/+1
2021-10-12hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas1-47/+33
2021-10-12hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas1-4/+4
2021-09-20hw: aspeed_gpio: Clarify GPIO controller nameJoel Stanley1-13/+13
2021-09-20hw: aspeed_gpio: Simplify 1.8V definesJoel Stanley1-37/+36
2021-07-27hw: aspeed_gpio: Fix memory sizeJoel Stanley1-2/+1
2021-06-05misc: Correct relative include pathPhilippe Mathieu-Daudé1-1/+1
2021-05-13hw/gpio/aspeed: spelling fix (addtional)Michael Tokarev1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-05-04hw/gpio/aspeed_gpio: Remove dead assignmentPhilippe Mathieu-Daudé1-1/+1
2020-04-03hw/gpio/aspeed_gpio.c: Don't directly include assert.hPeter Maydell1-2/+0
2019-12-16gpio: fix memory leak in aspeed_gpio_init()PanNengyuan1-0/+1
2019-10-24hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater1-4/+4
2019-10-15hw/gpio: Add in AST2600 specific implementationRashmica Gupta1-5/+137
2019-09-13hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500Rashmica Gupta1-0/+884