summaryrefslogtreecommitdiffstats
path: root/hw/misc/pca9552.c
Commit message (Expand)AuthorAgeFilesLines
* misc/pca9552: Fix LED status register indexing in pca955x_get_led()Andrew Jeffery2021-09-201-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* 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
* hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé2020-06-291-0/+1
* hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé2020-06-261-0/+6
* hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé2020-06-261-0/+15
* hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé2020-06-261-0/+39
* hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé2020-06-261-0/+18
* hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé2020-06-261-18/+48
* hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé2020-06-261-40/+40
* hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé2020-06-261-5/+5
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* misc/pca9552: Add qom set and getJoel Stanley2020-01-301-0/+90
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-1/+1
* misc: add pca9552 LED blinker modelCédric Le Goater2018-06-081-0/+240