index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
misc
/
pca9552.c
Age
Commit message (
Expand
)
Author
2021-09-20
misc/pca9552: Fix LED status register indexing in pca955x_get_led()
Andrew Jeffery
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-06-29
hw/misc/pca9552: Add missing TypeInfo::class_size field
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Model qdev output GPIOs
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Trace GPIO change events
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Trace GPIO High/Low events
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Add a 'description' property for debugging purpose
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Rename generic code as pca955x
Philippe Mathieu-Daudé
2020-06-26
hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'
Philippe Mathieu-Daudé
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-01-30
misc/pca9552: Add qom set and get
Joel Stanley
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
2018-06-08
misc: add pca9552 LED blinker model
Cédric Le Goater