Sign in
qemu
/
qemu
/
ff30a446b1d13373d35417d77d80b11cfde3fc6c
/
hw
/
i2c
7abb479
PPC: E500: Add FSL I2C controller and integrate RTC with it
by Andrew Randrianasulu
· 6 years ago
32690c8
display: express dependencies with kconfig
by Yang Zhong
· 6 years ago
1550b0e
i2c: express dependencies with Kconfig
by Paolo Bonzini
· 6 years ago
02017ee
i386: express dependencies with Kconfig
by Paolo Bonzini
· 6 years ago
82f5181
kconfig: introduce kconfig files
by Paolo Bonzini
· 6 years ago
c203d45
i2c: Verify that the count passed in to smbus_eeprom_init() is valid
by Corey Minyard
· 6 years ago
1042b22
i2c:smbus_eeprom: Add a reset function to smbus_eeprom
by Corey Minyard
· 6 years ago
fd9df33
i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom
by Corey Minyard
· 7 years ago
0cf487e
i2c:smbus_eeprom: Add a size constant for the smbus_eeprom size
by Corey Minyard
· 6 years ago
b398a92
i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.c
by Corey Minyard
· 6 years ago
547db24
i2c:smbus_slave: Add an SMBus vmstate structure
by Corey Minyard
· 7 years ago
4ab2f2a
i2c:pm_smbus: Fix state transfer
by Corey Minyard
· 8 years ago
52cc6a4
i2c:pm_smbus: Fix pm_smbus handling of I2C block read
by Corey Minyard
· 6 years ago
8b38e53
i2c:smbus: Make white space in switch statements consistent
by Corey Minyard
· 6 years ago
08a8a4d
i2c:smbus_eeprom: Get rid of the quick command
by Corey Minyard
· 6 years ago
031ac49
i2c:smbus: Simplify read handling
by Corey Minyard
· 6 years ago
9cf27d7
i2c:smbus: Simplify write operation
by Corey Minyard
· 6 years ago
905cec6
i2c:smbus: Correct the working of quick commands
by Corey Minyard
· 6 years ago
bc15cde
i2c: Don't check return value from i2c_recv()
by Corey Minyard
· 6 years ago
2ac4c5f
i2c: have I2C receive operation return uint8_t
by Corey Minyard
· 6 years ago
93198b6
i2c: Split smbus into parts
by Corey Minyard
· 6 years ago
8e65788
hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI controller
by Paolo Bonzini
· 6 years ago
b296b66
smbus: Add a helper to generate SPD EEPROM data
by BALATON Zoltan
· 6 years ago
9d68bf5
arm: Stub out NRF51 TWI magnetometer/accelerometer detection
by Steffen Görtz
· 6 years ago
b05b267
i2c-ddc: fix oob read
by Gerd Hoffmann
· 6 years ago
2b4c112
i2c: Move typedef of bitbang_i2c_interface to i2c.h
by BALATON Zoltan
· 6 years ago
f2609ff
i2c: pm_smbus: check smb_index before block transfer write
by Prasad J Pandit
· 6 years ago
629457a
i2c: Add a length check to the SMBus write handling
by Corey Minyard
· 6 years ago
715eb05
i2c: switch ddc to use the new edid generator
by Gerd Hoffmann
· 6 years ago
bb626e5
aspeed/i2c: Fix receive done interrupt handling
by Guenter Roeck
· 6 years ago
7bd9c60
aspeed/i2c: Handle receive command in separate function
by Guenter Roeck
· 6 years ago
5540cb9
aspeed/i2c: interrupts should be cleared by software only
by Cédric Le Goater
· 6 years ago
45726b6
i2c: pm_smbus: Add the ability to force block transfer enable
by Corey Minyard
· 6 years ago
12bd93c
i2c: pm_smbus: Don't delay host status register busy bit when interrupts are enabled
by Corey Minyard
· 6 years ago
e724385
i2c: pm_smbus: Add interrupt handling
by Corey Minyard
· 6 years ago
38ad4fae
i2c: pm_smbus: Add block transfer capability
by Corey Minyard
· 6 years ago
00bdfea
i2c: pm_smbus: Make the I2C block read command read-only
by Corey Minyard
· 6 years ago
4b615be
i2c: pm_smbus: Fix the semantics of block I2C transfers
by Corey Minyard
· 6 years ago
b8fb904
i2c: pm_smbus: Clean up some style issues
by Corey Minyard
· 6 years ago
afb6e20
ppc4xx_i2c: Rewrite to model hardware more closely
by BALATON Zoltan
· 7 years ago
8d2774f
hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
by Philippe Mathieu-Daudé
· 7 years ago
ef9173a
ppc4xx_i2c: Implement directcntl register
by BALATON Zoltan
· 7 years ago
39aeba6
ppc4xx_i2c: Remove unimplemented sdata and intr registers
by BALATON Zoltan
· 7 years ago
42a907e
ppc4xx_i2c: Clean up and improve error logging
by BALATON Zoltan
· 7 years ago
08bb9b3
hw/i2c: Add trace events
by Philippe Mathieu-Daudé
· 7 years ago
e222421
smbus: add a smbus_eeprom_init_one() routine
by Cédric Le Goater
· 7 years ago
c8c9e10
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
by Philippe Mathieu-Daudé
· 7 years ago
19473e5
hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
by Philippe Mathieu-Daudé
· 7 years ago
839a2b2
hw/i2c-ddc: Do not fail writes
by Linus Walleij
· 7 years ago
aa88d7a
i2c: Move the bus class to i2c.h
by Corey Minyard
· 7 years ago
373b8ac
i2c: Fix some brace style issues
by Corey Minyard
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
50876ea
i2c: Add a CONFIG_I2C master switch to the configuration files
by Thomas Huth
· 7 years ago
a89f364
Replace all occurances of __FUNCTION__ with __func__
by Alistair Francis
· 7 years ago
c1d5b9a
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
2562755
maint: Fix macros with broken 'do/while(0); ' usage
by Eric Blake
· 7 years ago
acc95bc
Merge remote-tracking branch 'origin/master' into HEAD
by Michael S. Tsirkin
· 7 years ago
7709dbf
ppc4xx_i2c: Implement basic I2C functions
by BALATON Zoltan
· 7 years ago
880b1ff
smbus: do not immediately complete commands
by Hervé Poussineau
· 7 years ago
b0392e8
hw/i2c: remove old i386 dependency
by Philippe Mathieu-Daudé
· 7 years ago
fd3b02c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
by Eduardo Habkost
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
28dc207
hw/i2c/omap_i2c.c: Don't use old_mmio
by Peter Maydell
· 7 years ago
44a935d
ppc4xx_i2c: Move to hw/i2c
by BALATON Zoltan
· 7 years ago
d47a851
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' into staging
by Peter Maydell
· 8 years ago
4960f08
aspeed/i2c: introduce a state machine
by Cédric Le Goater
· 8 years ago
d0efdc1
aspeed/i2c: handle LAST command under the RX command
by Cédric Le Goater
· 8 years ago
ddabca7
aspeed/i2c: improve command handling
by Cédric Le Goater
· 8 years ago
08a0aee
migration: Split qemu-file.h
by Juan Quintela
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
643bb6f
arm: Uniquely name imx25 I2C buses.
by Alastair D'Silva
· 8 years ago
d307c28
i2c: Allow I2C devices to NAK start events
by Corey Minyard
· 8 years ago
9e41bad
hw/i2c: Add a NULL check for i2c slave init callbacks
by Alastair D'Silva
· 8 years ago
9706e01
hw/i2c/bitbang_i2c: Handle NACKs from devices
by Peter Maydell
· 8 years ago
cc083d8
i2c: Add asserts for second smbus i2c_start_transfer()
by Corey Minyard
· 8 years ago
0fa758c
i2c: Fix SMBus read transactions to avoid double events
by Corey Minyard
· 8 years ago
71ae65e
i2c: fix migration regression introduced by broadcast support
by Igor Mammedov
· 9 years ago
f2dd8eb
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
by Efimov Vasily
· 9 years ago
78c71af
hw/i2c-ddc.c: Implement DDC I2C slave
by Peter Maydell
· 9 years ago
056fca7
i2c: Factor our send() and recv() common logic
by Peter Crosthwaite
· 9 years ago
2293c27
i2c: implement broadcast write
by KONRAD Frederic
· 9 years ago
a9d2f1d
i2cbus: remove unused dev field
by KONRAD Frederic
· 9 years ago
8ce26fc
hw/i2c: QOM'ify versatile_i2c.c
by xiaoqiang zhao
· 9 years ago
758aba7
hw/i2c: QOM'ify omap_i2c.c
by xiaoqiang zhao
· 9 years ago
93d6599
hw/i2c: QOM'ify exynos4210_i2c.c
by xiaoqiang zhao
· 9 years ago
00b2f75
hw/i2c: QOM'ify bitbang_i2c.c
by xiaoqiang zhao
· 9 years ago
1602001
i2c: add aspeed i2c controller
by Cédric Le Goater
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
eccfa35
i.MX: Add missing descriptions in devices.
by Jean-Christophe Dubois
· 9 years ago
0430891
hw: Clean up includes
by Peter Maydell
· 9 years ago
17b7f2d
arm devices: Clean up includes
by Peter Maydell
· 9 years ago
8ef94f0
arm: Clean up includes
by Peter Maydell
· 9 years ago
b6a0aa0
x86: Clean up includes
by Peter Maydell
· 9 years ago
84a3a53
omap: Don't use hw_error() in device init() methods
by Markus Armbruster
· 9 years ago
3afcbb0
i.MX: Standardize i.MX I2C debug
by Jean-Christophe Dubois
· 9 years ago
20d0f9c
i.MX: Add I2C controller emulator
by Jean-Christophe Dubois
· 9 years ago
135a67a
ACPI: split CONFIG_ACPI into 4 pieces
by Shannon Zhao
· 10 years ago
bd2a888
Convert ffs() != 0 callers to ctz32()
by Stefan Hajnoczi
· 10 years ago
9af21db
pci: Trivial device model conversions to realize
by Markus Armbruster
· 10 years ago
Next »