summary refs log tree commit diff stats
path: root/hw/gpio/aspeed_gpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-7/+9
* cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-5/+0
* hw/gpio/aspeed: Add AST2700 supportJamin Lin2024-10-241-0/+380
* hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index modeJamin Lin2024-10-241-10/+17
* hw/gpio/aspeed: Support different memory region opsJamin Lin2024-10-241-1/+6
* hw/gpio/aspeed: Support to set the different memory sizeJamin Lin2024-10-241-1/+6
* hw/gpio/aspeed: Fix coding styleJamin Lin2024-10-241-3/+3
* hw/gpio/aspeed_gpio: Avoid shift into sign bitPeter Maydell2024-09-161-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClassZheyu Ma2024-07-021-0/+17
* hw/gpio: Constify VMStateRichard Henderson2023-12-291-2/+2
* hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas2022-07-141-7/+8
* hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin2022-05-251-4/+4
* hw/gpio support GPIO index mode for write operation.Jamin Lin2022-05-251-0/+168
* hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2022-05-251-0/+27
* hw/gpio Add GPIO read/write trace event.Jamin Lin2022-05-251-15/+39
* hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas2022-05-021-1/+1
* hw: aspeed_gpio: Cleanup stray semicolon after switchAndrew Jeffery2022-03-081-1/+1
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-47/+33
* 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/+36
* hw: aspeed_gpio: Fix memory sizeJoel Stanley2021-07-271-2/+1
* 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/+1
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* 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/+0
* 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