| Commit message (Expand) | Author | Age | Files | Lines |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 1 | -2/+2 |
* | bcm2835_gpio: add bcm2835 gpio controller | Clement Deschamps | 2017-02-28 | 2 | -0/+354 |
* | hw/gpio: QOM'ify mpc8xxx.c | xiaoqiang zhao | 2017-01-31 | 1 | -9/+11 |
* | i2c: Allow I2C devices to NAK start events | Corey Minyard | 2017-01-09 | 1 | -1/+3 |
* | i.MX: Fix GPIO ISR register write | Guenter Roeck | 2016-10-28 | 1 | -1/+1 |
* | hw/gpio: QOM'ify zaurus.c | xiaoqiang zhao | 2016-06-14 | 1 | -8/+6 |
* | hw/gpio: QOM'ify pl061.c | xiaoqiang zhao | 2016-06-14 | 1 | -16/+8 |
* | hw/gpio: QOM'ify omap_gpio.c | xiaoqiang zhao | 2016-06-14 | 1 | -30/+31 |
* | hw: clean up hw/hw.h includes | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | hw: explicitly include qemu/log.h | Paolo Bonzini | 2016-05-19 | 2 | -0/+2 |
* | hw/gpio: Add the emulation of gpio_key | Shannon Zhao | 2016-03-30 | 2 | -0/+105 |
* | ARM: PL061: Checking register r/w accesses to reserved area | Wei Huang | 2016-02-26 | 1 | -8/+22 |
* | ARM: PL061: Cleaning field of PL061 device state | Wei Huang | 2016-02-18 | 1 | -4/+2 |
* | ARM: PL061: Clear PL061 device state after reset | Wei Huang | 2016-02-18 | 1 | -4/+27 |
* | hw: Clean up includes | Peter Maydell | 2016-01-29 | 2 | -0/+2 |
* | arm devices: Clean up includes | Peter Maydell | 2016-01-29 | 2 | -0/+2 |
* | arm: Clean up includes | Peter Maydell | 2016-01-29 | 2 | -0/+2 |
* | unicore: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | omap: Don't use hw_error() in device init() methods | Markus Armbruster | 2016-01-13 | 1 | -8/+21 |
* | i.MX: add support for lower and upper interrupt in GPIO. | Jean-Christophe Dubois | 2015-12-17 | 1 | -2/+10 |
* | i.MX: Standardize i.MX GPIO debug | Jean-Christophe Dubois | 2015-10-27 | 1 | -13/+14 |
* | i.MX: Add GPIO device | Jean-Christophe Dubois | 2015-09-14 | 2 | -0/+341 |
* | hw/gpio/zaurus: Remove meaningless blank Property | Shannon Zhao | 2015-09-11 | 1 | -5/+0 |
* | arm: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2015-09-07 | 1 | -2/+2 |
* | pl061: fix wrong calculation of GPIOMIS register | Victor CLEMENT | 2015-06-02 | 1 | -1/+1 |
* | Convert ffs() != 0 callers to ctz32() | Stefan Hajnoczi | 2015-04-28 | 1 | -8/+5 |
* | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 2015-04-28 | 2 | -2/+2 |
* | omap: Fix warnings from Sparse | Stefan Weil | 2015-03-19 | 1 | -1/+2 |
* | PPC: Add MPC8XXX gpio controller | Alexander Graf | 2014-11-04 | 2 | -0/+218 |
* | pl061: implement input interrupt logic | Colin Leitner | 2014-09-12 | 1 | -14/+45 |
* | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela | 2014-05-13 | 2 | -4/+2 |
* | zaurus: fix buffer overrun on invalid state load | Michael S. Tsirkin | 2014-05-05 | 1 | -0/+10 |
* | max7310: QOM'ify | Andreas Färber | 2014-02-14 | 1 | -9/+14 |
* | hw: cannot_instantiate_with_device_add_yet due to pointer props | Markus Armbruster | 2013-12-24 | 1 | -0/+4 |
* | gpio/zaurus: QOM cast cleanup | Andreas Färber | 2013-07-29 | 1 | -7/+12 |
* | puv3_gpio: QOM cast cleanup | Andreas Färber | 2013-07-29 | 1 | -4/+8 |
* | pl061: QOM'ify pl061 and pl061_luminary | Andreas Färber | 2013-07-29 | 1 | -26/+26 |
* | pl061: Rename pl061_state to PL061State | Andreas Färber | 2013-07-29 | 1 | -31/+31 |
* | omap_gpio: QOM cast cleanup for omap2_gpif_s | Andreas Färber | 2013-07-29 | 1 | -14/+21 |
* | omap_gpio: QOM cast cleanup for omap_gpif_s | Andreas Färber | 2013-07-29 | 1 | -10/+17 |
* | hw/gpio: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 4 | -6/+6 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 4 | -6/+6 |
* | Remove unneeded type casts | Stefan Weil | 2013-04-19 | 1 | -1/+1 |
* | hw: move GPIO interfaces to hw/gpio/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 3 | -0/+1087 |
* | hw: move target-independent files to subdirectories | Paolo Bonzini | 2013-04-08 | 4 | -0/+693 |
* | hw: make subdirectories for devices | Paolo Bonzini | 2013-04-08 | 1 | -0/+0 |