aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio/max7310.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/gpio: Constify VMStateRichard Henderson1-1/+1
2023-03-20replace TABs with spacesYeqi Fu1-11/+11
2023-02-27hw/gpio/max7310: Simplify max7310_realize()Philippe Mathieu-Daudé1-3/+2
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-4/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-16hw/gpio/max7310: Remove impossible checkPhilippe Mathieu-Daudé1-4/+1
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-6/+5
2020-09-09hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)Philippe Mathieu-Daudé1-6/+5
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-3/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-5/+4
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-4/+4
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-1/+3
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-2/+1
2014-02-14max7310: QOM'ifyAndreas Färber1-9/+14
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+213