1. 5588a58 hw/i2c/smbus_ich9: Include "qemu/range.h" by Philippe Mathieu-Daudé · 5 years ago
  2. f821bac aspeed/i2c: Prevent uninitialized warning by Miroslav Rezanina · 5 years ago
  3. 3ab5a6e hw/*/Makefile.objs: Move many .o files to common-objs by Thomas Huth · 6 years ago
  4. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  5. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  6. 0fd20c5 omap-i2c: remove PROP_PTR by Marc-André Lureau · 5 years ago
  7. b9751d2 smbus-eeprom: remove PROP_PTR by Marc-André Lureau · 5 years ago
  8. 66cc84a aspeed/i2c: Add trace events by Cédric Le Goater · 5 years ago
  9. 545d6be aspeed/i2c: Add support for DMA transfers by Cédric Le Goater · 5 years ago
  10. aab90b1 aspeed/i2c: Check SRAM enablement on AST2500 by Cédric Le Goater · 5 years ago
  11. 6054fc7 aspeed/i2c: Add support for pool buffer transfers by Cédric Le Goater · 5 years ago
  12. 51dd492 aspeed/i2c: Add AST2600 support by Cédric Le Goater · 6 years ago
  13. f7da1aa aspeed/i2c: Introduce an object class per SoC by Cédric Le Goater · 6 years ago
  14. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  15. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  16. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  17. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  18. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  19. 4174292 hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface struct by Peter Maydell · 6 years ago
  20. d718b74 i2c: Move bitbang_i2c.h to include/hw/i2c/ by BALATON Zoltan · 6 years ago
  21. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  22. 79e93e2 hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig by Thomas Huth · 6 years ago
  23. 6086e30 hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statement by Thomas Huth · 6 years ago
  24. 6306cae i2c-ddc: move it to hw/display by Paolo Bonzini · 6 years ago
  25. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  26. 7abb479 PPC: E500: Add FSL I2C controller and integrate RTC with it by Andrew Randrianasulu · 6 years ago
  27. 32690c8 display: express dependencies with kconfig by Yang Zhong · 6 years ago
  28. 1550b0e i2c: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  29. 02017ee i386: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  30. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  31. c203d45 i2c: Verify that the count passed in to smbus_eeprom_init() is valid by Corey Minyard · 6 years ago
  32. 1042b22 i2c:smbus_eeprom: Add a reset function to smbus_eeprom by Corey Minyard · 6 years ago
  33. fd9df33 i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom by Corey Minyard · 7 years ago
  34. 0cf487e i2c:smbus_eeprom: Add a size constant for the smbus_eeprom size by Corey Minyard · 6 years ago
  35. b398a92 i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.c by Corey Minyard · 6 years ago
  36. 547db24 i2c:smbus_slave: Add an SMBus vmstate structure by Corey Minyard · 7 years ago
  37. 4ab2f2a i2c:pm_smbus: Fix state transfer by Corey Minyard · 8 years ago
  38. 52cc6a4 i2c:pm_smbus: Fix pm_smbus handling of I2C block read by Corey Minyard · 6 years ago
  39. 8b38e53 i2c:smbus: Make white space in switch statements consistent by Corey Minyard · 6 years ago
  40. 08a8a4d i2c:smbus_eeprom: Get rid of the quick command by Corey Minyard · 6 years ago
  41. 031ac49 i2c:smbus: Simplify read handling by Corey Minyard · 6 years ago
  42. 9cf27d7 i2c:smbus: Simplify write operation by Corey Minyard · 6 years ago
  43. 905cec6 i2c:smbus: Correct the working of quick commands by Corey Minyard · 6 years ago
  44. bc15cde i2c: Don't check return value from i2c_recv() by Corey Minyard · 6 years ago
  45. 2ac4c5f i2c: have I2C receive operation return uint8_t by Corey Minyard · 6 years ago
  46. 93198b6 i2c: Split smbus into parts by Corey Minyard · 6 years ago
  47. 8e65788 hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI controller by Paolo Bonzini · 6 years ago
  48. b296b66 smbus: Add a helper to generate SPD EEPROM data by BALATON Zoltan · 6 years ago
  49. 9d68bf5 arm: Stub out NRF51 TWI magnetometer/accelerometer detection by Steffen Görtz · 6 years ago
  50. b05b267 i2c-ddc: fix oob read by Gerd Hoffmann · 6 years ago
  51. 2b4c112 i2c: Move typedef of bitbang_i2c_interface to i2c.h by BALATON Zoltan · 6 years ago
  52. f2609ff i2c: pm_smbus: check smb_index before block transfer write by Prasad J Pandit · 6 years ago
  53. 629457a i2c: Add a length check to the SMBus write handling by Corey Minyard · 6 years ago
  54. 715eb05 i2c: switch ddc to use the new edid generator by Gerd Hoffmann · 6 years ago
  55. bb626e5 aspeed/i2c: Fix receive done interrupt handling by Guenter Roeck · 7 years ago
  56. 7bd9c60 aspeed/i2c: Handle receive command in separate function by Guenter Roeck · 7 years ago
  57. 5540cb9 aspeed/i2c: interrupts should be cleared by software only by Cédric Le Goater · 7 years ago
  58. 45726b6 i2c: pm_smbus: Add the ability to force block transfer enable by Corey Minyard · 7 years ago
  59. 12bd93c i2c: pm_smbus: Don't delay host status register busy bit when interrupts are enabled by Corey Minyard · 7 years ago
  60. e724385 i2c: pm_smbus: Add interrupt handling by Corey Minyard · 7 years ago
  61. 38ad4fae i2c: pm_smbus: Add block transfer capability by Corey Minyard · 7 years ago
  62. 00bdfea i2c: pm_smbus: Make the I2C block read command read-only by Corey Minyard · 7 years ago
  63. 4b615be i2c: pm_smbus: Fix the semantics of block I2C transfers by Corey Minyard · 7 years ago
  64. b8fb904 i2c: pm_smbus: Clean up some style issues by Corey Minyard · 7 years ago
  65. afb6e20 ppc4xx_i2c: Rewrite to model hardware more closely by BALATON Zoltan · 7 years ago
  66. 8d2774f hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
  67. ef9173a ppc4xx_i2c: Implement directcntl register by BALATON Zoltan · 7 years ago
  68. 39aeba6 ppc4xx_i2c: Remove unimplemented sdata and intr registers by BALATON Zoltan · 7 years ago
  69. 42a907e ppc4xx_i2c: Clean up and improve error logging by BALATON Zoltan · 7 years ago
  70. 08bb9b3 hw/i2c: Add trace events by Philippe Mathieu-Daudé · 7 years ago
  71. e222421 smbus: add a smbus_eeprom_init_one() routine by Cédric Le Goater · 7 years ago
  72. c8c9e10 hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init by Philippe Mathieu-Daudé · 7 years ago
  73. 19473e5 hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init by Philippe Mathieu-Daudé · 7 years ago
  74. 839a2b2 hw/i2c-ddc: Do not fail writes by Linus Walleij · 7 years ago
  75. aa88d7a i2c: Move the bus class to i2c.h by Corey Minyard · 7 years ago
  76. 373b8ac i2c: Fix some brace style issues by Corey Minyard · 7 years ago
  77. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  78. 50876ea i2c: Add a CONFIG_I2C master switch to the configuration files by Thomas Huth · 7 years ago
  79. a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
  80. c1d5b9a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  81. 2562755 maint: Fix macros with broken 'do/while(0); ' usage by Eric Blake · 7 years ago
  82. acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
  83. 7709dbf ppc4xx_i2c: Implement basic I2C functions by BALATON Zoltan · 7 years ago
  84. 880b1ff smbus: do not immediately complete commands by Hervé Poussineau · 7 years ago
  85. b0392e8 hw/i2c: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
  86. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 8 years ago
  87. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 8 years ago
  88. 28dc207 hw/i2c/omap_i2c.c: Don't use old_mmio by Peter Maydell · 8 years ago
  89. 44a935d ppc4xx_i2c: Move to hw/i2c by BALATON Zoltan · 8 years ago
  90. d47a851 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' into staging by Peter Maydell · 8 years ago
  91. 4960f08 aspeed/i2c: introduce a state machine by Cédric Le Goater · 8 years ago
  92. d0efdc1 aspeed/i2c: handle LAST command under the RX command by Cédric Le Goater · 8 years ago
  93. ddabca7 aspeed/i2c: improve command handling by Cédric Le Goater · 8 years ago
  94. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  95. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  96. 643bb6f arm: Uniquely name imx25 I2C buses. by Alastair D'Silva · 8 years ago
  97. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago
  98. 9e41bad hw/i2c: Add a NULL check for i2c slave init callbacks by Alastair D'Silva · 8 years ago
  99. 9706e01 hw/i2c/bitbang_i2c: Handle NACKs from devices by Peter Maydell · 8 years ago
  100. cc083d8 i2c: Add asserts for second smbus i2c_start_transfer() by Corey Minyard · 8 years ago