summaryrefslogtreecommitdiffstats
path: root/hw/gpio
Commit message (Expand)AuthorAgeFilesLines
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-273-0/+432
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-221-4/+1Star
|\
| * hw/gpio/max7310: Remove impossible checkPhilippe Mathieu-Daudé2020-09-161-4/+1Star
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-186-18/+6Star
|/
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-134-0/+407
|\
| * hw/riscv: Move sifive_gpio model to hw/gpioBin Meng2020-09-104-0/+407
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-122-8/+9
|\ \
| * | hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)Philippe Mathieu-Daudé2020-09-091-6/+5Star
| * | hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2020-09-091-2/+4
| |/
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-096-6/+12
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-096-11/+22
|/
* hw: Remove superfluous breaksLiao Pingfang2020-09-011-3/+0Star
* meson: convert hw/gpioMarc-André Lureau2020-08-212-12/+12
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-101-13/+2Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-5/+7
* hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé2020-06-091-4/+11
* ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven2020-05-211-5/+7
* 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/+0Star
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-5/+5
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-242-3/+3
* omap-gpio: remove PROP_PTRMarc-André Lureau2020-01-071-27/+15Star
* 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-132-0/+885
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-163-0/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-164-3/+1Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-168-0/+8
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-169-0/+9
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1210-0/+12
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2019-03-251-1/+1
|\
| * trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* | nrf51_gpio: reflect pull-up/pull-down to IRQsPaolo Bonzini2019-03-251-25/+40
|/
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-1/+1
* trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé2019-01-241-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz2019-01-073-0/+308
* gpio/puv3_gpio: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-15/+14Star
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-5/+4Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-5/+5
* hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell2017-09-211-14/+12Star
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-2/+2