Age | Commit message (Expand) | Author | Files | Lines |
2020-02-04 | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth | 1 | -5/+5 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2 | -3/+3 |
2020-01-07 | omap-gpio: remove PROP_PTR | Marc-André Lureau | 1 | -27/+15 |
2019-12-16 | gpio: fix memory leak in aspeed_gpio_init() | PanNengyuan | 1 | -0/+1 |
2019-10-24 | hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V model | Cédric Le Goater | 1 | -4/+4 |
2019-10-15 | hw/gpio: Add in AST2600 specific implementation | Rashmica Gupta | 1 | -5/+137 |
2019-09-13 | hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500 | Rashmica Gupta | 2 | -0/+885 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 3 | -0/+3 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 4 | -3/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 8 | -0/+8 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 9 | -0/+9 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 10 | -0/+12 |
2019-03-25 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -1/+1 |
2019-03-25 | nrf51_gpio: reflect pull-up/pull-down to IRQs | Paolo Bonzini | 1 | -25/+40 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -1/+1 |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+8 |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard | 1 | -1/+1 |
2019-01-24 | trace: enforce that every trace-events file has a final newline | Daniel P. Berrangé | 1 | -1/+1 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -1/+1 |
2019-01-07 | hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral | Steffen Görtz | 3 | -0/+308 |
2018-12-13 | gpio/puv3_gpio: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -15/+14 |
2018-06-01 | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé | 1 | -5/+4 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2 | -5/+5 |
2017-09-21 | hw/gpio/omap_gpio.c: Don't use old_mmio | Peter Maydell | 1 | -14/+12 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 1 | -2/+2 |
2017-02-28 | bcm2835_gpio: add bcm2835 gpio controller | Clement Deschamps | 2 | -0/+354 |
2017-01-31 | hw/gpio: QOM'ify mpc8xxx.c | xiaoqiang zhao | 1 | -9/+11 |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard | 1 | -1/+3 |
2016-10-28 | i.MX: Fix GPIO ISR register write | Guenter Roeck | 1 | -1/+1 |
2016-06-14 | hw/gpio: QOM'ify zaurus.c | xiaoqiang zhao | 1 | -8/+6 |
2016-06-14 | hw/gpio: QOM'ify pl061.c | xiaoqiang zhao | 1 | -16/+8 |
2016-06-14 | hw/gpio: QOM'ify omap_gpio.c | xiaoqiang zhao | 1 | -30/+31 |
2016-05-19 | hw: clean up hw/hw.h includes | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 2 | -0/+2 |
2016-03-30 | hw/gpio: Add the emulation of gpio_key | Shannon Zhao | 2 | -0/+105 |
2016-02-26 | ARM: PL061: Checking register r/w accesses to reserved area | Wei Huang | 1 | -8/+22 |
2016-02-18 | ARM: PL061: Cleaning field of PL061 device state | Wei Huang | 1 | -4/+2 |
2016-02-18 | ARM: PL061: Clear PL061 device state after reset | Wei Huang | 1 | -4/+27 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | arm devices: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | arm: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | unicore: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | omap: Don't use hw_error() in device init() methods | Markus Armbruster | 1 | -8/+21 |
2015-12-17 | i.MX: add support for lower and upper interrupt in GPIO. | Jean-Christophe Dubois | 1 | -2/+10 |
2015-10-27 | i.MX: Standardize i.MX GPIO debug | Jean-Christophe Dubois | 1 | -13/+14 |
2015-09-14 | i.MX: Add GPIO device | Jean-Christophe Dubois | 2 | -0/+341 |
2015-09-11 | hw/gpio/zaurus: Remove meaningless blank Property | Shannon Zhao | 1 | -5/+0 |
2015-09-07 | arm: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -2/+2 |
2015-06-02 | pl061: fix wrong calculation of GPIOMIS register | Victor CLEMENT | 1 | -1/+1 |