index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i2c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c-ddc: fix oob read
Gerd Hoffmann
2019-01-11
1
-1
/
+1
*
i2c: Move typedef of bitbang_i2c_interface to i2c.h
BALATON Zoltan
2018-12-12
1
-2
/
+0
*
i2c: pm_smbus: check smb_index before block transfer write
Prasad J Pandit
2018-12-06
1
-0
/
+3
*
i2c: Add a length check to the SMBus write handling
Corey Minyard
2018-12-03
1
-1
/
+5
*
i2c: switch ddc to use the new edid generator
Gerd Hoffmann
2018-10-15
1
-192
/
+8
*
aspeed/i2c: Fix receive done interrupt handling
Guenter Roeck
2018-09-25
1
-1
/
+9
*
aspeed/i2c: Handle receive command in separate function
Guenter Roeck
2018-09-25
1
-16
/
+21
*
aspeed/i2c: interrupts should be cleared by software only
Cédric Le Goater
2018-09-25
1
-4
/
+12
*
i2c: pm_smbus: Add the ability to force block transfer enable
Corey Minyard
2018-08-23
2
-2
/
+5
*
i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...
Corey Minyard
2018-08-23
1
-6
/
+13
*
i2c: pm_smbus: Add interrupt handling
Corey Minyard
2018-08-23
2
-1
/
+29
*
i2c: pm_smbus: Add block transfer capability
Corey Minyard
2018-08-23
2
-13
/
+146
*
i2c: pm_smbus: Make the I2C block read command read-only
Corey Minyard
2018-08-23
1
-5
/
+4
*
i2c: pm_smbus: Fix the semantics of block I2C transfers
Corey Minyard
2018-08-23
2
-15
/
+32
*
i2c: pm_smbus: Clean up some style issues
Corey Minyard
2018-08-23
1
-20
/
+38
*
ppc4xx_i2c: Rewrite to model hardware more closely
BALATON Zoltan
2018-07-03
1
-142
/
+157
*
hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
2018-06-26
1
-8
/
+12
*
ppc4xx_i2c: Implement directcntl register
BALATON Zoltan
2018-06-21
1
-1
/
+13
*
ppc4xx_i2c: Remove unimplemented sdata and intr registers
BALATON Zoltan
2018-06-21
1
-15
/
+1
*
ppc4xx_i2c: Clean up and improve error logging
BALATON Zoltan
2018-06-12
1
-43
/
+51
*
hw/i2c: Add trace events
Philippe Mathieu-Daudé
2018-06-08
2
-7
/
+25
*
smbus: add a smbus_eeprom_init_one() routine
Cédric Le Goater
2018-06-08
1
-5
/
+11
*
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
2018-06-01
1
-13
/
+0
*
hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
Philippe Mathieu-Daudé
2018-06-01
2
-12
/
+2
*
hw/i2c-ddc: Do not fail writes
Linus Walleij
2018-03-01
1
-2
/
+2
*
i2c: Move the bus class to i2c.h
Corey Minyard
2018-03-01
1
-17
/
+0
*
i2c: Fix some brace style issues
Corey Minyard
2018-03-01
1
-2
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
i2c: Add a CONFIG_I2C master switch to the configuration files
Thomas Huth
2018-02-05
1
-1
/
+1
*
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2018-01-22
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-01-16
1
-1
/
+1
|
\
|
*
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2018-01-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2018-01-11
3
-32
/
+168
|
\
|
|
*
ppc4xx_i2c: Implement basic I2C functions
BALATON Zoltan
2018-01-10
1
-30
/
+168
|
*
hw/i2c: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-18
2
-2
/
+0
*
|
smbus: do not immediately complete commands
Hervé Poussineau
2017-12-22
1
-1
/
+15
|
/
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
hw/i2c/omap_i2c.c: Don't use old_mmio
Peter Maydell
2017-09-21
1
-12
/
+32
*
ppc4xx_i2c: Move to hw/i2c
BALATON Zoltan
2017-09-08
2
-0
/
+217
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...
Peter Maydell
2017-06-02
1
-0
/
+1
|
\
|
*
migration: Split qemu-file.h
Juan Quintela
2017-06-01
1
-0
/
+1
*
|
aspeed/i2c: introduce a state machine
Cédric Le Goater
2017-06-02
1
-3
/
+33
*
|
aspeed/i2c: handle LAST command under the RX command
Cédric Le Goater
2017-06-02
1
-3
/
+6
*
|
aspeed/i2c: improve command handling
Cédric Le Goater
2017-06-02
1
-6
/
+18
|
/
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
3
-3
/
+3
*
arm: Uniquely name imx25 I2C buses.
Alastair D'Silva
2017-01-20
1
-1
/
+1
*
i2c: Allow I2C devices to NAK start events
Corey Minyard
2017-01-09
3
-11
/
+37
*
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
2016-12-27
1
-1
/
+5
*
hw/i2c/bitbang_i2c: Handle NACKs from devices
Peter Maydell
2016-11-07
1
-4
/
+15
[next]