summaryrefslogtreecommitdiff
path: root/hw/i2c/pm_smbus.c
AgeCommit message (Expand)Author
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-05-04hw/i2c/pm_smbus: Remove dead assignmentPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard
2019-02-27i2c: Split smbus into partsCorey Minyard
2018-12-06i2c: pm_smbus: check smb_index before block transfer writePrasad J Pandit
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard
2018-08-23i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...Corey Minyard
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard
2018-08-23i2c: pm_smbus: Make the I2C block read command read-onlyCorey Minyard
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard
2018-08-23i2c: pm_smbus: Clean up some style issuesCorey Minyard
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-22smbus: do not immediately complete commandsHervé Poussineau
2017-12-18hw/i2c: remove old i386 dependencyPhilippe Mathieu-Daudé
2016-01-29x86: Clean up includesPeter Maydell
2014-09-02Fix debug print warningGonglei
2014-05-07pm_smbus: correctly report unclaimed cyclesPaolo Bonzini
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-07-09Extend support of SMBUS(module pm_smbus.c) HST_STS register.MRatnikov
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini