aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio
AgeCommit message (Expand)Author
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
2016-01-29hw: Clean up includesPeter Maydell
2016-01-29arm devices: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29unicore: Clean up includesPeter Maydell
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster
2015-12-17i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois
2015-10-27i.MX: Standardize i.MX GPIO debugJean-Christophe Dubois
2015-09-14i.MX: Add GPIO deviceJean-Christophe Dubois
2015-09-11hw/gpio/zaurus: Remove meaningless blank PropertyShannon Zhao
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-06-02pl061: fix wrong calculation of GPIOMIS registerVictor CLEMENT
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-03-19omap: Fix warnings from SparseStefan Weil
2014-11-04PPC: Add MPC8XXX gpio controllerAlexander Graf
2014-09-12pl061: implement input interrupt logicColin Leitner
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05zaurus: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-02-14max7310: QOM'ifyAndreas Färber
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-07-29gpio/zaurus: QOM cast cleanupAndreas Färber
2013-07-29puv3_gpio: QOM cast cleanupAndreas Färber
2013-07-29pl061: QOM'ify pl061 and pl061_luminaryAndreas Färber
2013-07-29pl061: Rename pl061_state to PL061StateAndreas Färber
2013-07-29omap_gpio: QOM cast cleanup for omap2_gpif_sAndreas Färber
2013-07-29omap_gpio: QOM cast cleanup for omap_gpif_sAndreas Färber
2013-07-04hw/gpio: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-19Remove unneeded type castsStefan Weil
2013-04-08hw: move GPIO interfaces to hw/gpio/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini