aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-03-12PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu3-0/+362
2019-03-07display: express dependencies with kconfigYang Zhong1-0/+1
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini1-0/+6
2019-03-07i386: express dependencies with KconfigPaolo Bonzini1-1/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard1-0/+2
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard1-1/+17
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard1-2/+32
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard1-3/+7
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard1-5/+10
2019-02-27i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard1-0/+18
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard2-1/+40
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard1-19/+67
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard2-0/+10
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard1-8/+0
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard2-26/+3
2019-02-27i2c:smbus: Simplify write operationCorey Minyard2-51/+21
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard1-16/+19
2019-02-27i2c: Don't check return value from i2c_recv()Corey Minyard3-24/+5
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard3-22/+16
2019-02-27i2c: Split smbus into partsCorey Minyard6-153/+174
2019-02-05hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI contr...Paolo Bonzini1-2/+3
2019-02-04smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan1-0/+129
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz2-0/+128
2019-01-11i2c-ddc: fix oob readGerd Hoffmann1-1/+1
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan1-2/+0
2018-12-06i2c: pm_smbus: check smb_index before block transfer writePrasad J Pandit1-0/+3
2018-12-03i2c: Add a length check to the SMBus write handlingCorey Minyard1-1/+5
2018-10-15i2c: switch ddc to use the new edid generatorGerd Hoffmann1-192/+8
2018-09-25aspeed/i2c: Fix receive done interrupt handlingGuenter Roeck1-1/+9
2018-09-25aspeed/i2c: Handle receive command in separate functionGuenter Roeck1-16/+21
2018-09-25aspeed/i2c: interrupts should be cleared by software onlyCédric Le Goater1-4/+12
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2-2/+5
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 Minyard2-1/+29
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard2-13/+146
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 Minyard2-15/+32
2018-08-23i2c: pm_smbus: Clean up some style issuesCorey Minyard1-20/+38
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan1-142/+157
2018-06-26hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-8/+12
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan1-1/+13
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan1-15/+1
2018-06-12ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan1-43/+51
2018-06-08hw/i2c: Add trace eventsPhilippe Mathieu-Daudé2-7/+25
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater1-5/+11
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-13/+0
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé2-12/+2
2018-03-01hw/i2c-ddc: Do not fail writesLinus Walleij1-2/+2
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard1-17/+0