aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio
AgeCommit message (Expand)Author
2020-08-21meson: convert hw/gpioMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-04hw/gpio/aspeed_gpio: Remove dead assignmentPhilippe Mathieu-Daudé
2020-04-03hw/gpio/aspeed_gpio.c: Don't directly include assert.hPeter Maydell
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau
2019-12-16gpio: fix memory leak in aspeed_gpio_init()PanNengyuan
2019-10-24hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V modelCédric Le Goater
2019-10-15hw/gpio: Add in AST2600 specific implementationRashmica Gupta
2019-09-13hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500Rashmica Gupta
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-25Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2019-03-25nrf51_gpio: reflect pull-up/pull-down to IRQsPaolo Bonzini
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2019-01-24trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz
2018-12-13gpio/puv3_gpio: Convert sysbus init function to realize functionMao Zhongyi
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-09-21hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-02-28bcm2835_gpio: add bcm2835 gpio controllerClement Deschamps
2017-01-31hw/gpio: QOM'ify mpc8xxx.cxiaoqiang zhao
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-10-28i.MX: Fix GPIO ISR register writeGuenter Roeck
2016-06-14hw/gpio: QOM'ify zaurus.cxiaoqiang zhao
2016-06-14hw/gpio: QOM'ify pl061.cxiaoqiang zhao
2016-06-14hw/gpio: QOM'ify omap_gpio.cxiaoqiang zhao
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-30hw/gpio: Add the emulation of gpio_keyShannon Zhao
2016-02-26ARM: PL061: Checking register r/w accesses to reserved areaWei Huang
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang