aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/pm_smbus.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04hw/i2c/pm_smbus: Remove dead assignmentPhilippe Mathieu-Daudé1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+2
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard1-0/+31
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard1-19/+67
2019-02-27i2c: Split smbus into partsCorey Minyard1-1/+1
2018-12-06i2c: pm_smbus: check smb_index before block transfer writePrasad J Pandit1-0/+3
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard1-1/+4
2018-08-23i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...Corey Minyard1-6/+13
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard1-1/+13
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard1-11/+140
2018-08-23i2c: pm_smbus: Make the I2C block read command read-onlyCorey Minyard1-5/+4
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard1-2/+8
2018-08-23i2c: pm_smbus: Clean up some style issuesCorey Minyard1-20/+38
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-1/+0
2017-12-22smbus: do not immediately complete commandsHervé Poussineau1-1/+15
2017-12-18hw/i2c: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2014-09-02Fix debug print warningGonglei1-2/+3
2014-05-07pm_smbus: correctly report unclaimed cyclesPaolo Bonzini1-22/+41
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2013-07-09Extend support of SMBUS(module pm_smbus.c) HST_STS register.MRatnikov1-2/+23
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+185