aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio
AgeCommit message (Expand)AuthorFilesLines
2021-01-29hw: gpio: implement gpio-pwr driver for qemu reset/poweroffMaxim Uvarov3-0/+74
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen3-0/+432
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 Habkost6-18/+6
2020-09-16hw/gpio/max7310: Remove impossible checkPhilippe Mathieu-Daudé1-4/+1
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell4-0/+407
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2-8/+9
2020-09-09hw/riscv: Move sifive_gpio model to hw/gpioBin Meng4-0/+407
2020-09-09hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)Philippe Mathieu-Daudé1-6/+5
2020-09-09hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-2/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost6-6/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost6-11/+22
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-3/+0
2020-08-21meson: convert hw/gpioMarc-André Lureau2-12/+12
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster1-13/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-5/+7
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé1-4/+11
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven1-5/+7
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
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-5/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau2-3/+3
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau1-27/+15
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 Gupta2-0/+885
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster3-0/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster4-3/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster8-0/+8
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster9-0/+9
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster10-0/+12
2019-03-25Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+1
2019-03-25nrf51_gpio: reflect pull-up/pull-down to IRQsPaolo Bonzini1-25/+40
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+8
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2019-01-24trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz3-0/+308
2018-12-13gpio/puv3_gpio: Convert sysbus init function to realize functionMao Zhongyi1-15/+14
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 Francis2-5/+5
2017-09-21hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell1-14/+12